DefaultPushNotificationMessage
Specifies the default settings and content for a push notification that's sent directly to an endpoint.
Types
Properties
Link copied to clipboard
Specifies whether the default notification is a silent push notification, which is a push notification that doesn't display on a recipient's device. Silent push notifications can be used for cases such as updating an app's configuration or delivering messages to an in-app notification center.
Link copied to clipboard
The default message variables to use in the notification message. You can override the default variables with individual address variables.
Functions
Link copied to clipboard
inline fun copy(block: DefaultPushNotificationMessage.Builder.() -> Unit = {}): DefaultPushNotificationMessage