| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ADMMessage |
ADMMessage.addDataEntry(String key,
String value) |
ADMMessage |
ADMMessage.addSubstitutionsEntry(String key,
List<String> value) |
ADMMessage |
ADMMessage.clearDataEntries()
Removes all the entries added into Data.
|
ADMMessage |
ADMMessage.clearSubstitutionsEntries()
Removes all the entries added into Substitutions.
|
ADMMessage |
ADMMessage.clone() |
ADMMessage |
DirectMessageConfiguration.getADMMessage()
The message to ADM channels.
|
ADMMessage |
ADMMessage.withAction(Action action)
The action that occurs if the user taps a push notification delivered by the campaign: OPEN_APP - Your app
launches, or it becomes the foreground app if it has been sent to the background.
|
ADMMessage |
ADMMessage.withAction(String action)
The action that occurs if the user taps a push notification delivered by the campaign: OPEN_APP - Your app
launches, or it becomes the foreground app if it has been sent to the background.
|
ADMMessage |
ADMMessage.withBody(String body)
The message body of the notification.
|
ADMMessage |
ADMMessage.withConsolidationKey(String consolidationKey)
Optional.
|
ADMMessage |
ADMMessage.withData(Map<String,String> data)
The data payload used for a silent push.
|
ADMMessage |
ADMMessage.withExpiresAfter(String expiresAfter)
Optional.
|
ADMMessage |
ADMMessage.withIconReference(String iconReference)
The icon image name of the asset saved in your application.
|
ADMMessage |
ADMMessage.withImageIconUrl(String imageIconUrl)
The URL that points to an image used as the large icon to the notification content view.
|
ADMMessage |
ADMMessage.withImageUrl(String imageUrl)
The URL that points to an image used in the push notification.
|
ADMMessage |
ADMMessage.withMD5(String mD5)
Optional.
|
ADMMessage |
ADMMessage.withRawContent(String rawContent)
The Raw JSON formatted string to be used as the payload.
|
ADMMessage |
ADMMessage.withSilentPush(Boolean silentPush)
Indicates if the message should display on the users device.
|
ADMMessage |
ADMMessage.withSmallImageIconUrl(String smallImageIconUrl)
The URL that points to an image used as the small icon for the notification which will be used to represent the
notification in the status bar and content view
|
ADMMessage |
ADMMessage.withSound(String sound)
Indicates a sound to play when the device receives the notification.
|
ADMMessage |
ADMMessage.withSubstitutions(Map<String,List<String>> substitutions)
Default message substitutions.
|
ADMMessage |
ADMMessage.withTitle(String title)
The message title that displays above the message on the user's device.
|
ADMMessage |
ADMMessage.withUrl(String url)
The URL to open in the user's mobile browser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectMessageConfiguration.setADMMessage(ADMMessage aDMMessage)
The message to ADM channels.
|
DirectMessageConfiguration |
DirectMessageConfiguration.withADMMessage(ADMMessage aDMMessage)
The message to ADM channels.
|
Copyright © 2018. All rights reserved.