public enum SDKMetricEvents extends java.lang.Enum<SDKMetricEvents>
Enum Constant and Description |
---|
native_load_callback_error |
native_load_callback_timeout |
native_load_timeout_error |
native_show_callback_error |
native_show_callback_timeout |
native_show_timeout_error |
Modifier and Type | Method and Description |
---|---|
static SDKMetricEvents |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SDKMetricEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SDKMetricEvents native_load_callback_error
public static final SDKMetricEvents native_load_callback_timeout
public static final SDKMetricEvents native_show_callback_error
public static final SDKMetricEvents native_show_callback_timeout
public static final SDKMetricEvents native_load_timeout_error
public static final SDKMetricEvents native_show_timeout_error
public static SDKMetricEvents[] values()
for (SDKMetricEvents c : SDKMetricEvents.values()) System.out.println(c);
public static SDKMetricEvents 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