public static enum UnityAds.UnityAdsLoadError extends java.lang.Enum<UnityAds.UnityAdsLoadError>
| Enum Constant and Description |
|---|
INITIALIZE_FAILED
Error related to SDK not initialized
|
INTERNAL_ERROR
Error related to environment or internal services
|
INVALID_ARGUMENT
Error related to invalid arguments
|
NO_FILL
Error related to there being no ads available
|
TIMEOUT
Error related to an Ad being unable to load within a specified time frame
|
| Modifier and Type | Method and Description |
|---|---|
static UnityAds.UnityAdsLoadError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnityAds.UnityAdsLoadError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnityAds.UnityAdsLoadError INITIALIZE_FAILED
public static final UnityAds.UnityAdsLoadError INTERNAL_ERROR
public static final UnityAds.UnityAdsLoadError INVALID_ARGUMENT
public static final UnityAds.UnityAdsLoadError NO_FILL
public static final UnityAds.UnityAdsLoadError TIMEOUT
public static UnityAds.UnityAdsLoadError[] values()
for (UnityAds.UnityAdsLoadError c : UnityAds.UnityAdsLoadError.values()) System.out.println(c);
public static UnityAds.UnityAdsLoadError 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