CERequestResult
CERequestResult
is the class which returns results of loadAdInstant
.
Public constructors
Public methods
boolean
Know if the result of loadAdInstant
is successful .
AdError
Get the error information when requesting Ads fails.
Public Methods
isSuccess
boolean isSuccess()
Know if the result of loadAdInstant is successful .
Returns
boolean
loadAdInstant is successful or not.
getAdError
AdError getAdError()
Get the error information when requesting Ads fails.
Returns
the error information.
Last updated