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