| Modifier and Type | Method and Description |
|---|---|
static NotificationBuilder.GCMPriority |
NotificationBuilder.GCMPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationBuilder.GCMPriority[] |
NotificationBuilder.GCMPriority.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.setGCMSettings(String collapseKey,
Boolean delayWhileIdle,
org.json.JSONObject payload,
NotificationBuilder.GCMPriority priority,
String soundFile,
Integer secondsToLive)
Configure specific Google Cloud Messaging (GCM) settings.
|
Copyright © 2017. All rights reserved.