public static enum PMDeviceInfo.DEVICE_ID_TYPE extends java.lang.Enum<PMDeviceInfo.DEVICE_ID_TYPE>
| Enum Constant and Description |
|---|
ADVERTISING_ID |
ANDROID_ID |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static PMDeviceInfo.DEVICE_ID_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PMDeviceInfo.DEVICE_ID_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PMDeviceInfo.DEVICE_ID_TYPE ANDROID_ID
public static final PMDeviceInfo.DEVICE_ID_TYPE ADVERTISING_ID
public static PMDeviceInfo.DEVICE_ID_TYPE[] values()
for (PMDeviceInfo.DEVICE_ID_TYPE c : PMDeviceInfo.DEVICE_ID_TYPE.values()) System.out.println(c);
public static PMDeviceInfo.DEVICE_ID_TYPE valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()