public interface Ad
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the ad control.
|
void |
loadAd()
Loads an ad.
|
void loadAd()
This method always returns immediately. The ad is loaded asynchronously. The control's ad listener will be called when loading finishes or fails.
void destroy()
This method should be called when the hosting activity of the ad control is destroyed.