-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum UnityAds.UnityAdsLoadError extends Enum<UnityAds.UnityAdsLoadError>
Enumeration of UnityAds load errors.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TIMEOUTError related to an Ad being unable to load within a specified time frame
NO_FILLError related to there being no ads available
INVALID_ARGUMENTError related to invalid arguments
INTERNAL_ERRORError related to environment or internal services
INITIALIZE_FAILEDError related to SDK not initialized
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-