Package com.unity3d.mediation
Class LevelPlayAdError
-
- All Implemented Interfaces:
public final class LevelPlayAdError
-
-
Field Summary
Fields Modifier and Type Field Description public final static IntegerERROR_CODE_NO_AD_UNIT_ID_SPECIFIEDpublic final static IntegerERROR_CODE_LOAD_BEFORE_INIT_SUCCESS_CALLBACKpublic final static IntegerERROR_CODE_INVALID_AD_UNIT_IDpublic final static IntegerERROR_CODE_LOAD_FAILED_ALREADY_CALLEDpublic final static IntegerERROR_CODE_SHOW_BEFORE_LOAD_SUCCESS_CALLBACKpublic final static IntegerERROR_CODE_LOAD_WHILE_SHOWpublic final static IntegerERROR_CODE_SHOW_WHILE_SHOWpublic final static IntegerERROR_CODE_SHOW_WHILE_LOADprivate final StringadIdprivate final StringadUnitId
-
Constructor Summary
Constructors Constructor Description LevelPlayAdError(String adId, String adUnitId, Integer errorCode, String errorMessage)LevelPlayAdError(IronSourceError ironSourceError, String adId, String adUnitId)
-
Method Summary
Modifier and Type Method Description final StringgetAdId()final StringgetAdUnitId()StringtoString()final IntegergetErrorCode()final StringgetErrorMessage()-
-
Method Detail
-
getAdUnitId
final String getAdUnitId()
-
getErrorCode
final Integer getErrorCode()
-
getErrorMessage
final String getErrorMessage()
-
-
-
-