Uses of Interface
software.amazon.awssdk.services.pinpoint.model.AndroidPushNotificationTemplate.Builder
-
Packages that use AndroidPushNotificationTemplate.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of AndroidPushNotificationTemplate.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return AndroidPushNotificationTemplate.Builder Modifier and Type Method Description AndroidPushNotificationTemplate.BuilderAndroidPushNotificationTemplate.Builder. action(String action)The action to occur if a recipient taps a push notification that's based on the message template.AndroidPushNotificationTemplate.BuilderAndroidPushNotificationTemplate.Builder. action(Action action)The action to occur if a recipient taps a push notification that's based on the message template.AndroidPushNotificationTemplate.BuilderAndroidPushNotificationTemplate.Builder. body(String body)The message body to use in a push notification that's based on the message template.static AndroidPushNotificationTemplate.BuilderAndroidPushNotificationTemplate. builder()AndroidPushNotificationTemplate.BuilderAndroidPushNotificationTemplate.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.BuilderAndroidPushNotificationTemplate.Builder. imageUrl(String imageUrl)The URL of an image to display in a push notification that's based on the message template.AndroidPushNotificationTemplate.BuilderAndroidPushNotificationTemplate.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.BuilderAndroidPushNotificationTemplate.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.BuilderAndroidPushNotificationTemplate.Builder. sound(String sound)The sound to play when a recipient receives a push notification that's based on the message template.AndroidPushNotificationTemplate.BuilderAndroidPushNotificationTemplate.Builder. title(String title)The title to use in a push notification that's based on the message template.AndroidPushNotificationTemplate.BuilderAndroidPushNotificationTemplate. toBuilder()AndroidPushNotificationTemplate.BuilderAndroidPushNotificationTemplate.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.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type AndroidPushNotificationTemplate.Builder Modifier and Type Method Description static Class<? extends AndroidPushNotificationTemplate.Builder>AndroidPushNotificationTemplate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type AndroidPushNotificationTemplate.Builder Modifier and Type Method Description default PushNotificationTemplateRequest.BuilderPushNotificationTemplateRequest.Builder. adm(Consumer<AndroidPushNotificationTemplate.Builder> adm)The message template to use for the ADM (Amazon Device Messaging) channel.default PushNotificationTemplateResponse.BuilderPushNotificationTemplateResponse.Builder. adm(Consumer<AndroidPushNotificationTemplate.Builder> adm)The message template that's used for the ADM (Amazon Device Messaging) channel.default PushNotificationTemplateRequest.BuilderPushNotificationTemplateRequest.Builder. baidu(Consumer<AndroidPushNotificationTemplate.Builder> baidu)The message template to use for the Baidu (Baidu Cloud Push) channel.default PushNotificationTemplateResponse.BuilderPushNotificationTemplateResponse.Builder. baidu(Consumer<AndroidPushNotificationTemplate.Builder> baidu)The message template that's used for the Baidu (Baidu Cloud Push) channel.default PushNotificationTemplateRequest.BuilderPushNotificationTemplateRequest.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.BuilderPushNotificationTemplateResponse.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.
-