public static enum NotificationBuilder.APNSNotificationType extends Enum<NotificationBuilder.APNSNotificationType>
| Modifier and Type | Method and Description |
|---|---|
static NotificationBuilder.APNSNotificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationBuilder.APNSNotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationBuilder.APNSNotificationType DEFAULT
public static final NotificationBuilder.APNSNotificationType MIXED
public static final NotificationBuilder.APNSNotificationType SILENT
public static NotificationBuilder.APNSNotificationType[] values()
for (NotificationBuilder.APNSNotificationType c : NotificationBuilder.APNSNotificationType.values()) System.out.println(c);
public static NotificationBuilder.APNSNotificationType 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.