public static enum UnityAds.UnityAdsError extends java.lang.Enum<UnityAds.UnityAdsError>
Enum Constant and Description |
---|
AD_BLOCKER_DETECTED |
DEVICE_ID_ERROR |
FILE_IO_ERROR |
INIT_SANITY_CHECK_FAIL |
INITIALIZE_FAILED |
INTERNAL_ERROR |
INVALID_ARGUMENT |
NOT_INITIALIZED |
SHOW_ERROR |
VIDEO_PLAYER_ERROR |
Modifier and Type | Method and Description |
---|---|
static UnityAds.UnityAdsError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnityAds.UnityAdsError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnityAds.UnityAdsError NOT_INITIALIZED
public static final UnityAds.UnityAdsError INITIALIZE_FAILED
public static final UnityAds.UnityAdsError INVALID_ARGUMENT
public static final UnityAds.UnityAdsError VIDEO_PLAYER_ERROR
public static final UnityAds.UnityAdsError INIT_SANITY_CHECK_FAIL
public static final UnityAds.UnityAdsError AD_BLOCKER_DETECTED
public static final UnityAds.UnityAdsError FILE_IO_ERROR
public static final UnityAds.UnityAdsError DEVICE_ID_ERROR
public static final UnityAds.UnityAdsError SHOW_ERROR
public static final UnityAds.UnityAdsError INTERNAL_ERROR
public static UnityAds.UnityAdsError[] values()
for (UnityAds.UnityAdsError c : UnityAds.UnityAdsError.values()) System.out.println(c);
public static UnityAds.UnityAdsError 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