| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultPushNotificationTemplate |
DefaultPushNotificationTemplate.clone() |
DefaultPushNotificationTemplate |
PushNotificationTemplateRequest.getDefault()
The default message template to use for push notification channels.
|
DefaultPushNotificationTemplate |
PushNotificationTemplateResponse.getDefault()
The default message template that's used for push notification channels.
|
DefaultPushNotificationTemplate |
DefaultPushNotificationTemplate.withAction(Action action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
DefaultPushNotificationTemplate |
DefaultPushNotificationTemplate.withAction(String action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
DefaultPushNotificationTemplate |
DefaultPushNotificationTemplate.withBody(String body)
The message body to use in push notifications that are based on the message template.
|
DefaultPushNotificationTemplate |
DefaultPushNotificationTemplate.withSound(String sound)
The sound to play when a recipient receives a push notification that's based on the message template.
|
DefaultPushNotificationTemplate |
DefaultPushNotificationTemplate.withTitle(String title)
The title to use in push notifications that are based on the message template.
|
DefaultPushNotificationTemplate |
DefaultPushNotificationTemplate.withUrl(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 |
|---|---|
void |
PushNotificationTemplateRequest.setDefault(DefaultPushNotificationTemplate defaultValue)
The default message template to use for push notification channels.
|
void |
PushNotificationTemplateResponse.setDefault(DefaultPushNotificationTemplate defaultValue)
The default message template that's used for push notification channels.
|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.withDefault(DefaultPushNotificationTemplate defaultValue)
The default message template to use for push notification channels.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withDefault(DefaultPushNotificationTemplate defaultValue)
The default message template that's used for push notification channels.
|
Copyright © 2024. All rights reserved.