| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultPushNotificationMessage.Builder |
DefaultPushNotificationMessage.Builder.action(Action action)
The default action to occur if a recipient taps the push notification.
|
DefaultPushNotificationMessage.Builder |
DefaultPushNotificationMessage.Builder.action(String action)
The default action to occur if a recipient taps the push notification.
|
DefaultPushNotificationMessage.Builder |
DefaultPushNotificationMessage.Builder.body(String body)
The default body of the notification message.
|
static DefaultPushNotificationMessage.Builder |
DefaultPushNotificationMessage.builder() |
DefaultPushNotificationMessage.Builder |
DefaultPushNotificationMessage.Builder.data(Map<String,String> data)
The JSON data payload to use for the default push notification, if the notification is a silent push
notification.
|
DefaultPushNotificationMessage.Builder |
DefaultPushNotificationMessage.Builder.silentPush(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.Builder |
DefaultPushNotificationMessage.Builder.substitutions(Map<String,? extends Collection<String>> substitutions)
The default message variables to use in the notification message.
|
DefaultPushNotificationMessage.Builder |
DefaultPushNotificationMessage.Builder.title(String title)
The default title to display above the notification message on a recipient's device.
|
DefaultPushNotificationMessage.Builder |
DefaultPushNotificationMessage.toBuilder() |
DefaultPushNotificationMessage.Builder |
DefaultPushNotificationMessage.Builder.url(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 |
|---|---|
static Class<? extends DefaultPushNotificationMessage.Builder> |
DefaultPushNotificationMessage.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DirectMessageConfiguration.Builder |
DirectMessageConfiguration.Builder.defaultPushNotificationMessage(Consumer<DefaultPushNotificationMessage.Builder> defaultPushNotificationMessage)
The default push notification message for all push notification channels.
|
Copyright © 2019. All rights reserved.