| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.clone() |
Message |
MessageConfiguration.getADMMessage()
The message that the campaign delivers to ADM channels.
|
Message |
MessageConfiguration.getAPNSMessage()
The message that the campaign delivers to APNS channels.
|
Message |
MessageConfiguration.getBaiduMessage()
The message that the campaign delivers to Baidu channels.
|
Message |
MessageConfiguration.getDefaultMessage()
The default message for all channels.
|
Message |
MessageConfiguration.getGCMMessage()
The message that the campaign delivers to GCM channels.
|
Message |
Message.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.
|
Message |
Message.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.
|
Message |
Message.withBody(String body)
The message body.
|
Message |
Message.withImageIconUrl(String imageIconUrl)
The URL that points to the icon image for the push notification icon, for example, the app icon.
|
Message |
Message.withImageSmallIconUrl(String imageSmallIconUrl)
The URL that points to the small icon image for the push notification icon, for example, the app icon.
|
Message |
Message.withImageUrl(String imageUrl)
The URL that points to an image used in the push notification.
|
Message |
Message.withJsonBody(String jsonBody)
The JSON payload used for a silent push.
|
Message |
Message.withMediaUrl(String mediaUrl)
The URL that points to the media resource, for example a .mp4 or .gif file.
|
Message |
Message.withRawContent(String rawContent)
The Raw JSON formatted string to be used as the payload.
|
Message |
Message.withSilentPush(Boolean silentPush)
Indicates if the message should display on the users device.
|
Message |
Message.withTitle(String title)
The message title that displays above the message on the user's device.
|
Message |
Message.withUrl(String url)
The URL to open in the user's mobile browser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageConfiguration.setADMMessage(Message aDMMessage)
The message that the campaign delivers to ADM channels.
|
void |
MessageConfiguration.setAPNSMessage(Message aPNSMessage)
The message that the campaign delivers to APNS channels.
|
void |
MessageConfiguration.setBaiduMessage(Message baiduMessage)
The message that the campaign delivers to Baidu channels.
|
void |
MessageConfiguration.setDefaultMessage(Message defaultMessage)
The default message for all channels.
|
void |
MessageConfiguration.setGCMMessage(Message gCMMessage)
The message that the campaign delivers to GCM channels.
|
MessageConfiguration |
MessageConfiguration.withADMMessage(Message aDMMessage)
The message that the campaign delivers to ADM channels.
|
MessageConfiguration |
MessageConfiguration.withAPNSMessage(Message aPNSMessage)
The message that the campaign delivers to APNS channels.
|
MessageConfiguration |
MessageConfiguration.withBaiduMessage(Message baiduMessage)
The message that the campaign delivers to Baidu channels.
|
MessageConfiguration |
MessageConfiguration.withDefaultMessage(Message defaultMessage)
The default message for all channels.
|
MessageConfiguration |
MessageConfiguration.withGCMMessage(Message gCMMessage)
The message that the campaign delivers to GCM channels.
|
Copyright © 2018. All rights reserved.