Package | Description |
---|---|
software.amazon.awssdk.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
Message |
MessageConfiguration.admMessage()
The message that the campaign sends through the ADM (Amazon Device Messaging) channel.
|
Message |
MessageConfiguration.apnsMessage()
The message that the campaign sends through the APNs (Apple Push Notification service) channel.
|
Message |
MessageConfiguration.baiduMessage()
The message that the campaign sends through the Baidu (Baidu Cloud Push) channel.
|
Message |
MessageConfiguration.defaultMessage()
The default message that the campaign sends through all the channels that are configured for the campaign.
|
Message |
MessageConfiguration.gcmMessage()
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.
|
Modifier and Type | Method and Description |
---|---|
MessageConfiguration.Builder |
MessageConfiguration.Builder.admMessage(Message admMessage)
The message that the campaign sends through the ADM (Amazon Device Messaging) channel.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.apnsMessage(Message apnsMessage)
The message that the campaign sends through the APNs (Apple Push Notification service) channel.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.baiduMessage(Message baiduMessage)
The message that the campaign sends through the Baidu (Baidu Cloud Push) channel.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.defaultMessage(Message defaultMessage)
The default message that the campaign sends through all the channels that are configured for the campaign.
|
MessageConfiguration.Builder |
MessageConfiguration.Builder.gcmMessage(Message gcmMessage)
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.
|
Copyright © 2019. All rights reserved.