public static enum NotificationBuilder.GCMPriority extends Enum<NotificationBuilder.GCMPriority>
| Modifier and Type | Method and Description |
|---|---|
static NotificationBuilder.GCMPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationBuilder.GCMPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationBuilder.GCMPriority DEFAULT
public static final NotificationBuilder.GCMPriority MIN
public static final NotificationBuilder.GCMPriority LOW
public static final NotificationBuilder.GCMPriority HIGH
public static final NotificationBuilder.GCMPriority MAX
public static NotificationBuilder.GCMPriority[] values()
for (NotificationBuilder.GCMPriority c : NotificationBuilder.GCMPriority.values()) System.out.println(c);
public static NotificationBuilder.GCMPriority valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.