public static interface DefaultPushNotificationMessage.Builder extends SdkPojo, CopyableBuilder<DefaultPushNotificationMessage.Builder,DefaultPushNotificationMessage>
| Modifier and Type | Method and Description |
|---|---|
DefaultPushNotificationMessage.Builder |
action(Action action)
The default action to occur if a recipient taps the push notification.
|
DefaultPushNotificationMessage.Builder |
action(String action)
The default action to occur if a recipient taps the push notification.
|
DefaultPushNotificationMessage.Builder |
body(String body)
The default body of the notification message.
|
DefaultPushNotificationMessage.Builder |
data(Map<String,String> data)
The JSON data payload to use for the default push notification, if the notification is a silent push
notification.
|
DefaultPushNotificationMessage.Builder |
silentPush(Boolean silentPush)
Specifies whether the default notification is a silent push notification, which is a push notification that
doesn't display on a recipient's device.
|
DefaultPushNotificationMessage.Builder |
substitutions(Map<String,? extends Collection<String>> substitutions)
The default message variables to use in the notification message.
|
DefaultPushNotificationMessage.Builder |
title(String title)
The default title to display above the notification message on a recipient's device.
|
DefaultPushNotificationMessage.Builder |
url(String url)
The default URL to open in a recipient's default mobile browser, if a recipient taps the push notification
and the value of the Action property is URL.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDefaultPushNotificationMessage.Builder action(String action)
The default action to occur if a recipient taps the push notification. Valid 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 setting uses the deep-linking features of the iOS and Android platforms.
URL - The default mobile browser on the recipient's device opens and loads the web page at a URL that you specify.
action - The default action to occur if a recipient taps the push notification. Valid 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 setting uses the deep-linking features of the iOS and Android platforms.
URL - The default mobile browser on the recipient's device opens and loads the web page at a URL that you specify.
Action,
ActionDefaultPushNotificationMessage.Builder action(Action action)
The default action to occur if a recipient taps the push notification. Valid 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 setting uses the deep-linking features of the iOS and Android platforms.
URL - The default mobile browser on the recipient's device opens and loads the web page at a URL that you specify.
action - The default action to occur if a recipient taps the push notification. Valid 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 setting uses the deep-linking features of the iOS and Android platforms.
URL - The default mobile browser on the recipient's device opens and loads the web page at a URL that you specify.
Action,
ActionDefaultPushNotificationMessage.Builder body(String body)
The default body of the notification message.
body - The default body of the notification message.DefaultPushNotificationMessage.Builder data(Map<String,String> data)
The JSON data payload to use for the default push notification, if the notification is a silent push notification. This payload is added to the data.pinpoint.jsonBody object of the notification.
data - The JSON data payload to use for the default push notification, if the notification is a silent push
notification. This payload is added to the data.pinpoint.jsonBody object of the notification.DefaultPushNotificationMessage.Builder silentPush(Boolean silentPush)
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.
silentPush - 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.DefaultPushNotificationMessage.Builder substitutions(Map<String,? extends Collection<String>> substitutions)
The default message variables to use in the notification message. You can override the default variables with individual address variables.
substitutions - The default message variables to use in the notification message. You can override the default
variables with individual address variables.DefaultPushNotificationMessage.Builder title(String title)
The default title to display above the notification message on a recipient's device.
title - The default title to display above the notification message on a recipient's device.DefaultPushNotificationMessage.Builder url(String url)
The default URL to open in a recipient's default mobile browser, if a recipient taps the push notification and the value of the Action property is URL.
url - The default URL to open in a recipient's default mobile browser, if a recipient taps the push
notification and the value of the Action property is URL.Copyright © 2020. All rights reserved.