MessageConfiguration

Specifies the message configuration settings for a campaign.

Types

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

Properties

Link copied to clipboard

The message that the campaign sends through the ADM (Amazon Device Messaging) channel. If specified, this message overrides the default message.

Link copied to clipboard

The message that the campaign sends through the APNs (Apple Push Notification service) channel. If specified, this message overrides the default message.

Link copied to clipboard

The message that the campaign sends through the Baidu (Baidu Cloud Push) channel. If specified, this message overrides the default message.

Link copied to clipboard

The message that the campaign sends through a custom channel, as specified by the delivery configuration (CustomDeliveryConfiguration) settings for the campaign. If specified, this message overrides the default message.

Link copied to clipboard

The default message that the campaign sends through all the channels that are configured for the campaign.

Link copied to clipboard

The message that the campaign sends through the email channel. If specified, this message overrides the default message.

Link copied to clipboard

The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. If specified, this message overrides the default message.

Link copied to clipboard

The in-app message configuration.

Link copied to clipboard

The message that the campaign sends through the SMS channel. If specified, this message overrides the default message.

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