TreatmentConfig

A structure that defines one treatment in an experiment. A treatment is a variation of the feature that you are including in the experiment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description for this treatment.

Link copied to clipboard

The feature that this experiment is testing.

Link copied to clipboard

A name for this treatment.

Link copied to clipboard

The name of the variation to use as this treatment in the experiment.

Functions

Link copied to clipboard
inline fun copy(block: TreatmentConfig.Builder.() -> Unit = {}): TreatmentConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String