public static enum AppMetricaDeviceIDListener.Reason extends java.lang.Enum<AppMetricaDeviceIDListener.Reason>
| Enum Constant and Description |
|---|
INVALID_RESPONSE
Could not obtain identifier due to error parsing server response.
|
NETWORK
Could not obtain identifiers due to network error.
|
UNKNOWN
Could not obtain identifiers due to unknown error.
|
| Modifier and Type | Method and Description |
|---|---|
static AppMetricaDeviceIDListener.Reason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppMetricaDeviceIDListener.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppMetricaDeviceIDListener.Reason UNKNOWN
public static final AppMetricaDeviceIDListener.Reason NETWORK
public static final AppMetricaDeviceIDListener.Reason INVALID_RESPONSE
public static AppMetricaDeviceIDListener.Reason[] values()
for (AppMetricaDeviceIDListener.Reason c : AppMetricaDeviceIDListener.Reason.values()) System.out.println(c);
public static AppMetricaDeviceIDListener.Reason 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