WaitActivity

Specifies the settings for a wait activity in a journey. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.

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 wait activity.

Link copied to clipboard

The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.

Functions

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