AndroidPushNotificationTemplate
Specifies channel-specific content and settings for a message template that can be used in push notifications that are sent through the ADM (Amazon Device Messaging), Baidu (Baidu Cloud Push), or GCM (Firebase Cloud Messaging, formerly Google Cloud Messaging) channel.
Types
Properties
Link copied to clipboard
The URL of the large icon image to display in the content view of a push notification that's based on the message template.
Link copied to clipboard
The raw, JSON-formatted string to use as the payload for a push notification that's based on the message template. If specified, this value overrides all other content for the message template.
Link copied to clipboard
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.
Link copied to clipboard
Functions
Link copied to clipboard
inline fun copy(block: AndroidPushNotificationTemplate.Builder.() -> Unit = {}): AndroidPushNotificationTemplate