EventFilter

Specifies the settings for an event that causes a campaign to be sent or a journey activity to be performed.

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 campaign or the journey activity.

Link copied to clipboard

The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.

Functions

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