| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.action(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.Builder |
Message.Builder.action(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.Builder |
Message.Builder.body(String body)
The message body.
|
static Message.Builder |
Message.builder() |
Message.Builder |
Message.Builder.imageIconUrl(String imageIconUrl)
The URL that points to the icon image for the push notification icon, for example, the app icon.
|
Message.Builder |
Message.Builder.imageSmallIconUrl(String imageSmallIconUrl)
The URL that points to the small icon image for the push notification icon, for example, the app icon.
|
Message.Builder |
Message.Builder.imageUrl(String imageUrl)
The URL that points to an image used in the push notification.
|
Message.Builder |
Message.Builder.jsonBody(String jsonBody)
The JSON payload used for a silent push.
|
Message.Builder |
Message.Builder.mediaUrl(String mediaUrl)
A URL that refers to the location of an image or video that you want to display in the push notification.
|
Message.Builder |
Message.Builder.rawContent(String rawContent)
The Raw JSON formatted string to be used as the payload.
|
Message.Builder |
Message.Builder.silentPush(Boolean silentPush)
Indicates if the message should display on the users device.
|
Message.Builder |
Message.Builder.timeToLive(Integer timeToLive)
This parameter specifies how long (in seconds) the message should be kept if the service is unable to deliver
the notification the first time.
|
Message.Builder |
Message.Builder.title(String title)
The message title that displays above the message on the user's device.
|
Message.Builder |
Message.toBuilder() |
Message.Builder |
Message.Builder.url(String url)
The URL to open in the user's mobile browser.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Message.Builder> |
Message.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.admMessage(Consumer<Message.Builder> admMessage)
The message that the campaign delivers to ADM channels.
|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.apnsMessage(Consumer<Message.Builder> apnsMessage)
The message that the campaign delivers to APNS channels.
|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.baiduMessage(Consumer<Message.Builder> baiduMessage)
The message that the campaign delivers to Baidu channels.
|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.defaultMessage(Consumer<Message.Builder> defaultMessage)
The default message for all channels.
|
default MessageConfiguration.Builder |
MessageConfiguration.Builder.gcmMessage(Consumer<Message.Builder> gcmMessage)
The message that the campaign delivers to GCM channels.
|
Copyright © 2018. All rights reserved.