public static enum NativeEventTracker.EVENT_TRACKING_METHOD extends java.lang.Enum<NativeEventTracker.EVENT_TRACKING_METHOD>
| Modifier and Type | Method and Description |
|---|---|
int |
getID() |
void |
setID(int id) |
static NativeEventTracker.EVENT_TRACKING_METHOD |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NativeEventTracker.EVENT_TRACKING_METHOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeEventTracker.EVENT_TRACKING_METHOD IMAGE
public static final NativeEventTracker.EVENT_TRACKING_METHOD JS
public static final NativeEventTracker.EVENT_TRACKING_METHOD CUSTOM
public static NativeEventTracker.EVENT_TRACKING_METHOD[] values()
for (NativeEventTracker.EVENT_TRACKING_METHOD c : NativeEventTracker.EVENT_TRACKING_METHOD.values()) System.out.println(c);
public static NativeEventTracker.EVENT_TRACKING_METHOD 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 int getID()
public void setID(int id)