SegmentOverride

This structure specifies a segment that you have already created, and defines the traffic split for that segment to be used in a launch.

Types

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

Properties

Link copied to clipboard

A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.

Link copied to clipboard

The ARN of the segment to use.

Link copied to clipboard

The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.

Functions

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