| Modifier and Type | Method and Description |
|---|---|
NotificationBuilder |
NotificationBuilder.setAPNSSettings(Integer badge,
String category,
String iosActionKey,
org.json.JSONObject payload,
String soundFile,
NotificationBuilder.APNSNotificationType type)
Configure specific Apple Push Notification Service (APNS) settings for iOS devices.
|
NotificationBuilder |
NotificationBuilder.setGCMSettings(String collapseKey,
Boolean delayWhileIdle,
org.json.JSONObject payload,
NotificationBuilder.GCMPriority priority,
String soundFile,
Integer secondsToLive)
Configure specific Google Cloud Messaging (GCM) settings.
|
NotificationBuilder |
NotificationBuilder.setMessageURL(String url)
Set an optional URL to be included with the push notification.
|
NotificationBuilder |
NotificationBuilder.setTarget(String[] deviceIds,
NotificationBuilder.PushNotificationsPlatform[] platforms,
String[] tagNames)
Specify the targets that will receive the push notification.
|
Copyright © 2017. All rights reserved.