Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
BaiduMessage |
BaiduMessage.addDataEntry(String key,
String value)
Add a single Data entry
|
BaiduMessage |
BaiduMessage.addSubstitutionsEntry(String key,
List<String> value)
Add a single Substitutions entry
|
BaiduMessage |
BaiduMessage.clearDataEntries()
Removes all the entries added into Data.
|
BaiduMessage |
BaiduMessage.clearSubstitutionsEntries()
Removes all the entries added into Substitutions.
|
BaiduMessage |
BaiduMessage.clone() |
BaiduMessage |
DirectMessageConfiguration.getBaiduMessage()
The default push notification message for the Baidu (Baidu Cloud Push) channel.
|
BaiduMessage |
BaiduMessage.withAction(Action action)
The action to occur if the recipient taps the push notification.
|
BaiduMessage |
BaiduMessage.withAction(String action)
The action to occur if the recipient taps the push notification.
|
BaiduMessage |
BaiduMessage.withBody(String body)
The body of the notification message.
|
BaiduMessage |
BaiduMessage.withData(Map<String,String> data)
The JSON data payload to use for the push notification, if the notification is a silent push notification.
|
BaiduMessage |
BaiduMessage.withIconReference(String iconReference)
The icon image name of the asset saved in your app.
|
BaiduMessage |
BaiduMessage.withImageIconUrl(String imageIconUrl)
The URL of the large icon image to display in the content view of the push notification.
|
BaiduMessage |
BaiduMessage.withImageUrl(String imageUrl)
The URL of an image to display in the push notification.
|
BaiduMessage |
BaiduMessage.withRawContent(String rawContent)
The raw, JSON-formatted string to use as the payload for the notification message.
|
BaiduMessage |
BaiduMessage.withSilentPush(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 |
BaiduMessage.withSmallImageIconUrl(String smallImageIconUrl)
The URL of the small icon image to display in the status bar and the content view of the push notification.
|
BaiduMessage |
BaiduMessage.withSound(String sound)
The sound to play when the recipient receives the push notification.
|
BaiduMessage |
BaiduMessage.withSubstitutions(Map<String,List<String>> substitutions)
The default message variables to use in the notification message.
|
BaiduMessage |
BaiduMessage.withTimeToLive(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 |
BaiduMessage.withTitle(String title)
The title to display above the notification message on the recipient's device.
|
BaiduMessage |
BaiduMessage.withUrl(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 |
---|---|
void |
DirectMessageConfiguration.setBaiduMessage(BaiduMessage baiduMessage)
The default push notification message for the Baidu (Baidu Cloud Push) channel.
|
DirectMessageConfiguration |
DirectMessageConfiguration.withBaiduMessage(BaiduMessage baiduMessage)
The default push notification message for the Baidu (Baidu Cloud Push) channel.
|
Copyright © 2022. All rights reserved.