Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
AndroidPushNotificationTemplate |
AndroidPushNotificationTemplate.clone() |
AndroidPushNotificationTemplate |
PushNotificationTemplateRequest.getADM()
The message template to use for the ADM (Amazon Device Messaging) channel.
|
AndroidPushNotificationTemplate |
PushNotificationTemplateResponse.getADM()
The message template that's used for the ADM (Amazon Device Messaging) channel.
|
AndroidPushNotificationTemplate |
PushNotificationTemplateRequest.getBaidu()
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
AndroidPushNotificationTemplate |
PushNotificationTemplateResponse.getBaidu()
The message template that's used for the Baidu (Baidu Cloud Push) channel.
|
AndroidPushNotificationTemplate |
PushNotificationTemplateRequest.getGCM()
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.
|
AndroidPushNotificationTemplate |
PushNotificationTemplateResponse.getGCM()
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.
|
AndroidPushNotificationTemplate |
AndroidPushNotificationTemplate.withAction(Action action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
AndroidPushNotificationTemplate |
AndroidPushNotificationTemplate.withAction(String action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
AndroidPushNotificationTemplate |
AndroidPushNotificationTemplate.withBody(String body)
The message body to use in a push notification that's based on the message template.
|
AndroidPushNotificationTemplate |
AndroidPushNotificationTemplate.withImageIconUrl(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 |
AndroidPushNotificationTemplate.withImageUrl(String imageUrl)
The URL of an image to display in a push notification that's based on the message template.
|
AndroidPushNotificationTemplate |
AndroidPushNotificationTemplate.withRawContent(String rawContent)
The raw, JSON-formatted string to use as the payload for a push notification that's based on the message
template.
|
AndroidPushNotificationTemplate |
AndroidPushNotificationTemplate.withSmallImageIconUrl(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 |
AndroidPushNotificationTemplate.withSound(String sound)
The sound to play when a recipient receives a push notification that's based on the message template.
|
AndroidPushNotificationTemplate |
AndroidPushNotificationTemplate.withTitle(String title)
The title to use in a push notification that's based on the message template.
|
AndroidPushNotificationTemplate |
AndroidPushNotificationTemplate.withUrl(String url)
The URL to open in a recipient's default mobile browser, if a recipient taps a 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.setADM(AndroidPushNotificationTemplate aDM)
The message template to use for the ADM (Amazon Device Messaging) channel.
|
void |
PushNotificationTemplateResponse.setADM(AndroidPushNotificationTemplate aDM)
The message template that's used for the ADM (Amazon Device Messaging) channel.
|
void |
PushNotificationTemplateRequest.setBaidu(AndroidPushNotificationTemplate baidu)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
void |
PushNotificationTemplateResponse.setBaidu(AndroidPushNotificationTemplate baidu)
The message template that's used for the Baidu (Baidu Cloud Push) channel.
|
void |
PushNotificationTemplateRequest.setGCM(AndroidPushNotificationTemplate 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.
|
void |
PushNotificationTemplateResponse.setGCM(AndroidPushNotificationTemplate 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.
|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.withADM(AndroidPushNotificationTemplate aDM)
The message template to use for the ADM (Amazon Device Messaging) channel.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withADM(AndroidPushNotificationTemplate aDM)
The message template that's used for the ADM (Amazon Device Messaging) channel.
|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.withBaidu(AndroidPushNotificationTemplate baidu)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withBaidu(AndroidPushNotificationTemplate baidu)
The message template that's used for the Baidu (Baidu Cloud Push) channel.
|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.withGCM(AndroidPushNotificationTemplate 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.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withGCM(AndroidPushNotificationTemplate 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 © 2019. All rights reserved.