PushMessageActivity

Specifies the settings for a push notification activity in a journey. This type of activity sends a push notification to participants.

Types

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

Properties

Link copied to clipboard

Specifies the time to live (TTL) value for push notifications that are sent to participants in a journey.

Link copied to clipboard

The unique identifier for the next activity to perform, after the message is sent.

Link copied to clipboard

The name of the push notification template to use for the message. If specified, this value must match the name of an existing message template.

Link copied to clipboard

The unique identifier for the version of the push notification template to use for the message. If specified, this value must match the identifier for an existing template version. To retrieve a list of versions and version identifiers for a template, use the Template Versions resource.

Functions

Link copied to clipboard
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