public static enum PushAttributes.PushDeviceType extends Enum<PushAttributes.PushDeviceType>
| Modifier and Type | Method and Description |
|---|---|
static PushAttributes.PushDeviceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PushAttributes.PushDeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PushAttributes.PushDeviceType iOS
public static final PushAttributes.PushDeviceType ANDROID
public static final PushAttributes.PushDeviceType ALL
public static PushAttributes.PushDeviceType[] values()
for (PushAttributes.PushDeviceType c : PushAttributes.PushDeviceType.values()) System.out.println(c);
public static PushAttributes.PushDeviceType 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 © 2024. All Rights Reserved.