| Modifier and Type | Method and Description |
|---|---|
static NotificationBuilder.APNSNotificationType |
NotificationBuilder.APNSNotificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationBuilder.APNSNotificationType[] |
NotificationBuilder.APNSNotificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2017. All rights reserved.