@Deprecated public static enum EventBatch.ClientEngine extends java.lang.Enum<EventBatch.ClientEngine>
| Enum Constant and Description |
|---|
ANDROID_SDK
Deprecated.
|
ANDROID_TV_SDK
Deprecated.
|
JAVA_SDK
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientEngineValue()
Deprecated.
|
static EventBatch.ClientEngine |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EventBatch.ClientEngine[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventBatch.ClientEngine JAVA_SDK
public static final EventBatch.ClientEngine ANDROID_SDK
public static final EventBatch.ClientEngine ANDROID_TV_SDK
public static EventBatch.ClientEngine[] values()
for (EventBatch.ClientEngine c : EventBatch.ClientEngine.values()) System.out.println(c);
public static EventBatch.ClientEngine 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 getClientEngineValue()