APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.action(String action) |
The action to occur if a recipient taps a push notification that's based on the message template.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.action(Action action) |
The action to occur if a recipient taps a push notification that's based on the message template.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.body(String body) |
The message body to use in push notifications that are based on the message template.
|
static APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.builder() |
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.mediaUrl(String mediaUrl) |
The URL of an image or video to display in push notifications that are based on the message template.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.rawContent(String rawContent) |
The raw, JSON-formatted string to use as the payload for push notifications that are based on the message
template.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.sound(String sound) |
The key for the sound to play when the recipient receives a push notification that's based on the message
template.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.title(String title) |
The title to use in push notifications that are based on the message template.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.toBuilder() |
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.url(String url) |
The URL to open in the 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.
|