public interface Ad
Modifier and Type | Method and Description |
---|---|
boolean |
isReady()
Checks if ads is ready.
|
void |
loadAd()
Start load ad.
|
void |
setAdListener(AdListener adListener)
Sets the ad listener.
|
void |
setTesting(boolean testing)
Sets mode of loading ads.
|
void |
show()
Show the ads.
|
void |
stopLoading()
Stop loading.
|
boolean isReady()
void loadAd()
void setAdListener(AdListener adListener)
adListener
- the listener for process of adsvoid setTesting(boolean testing)
testing
- the mode of loading ads, default falsevoid stopLoading()
void show()