public static enum DeviceIdentity.Type extends java.lang.Enum<DeviceIdentity.Type>
| Enum Constant and Description |
|---|
ANDROID_ID |
APPLE_PUSH_NOTIFICATION_TOKEN |
FIRE_ADVERTISING_ID |
GOOGLE_ADVERTISING_ID |
GOOGLE_CLOUD_MESSAGING_TOKEN |
IOS_ADVERTISING_ID |
IOS_VENDOR_ID |
MICROSOFT_ADVERTISING_ID |
MICROSOFT_PUBLISHER_ID |
ROKU_ADVERTISING_ID |
ROKU_PUBLISHER_ID |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static DeviceIdentity.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceIdentity.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceIdentity.Type ANDROID_ID
public static final DeviceIdentity.Type GOOGLE_ADVERTISING_ID
public static final DeviceIdentity.Type IOS_ADVERTISING_ID
public static final DeviceIdentity.Type IOS_VENDOR_ID
public static final DeviceIdentity.Type GOOGLE_CLOUD_MESSAGING_TOKEN
public static final DeviceIdentity.Type APPLE_PUSH_NOTIFICATION_TOKEN
public static final DeviceIdentity.Type ROKU_ADVERTISING_ID
public static final DeviceIdentity.Type MICROSOFT_ADVERTISING_ID
public static final DeviceIdentity.Type MICROSOFT_PUBLISHER_ID
public static final DeviceIdentity.Type FIRE_ADVERTISING_ID
public static final DeviceIdentity.Type ROKU_PUBLISHER_ID
public static DeviceIdentity.Type[] values()
for (DeviceIdentity.Type c : DeviceIdentity.Type.values()) System.out.println(c);
public static DeviceIdentity.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 toString()
toString in class java.lang.Enum<DeviceIdentity.Type>