StartCondition

Specifies the conditions for the first activity in a journey. This activity and its conditions determine which users are participants in a journey.

Types

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

Properties

Link copied to clipboard

The custom description of the condition.

Link copied to clipboard

Specifies the settings for an event that causes a journey activity to start.

Link copied to clipboard

The segment that's associated with the first activity in the journey. This segment determines which users are participants in the journey.

Functions

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