CEAdRequestListener
Last updated
Last updated
This interface is used for getting the result of loadAdAsync
.
Public methods
void
void
void onAdLoaded(Ad ad)
On ad loaded. You can get more information from ad after onAdLoaded() via .
Parameters
ad
void onError(Ad ad, AdError error)
Load ad fail.
Parameters
ad
error
On ad loaded.
load ad fail.
: The Ad you loaded.
: The Ad you loaded.
: The error information.