Treatment

class Treatment

Describes a treatment in an experiment, including its traffic allocation weight and feature flag value.

Types

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

Properties

Link copied to clipboard

A description of the treatment.

Link copied to clipboard

The feature flag value served to users assigned to this treatment.

Link copied to clipboard
val key: String?

The unique key that identifies this treatment.

Link copied to clipboard

The traffic allocation weight for this treatment.

Functions

Link copied to clipboard
inline fun copy(block: Treatment.Builder.() -> Unit = {}): Treatment
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