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