@Stability(value=Stable) @Internal public static final class CfnPushTemplate.AndroidPushNotificationTemplateProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPushTemplate.AndroidPushNotificationTemplateProperty
CfnPushTemplate.AndroidPushNotificationTemplatePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnPushTemplate.AndroidPushNotificationTemplateProperty.Builder, CfnPushTemplate.AndroidPushNotificationTemplateProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPushTemplate.AndroidPushNotificationTemplateProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPushTemplate.APNSPushNotificationTemplateProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAction()
The action to occur if a recipient taps a push notification that's based on the message template.
|
String |
getBody()
The message body to use in a push notification that's based on the message template.
|
String |
getImageIconUrl()
The URL of the large icon image to display in the content view of a push notification that's based on the message template.
|
String |
getImageUrl()
The URL of an image to display in a push notification that's based on the message template.
|
String |
getSmallImageIconUrl()
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.
|
String |
getSound()
The sound to play when a recipient receives a push notification that's based on the message template.
|
String |
getTitle()
The title to use in a push notification that's based on the message template.
|
String |
getUrl()
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` .
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnPushTemplate.AndroidPushNotificationTemplateProperty.Builder builder)
CfnPushTemplate.APNSPushNotificationTemplateProperty.Builder.public final String getAction()
CfnPushTemplate.AndroidPushNotificationTemplatePropertyValid values are:
OPEN_APP – Your app opens or it becomes the foreground app if it was sent to the background. This is the default action.DEEP_LINK – Your app opens and displays a designated user interface in the app. This action uses the deep-linking features of the Android platform.URL – The default mobile browser on the recipient's device opens and loads the web page at a URL that you specify.getAction in interface CfnPushTemplate.AndroidPushNotificationTemplatePropertypublic final String getBody()
CfnPushTemplate.AndroidPushNotificationTemplatePropertygetBody in interface CfnPushTemplate.AndroidPushNotificationTemplatePropertypublic final String getImageIconUrl()
CfnPushTemplate.AndroidPushNotificationTemplatePropertygetImageIconUrl in interface CfnPushTemplate.AndroidPushNotificationTemplatePropertypublic final String getImageUrl()
CfnPushTemplate.AndroidPushNotificationTemplatePropertygetImageUrl in interface CfnPushTemplate.AndroidPushNotificationTemplatePropertypublic final String getSmallImageIconUrl()
CfnPushTemplate.AndroidPushNotificationTemplatePropertygetSmallImageIconUrl in interface CfnPushTemplate.AndroidPushNotificationTemplatePropertypublic final String getSound()
CfnPushTemplate.AndroidPushNotificationTemplateProperty
You can use the default stream or specify the file name of a sound resource that's bundled in your app. On an Android platform, the sound file must reside in /res/raw/ .
getSound in interface CfnPushTemplate.AndroidPushNotificationTemplatePropertypublic final String getTitle()
CfnPushTemplate.AndroidPushNotificationTemplatePropertyThis title appears above the notification message on a recipient's device.
getTitle in interface CfnPushTemplate.AndroidPushNotificationTemplatePropertypublic final String getUrl()
CfnPushTemplate.AndroidPushNotificationTemplatePropertygetUrl in interface CfnPushTemplate.AndroidPushNotificationTemplateProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.