public static enum UnityAds.UnityAdsShowError extends java.lang.Enum<UnityAds.UnityAdsShowError>
| Enum Constant and Description |
|---|
ALREADY_SHOWING
Error related to ad is already being showed
|
INTERNAL_ERROR
Error related to environment or internal services
|
INVALID_ARGUMENT
Error related to invalid arguments
|
NO_CONNECTION
Error related to internet connection
|
NOT_INITIALIZED
Error related to SDK not initialized
|
NOT_READY
Error related to placement not being ready
|
TIMEOUT
Error related to an Ad being unable to show within a specified time frame
|
VIDEO_PLAYER_ERROR
Error related to the video player
|
| Modifier and Type | Method and Description |
|---|---|
static UnityAds.UnityAdsShowError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnityAds.UnityAdsShowError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnityAds.UnityAdsShowError NOT_INITIALIZED
public static final UnityAds.UnityAdsShowError NOT_READY
public static final UnityAds.UnityAdsShowError VIDEO_PLAYER_ERROR
public static final UnityAds.UnityAdsShowError INVALID_ARGUMENT
public static final UnityAds.UnityAdsShowError NO_CONNECTION
public static final UnityAds.UnityAdsShowError ALREADY_SHOWING
public static final UnityAds.UnityAdsShowError INTERNAL_ERROR
public static final UnityAds.UnityAdsShowError TIMEOUT
public static UnityAds.UnityAdsShowError[] values()
for (UnityAds.UnityAdsShowError c : UnityAds.UnityAdsShowError.values()) System.out.println(c);
public static UnityAds.UnityAdsShowError 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