InterstitialAdListener
这个类有新版本。查看 最新版本。

InterstitialAdListener interface is notified of events in InterstitialAd lifecycle.

执行:AdListener
应用安装包:ads
实例方法
onInterstitialDisplayed(Ad)

Called when the interstitial ad control is displayed.

public void onInterstitialDisplayed(Ad ad)
参数描述
adThe ad control
onInterstitialDismissed(Ad)

Called when the interstitial ad control is dismissed.

public void onInterstitialDismissed(Ad ad)
参数描述
adThe ad control