| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
BaiduMessage.Builder |
BaiduMessage.Builder.action(Action action)
The action to occur if the recipient taps the push notification.
|
BaiduMessage.Builder |
BaiduMessage.Builder.action(String action)
The action to occur if the recipient taps the push notification.
|
BaiduMessage.Builder |
BaiduMessage.Builder.body(String body)
The body of the notification message.
|
static BaiduMessage.Builder |
BaiduMessage.builder() |
BaiduMessage.Builder |
BaiduMessage.Builder.data(Map<String,String> data)
The JSON data payload to use for the push notification, if the notification is a silent push notification.
|
BaiduMessage.Builder |
BaiduMessage.Builder.iconReference(String iconReference)
The icon image name of the asset saved in your app.
|
BaiduMessage.Builder |
BaiduMessage.Builder.imageIconUrl(String imageIconUrl)
The URL of the large icon image to display in the content view of the push notification.
|
BaiduMessage.Builder |
BaiduMessage.Builder.imageUrl(String imageUrl)
The URL of an image to display in the push notification.
|
BaiduMessage.Builder |
BaiduMessage.Builder.rawContent(String rawContent)
The raw, JSON-formatted string to use as the payload for the notification message.
|
BaiduMessage.Builder |
BaiduMessage.Builder.silentPush(Boolean silentPush)
Specifies whether the notification is a silent push notification, which is a push notification that doesn't
display on a recipient's device.
|
BaiduMessage.Builder |
BaiduMessage.Builder.smallImageIconUrl(String smallImageIconUrl)
The URL of the small icon image to display in the status bar and the content view of the push notification.
|
BaiduMessage.Builder |
BaiduMessage.Builder.sound(String sound)
The sound to play when the recipient receives the push notification.
|
BaiduMessage.Builder |
BaiduMessage.Builder.substitutions(Map<String,? extends Collection<String>> substitutions)
The default message variables to use in the notification message.
|
BaiduMessage.Builder |
BaiduMessage.Builder.timeToLive(Integer timeToLive)
The amount of time, in seconds, that the Baidu Cloud Push service should store the message if the recipient's
device is offline.
|
BaiduMessage.Builder |
BaiduMessage.Builder.title(String title)
The title to display above the notification message on the recipient's device.
|
BaiduMessage.Builder |
BaiduMessage.toBuilder() |
BaiduMessage.Builder |
BaiduMessage.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BaiduMessage.Builder> |
BaiduMessage.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DirectMessageConfiguration.Builder |
DirectMessageConfiguration.Builder.baiduMessage(Consumer<BaiduMessage.Builder> baiduMessage)
The default push notification message for the Baidu (Baidu Cloud Push) channel.
|
Copyright © 2020. All rights reserved.