| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.addDataEntry(String key,
String value) |
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.addSubstitutionsEntry(String key,
List<String> value) |
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.clearDataEntries()
Removes all the entries added into Data.
|
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.clearSubstitutionsEntries()
Removes all the entries added into Substitutions.
|
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.clone() |
DefaultPushNotificationMessage |
DirectMessageConfiguration.getDefaultPushNotificationMessage()
The default push notification message for all push channels.
|
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.withAction(Action action)
The default action to occur if a recipient taps the push notification.
|
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.withAction(String action)
The default action to occur if a recipient taps the push notification.
|
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.withBody(String body)
The default body of the notification message.
|
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.withData(Map<String,String> data)
The JSON data payload to use for the default push notification, if the notification is a silent push
notification.
|
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.withSilentPush(Boolean silentPush)
Specifies whether the default notification is a silent push notification, which is a push notification that
doesn't display on a recipient's device.
|
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.withSubstitutions(Map<String,List<String>> substitutions)
The default message variables to use in the notification message.
|
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.withTitle(String title)
The default title to display above the notification message on a recipient's device.
|
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.withUrl(String url)
The default URL to open in a recipient's default mobile browser, if a recipient taps the push notification and
the value of the Action property is URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectMessageConfiguration.setDefaultPushNotificationMessage(DefaultPushNotificationMessage defaultPushNotificationMessage)
The default push notification message for all push channels.
|
DirectMessageConfiguration |
DirectMessageConfiguration.withDefaultPushNotificationMessage(DefaultPushNotificationMessage defaultPushNotificationMessage)
The default push notification message for all push channels.
|
Copyright © 2019. All rights reserved.