public static enum Tracker.IdentifierType extends java.lang.Enum<Tracker.IdentifierType>
| Enum Constant and Description |
|---|
advertisingId
provided by GoogleAds or HuaweiAds
|
androidId
provided by OS which is device identifier
|
googleAdId
provided by GoogleAds
|
huaweiOAId
provided by HuaweiAds
|
UUID
Generated by ATInternet and stored in application data
|
| Modifier and Type | Method and Description |
|---|---|
static Tracker.IdentifierType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tracker.IdentifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tracker.IdentifierType androidId
public static final Tracker.IdentifierType advertisingId
public static final Tracker.IdentifierType UUID
public static final Tracker.IdentifierType googleAdId
public static final Tracker.IdentifierType huaweiOAId
public static Tracker.IdentifierType[] values()
for (Tracker.IdentifierType c : Tracker.IdentifierType.values()) System.out.println(c);
public static Tracker.IdentifierType 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 null