Uses of Class
com.sap.mobile.services.client.push.PushPayload.Builder
Packages that use PushPayload.Builder
-
Uses of PushPayload.Builder in com.sap.mobile.services.client.push
Methods in com.sap.mobile.services.client.push that return PushPayload.BuilderModifier and TypeMethodDescriptionAlert properties define the notification message.PushPayload.Builder.apns
(ApnsNotification apns) APNS specific notification properties that overrides the PushPayload propertiesThe number to display in a badge on your app’s icon.PushPayload.Builder.baidu
(BaiduNotification baidu) Baidu specific notification properties that overrides the PushPayload propertiesstatic PushPayload.Builder
PushPayload.builder()
Custom specific notification properties that overrides the PushPayload propertiesThe data is a key/value map.The data property is a serialized / escape JSON key/value map.PushPayload.Builder.gcm
(GcmNotification gcm) FCM specific notification properties that overrides the PushPayload propertiesThe notification priority.Send notification as SMS.When specified, play a sound when the notification arrives on the device.PushPayload.Builder.w3c
(W3cNotification w3c) W3C specific notification properties that overrides the PushPayload propertiesPushPayload.Builder.wns
(WnsNotification wns) WNS specific notification properties that overrides the PushPayload properties