public enum WebViewEventCategory extends java.lang.Enum<WebViewEventCategory>
| Enum Constant and Description |
|---|
ADUNIT |
ANALYTICS |
BANNER |
BROADCAST |
CACHE |
CONNECTIVITY |
DEVICEINFO |
GMA |
INIT_GMA |
LIFECYCLE |
LOAD_API |
PERMISSIONS |
PURCHASING |
REQUEST |
RESOLVE |
STORAGE |
STORE |
TOKEN |
VIDEOPLAYER |
WEBPLAYER |
| Modifier and Type | Method and Description |
|---|---|
static WebViewEventCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebViewEventCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebViewEventCategory ADUNIT
public static final WebViewEventCategory BANNER
public static final WebViewEventCategory VIDEOPLAYER
public static final WebViewEventCategory REQUEST
public static final WebViewEventCategory RESOLVE
public static final WebViewEventCategory CACHE
public static final WebViewEventCategory CONNECTIVITY
public static final WebViewEventCategory STORAGE
public static final WebViewEventCategory BROADCAST
public static final WebViewEventCategory LIFECYCLE
public static final WebViewEventCategory DEVICEINFO
public static final WebViewEventCategory WEBPLAYER
public static final WebViewEventCategory PURCHASING
public static final WebViewEventCategory ANALYTICS
public static final WebViewEventCategory PERMISSIONS
public static final WebViewEventCategory STORE
public static final WebViewEventCategory LOAD_API
public static final WebViewEventCategory TOKEN
public static final WebViewEventCategory INIT_GMA
public static final WebViewEventCategory GMA
public static WebViewEventCategory[] values()
for (WebViewEventCategory c : WebViewEventCategory.values()) System.out.println(c);
public static WebViewEventCategory 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