| Enum Constant and Description |
|---|
ACTION |
CRASH |
ERROR |
IDENTIFY_USER |
NAMED_EVENT |
SESSION_END |
SESSION_START |
VALUE_DOUBLE |
VALUE_INT |
VALUE_STRING |
WEBREQUEST |
| Modifier and Type | Method and Description |
|---|---|
short |
protocolValue() |
static EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventType ACTION
public static final EventType VALUE_STRING
public static final EventType VALUE_INT
public static final EventType VALUE_DOUBLE
public static final EventType NAMED_EVENT
public static final EventType SESSION_START
public static final EventType SESSION_END
public static final EventType WEBREQUEST
public static final EventType ERROR
public static final EventType CRASH
public static final EventType IDENTIFY_USER
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType 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 short protocolValue()