APNSMessage.Builder |
APNSMessage.Builder.action(String action) |
The action to occur if the recipient taps the push notification.
|
APNSMessage.Builder |
APNSMessage.Builder.action(Action action) |
The action to occur if the recipient taps the push notification.
|
APNSMessage.Builder |
APNSMessage.Builder.apnsPushType(String apnsPushType) |
The type of push notification to send.
|
APNSMessage.Builder |
APNSMessage.Builder.badge(Integer badge) |
The key that indicates whether and how to modify the badge of your app's icon when the recipient receives the
push notification.
|
APNSMessage.Builder |
APNSMessage.Builder.body(String body) |
The body of the notification message.
|
static APNSMessage.Builder |
APNSMessage.builder() |
|
APNSMessage.Builder |
APNSMessage.Builder.category(String category) |
The key that indicates the notification type for the push notification.
|
APNSMessage.Builder |
APNSMessage.Builder.collapseId(String collapseId) |
An arbitrary identifier that, if assigned to multiple messages, APNs uses to coalesce the messages into a
single push notification instead of delivering each message individually.
|
APNSMessage.Builder |
APNSMessage.Builder.data(Map<String,String> data) |
The JSON payload to use for a silent push notification.
|
APNSMessage.Builder |
APNSMessage.Builder.mediaUrl(String mediaUrl) |
The URL of an image or video to display in the push notification.
|
APNSMessage.Builder |
APNSMessage.Builder.preferredAuthenticationMethod(String preferredAuthenticationMethod) |
The authentication method that you want Amazon Pinpoint to use when authenticating with APNs, CERTIFICATE or
TOKEN.
|
APNSMessage.Builder |
APNSMessage.Builder.priority(String priority) |
para>5 - Low priority, the notification might be delayed, delivered as part of a group, or throttled.
|
APNSMessage.Builder |
APNSMessage.Builder.rawContent(String rawContent) |
The raw, JSON-formatted string to use as the payload for the notification message.
|
APNSMessage.Builder |
APNSMessage.Builder.silentPush(Boolean silentPush) |
Specifies whether the notification is a silent push notification.
|
APNSMessage.Builder |
APNSMessage.Builder.sound(String sound) |
The key for the sound to play when the recipient receives the push notification.
|
APNSMessage.Builder |
APNSMessage.Builder.substitutions(Map<String,? extends Collection<String>> substitutions) |
The default message variables to use in the notification message.
|
APNSMessage.Builder |
APNSMessage.Builder.threadId(String threadId) |
The key that represents your app-specific identifier for grouping notifications.
|
APNSMessage.Builder |
APNSMessage.Builder.timeToLive(Integer timeToLive) |
The amount of time, in seconds, that APNs should store and attempt to deliver the push notification, if the
service is unable to deliver the notification the first time.
|
APNSMessage.Builder |
APNSMessage.Builder.title(String title) |
The title to display above the notification message on the recipient's device.
|
APNSMessage.Builder |
APNSMessage.toBuilder() |
|
APNSMessage.Builder |
APNSMessage.Builder.url(String url) |
The URL to open in the recipient's default mobile browser, if a recipient taps the push notification and the
value of the Action property is URL.
|