public enum AdOperationError extends java.lang.Enum<AdOperationError>
| Enum Constant and Description |
|---|
already_showing |
callback_error |
callback_timeout |
init_failed |
internal |
invalid |
no_connection |
no_fill |
not_ready |
player |
timeout |
| Modifier and Type | Method and Description |
|---|---|
static AdOperationError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdOperationError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdOperationError init_failed
public static final AdOperationError internal
public static final AdOperationError invalid
public static final AdOperationError no_fill
public static final AdOperationError timeout
public static final AdOperationError not_ready
public static final AdOperationError player
public static final AdOperationError no_connection
public static final AdOperationError already_showing
public static final AdOperationError callback_error
public static final AdOperationError callback_timeout
public static AdOperationError[] values()
for (AdOperationError c : AdOperationError.values()) System.out.println(c);
public static AdOperationError 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