CERequestResult

CERequestResult is the class which returns results of loadAdInstant.

Public constructors

CERequestResult() Create request result object.

Public methods

boolean

isSuccess()

Know if the result of loadAdInstant is successful .

AdError

getAdError()

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