public enum AdUnitError extends java.lang.Enum<AdUnitError>
| Modifier and Type | Method and Description |
|---|---|
static AdUnitError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdUnitError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdUnitError ADUNIT_NULL
public static final AdUnitError ACTIVITY_ID
public static final AdUnitError GENERIC
public static final AdUnitError ORIENTATION
public static final AdUnitError SCREENVISIBILITY
public static final AdUnitError CORRUPTED_VIEWLIST
public static final AdUnitError CORRUPTED_KEYEVENTLIST
public static final AdUnitError SYSTEM_UI_VISIBILITY
public static final AdUnitError UNKNOWN_VIEW
public static final AdUnitError LAYOUT_NULL
public static final AdUnitError MAX_MOTION_EVENT_COUNT_REACHED
public static final AdUnitError API_LEVEL_ERROR
public static final AdUnitError NO_DISPLAY_CUTOUT_AVAILABLE
public static final AdUnitError DISPLAY_CUTOUT_METHOD_NOT_AVAILABLE
public static final AdUnitError DISPLAY_CUTOUT_JSON_ERROR
public static final AdUnitError DISPLAY_CUTOUT_INVOKE_FAILED
public static AdUnitError[] values()
for (AdUnitError c : AdUnitError.values()) System.out.println(c);
public static AdUnitError 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