HoldoutActivity

Specifies the settings for a holdout activity in a journey. This type of activity stops a journey for a specified percentage of participants.

Types

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

Properties

Link copied to clipboard

The unique identifier for the next activity to perform, after performing the holdout activity.

Link copied to clipboard

The percentage of participants who shouldn't continue the journey.

Functions

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