public enum AppLovinAdViewDisplayErrorCode extends java.lang.Enum<AppLovinAdViewDisplayErrorCode>
Created by thomasso on 7/5/17.
| Enum Constant and Description |
|---|
UNSPECIFIED
The ad view failed to display an ad for an unspecified reason.
|
WEBVIEW_NOT_FOUND
The ad view could not be rendered, because the Android WebView framework is updating.
|
| Modifier and Type | Method and Description |
|---|---|
static AppLovinAdViewDisplayErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppLovinAdViewDisplayErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppLovinAdViewDisplayErrorCode UNSPECIFIED
public static final AppLovinAdViewDisplayErrorCode WEBVIEW_NOT_FOUND
public static AppLovinAdViewDisplayErrorCode[] values()
for (AppLovinAdViewDisplayErrorCode c : AppLovinAdViewDisplayErrorCode.values()) System.out.println(c);
public static AppLovinAdViewDisplayErrorCode 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