EventCondition

Specifies the conditions to evaluate for an event that applies to an activity in a journey.

Types

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

Properties

Link copied to clipboard

The dimensions for the event filter to use for the activity.

Link copied to clipboard

The message identifier (message_id) for the message to use when determining whether message events meet the condition.

Functions

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