-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum UnityAds.UnityAdsLoadErrorEnumeration of UnityAds load errors.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INITIALIZE_FAILEDError related to SDK not initialized
INTERNAL_ERRORError related to environment or internal services
INVALID_ARGUMENTError related to invalid arguments
NO_FILLError related to there being no ads available
TIMEOUTError related to an Ad being unable to load within a specified time frame
-
Method Summary
Modifier and Type Method Description static Array<UnityAds.UnityAdsLoadError>values()static UnityAds.UnityAdsLoadErrorvalueOf(String name)-
-
Method Detail
-
values
static Array<UnityAds.UnityAdsLoadError> values()
-
valueOf
static UnityAds.UnityAdsLoadError valueOf(String name)
-
-
-
-