| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.Builder.action(Action action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.Builder.action(String action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.Builder.body(String body)
The message body to use in a push notification that's based on the message template.
|
static AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.builder() |
AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.Builder.imageIconUrl(String imageIconUrl)
The URL of the large icon image to display in the content view of a push notification that's based on the
message template.
|
AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.Builder.imageUrl(String imageUrl)
The URL of an image to display in a push notification that's based on the message template.
|
AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.Builder.rawContent(String rawContent)
The raw, JSON-formatted string to use as the payload for a push notification that's based on the message
template.
|
AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.Builder.smallImageIconUrl(String smallImageIconUrl)
The URL of the small icon image to display in the status bar and the content view of a push notification
that's based on the message template.
|
AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.Builder.sound(String sound)
The sound to play when a recipient receives a push notification that's based on the message template.
|
AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.Builder.title(String title)
The title to use in a push notification that's based on the message template.
|
AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.toBuilder() |
AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.Builder.url(String url)
The URL to open in a recipient's default mobile browser, if a recipient taps a push notification that's based
on the message template and the value of the Action property is URL.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AndroidPushNotificationTemplate.Builder> |
AndroidPushNotificationTemplate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.adm(Consumer<AndroidPushNotificationTemplate.Builder> adm)
The message template to use for the ADM (Amazon Device Messaging) channel.
|
default PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.adm(Consumer<AndroidPushNotificationTemplate.Builder> adm)
The message template that's used for the ADM (Amazon Device Messaging) channel.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.baidu(Consumer<AndroidPushNotificationTemplate.Builder> baidu)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
default PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.baidu(Consumer<AndroidPushNotificationTemplate.Builder> baidu)
The message template that's used for the Baidu (Baidu Cloud Push) channel.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.gcm(Consumer<AndroidPushNotificationTemplate.Builder> gcm)
The message template to use for the GCM channel, which is used to send notifications through the Firebase
Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
default PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.gcm(Consumer<AndroidPushNotificationTemplate.Builder> gcm)
The message template that's used for the GCM channel, which is used to send notifications through the
Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
Copyright © 2022. All rights reserved.