InterstitialAdListener
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.

InterstitialAdListener interface is notified of events in InterstitialAd lifecycle.

Penerapan:AdListener
Paket:ads
Metode Instance
onInterstitialDisplayed(Ad)

Called when the interstitial ad control is displayed.

public void onInterstitialDisplayed(Ad ad)
ParameterKeterangan
adThe ad control
onInterstitialDismissed(Ad)

Called when the interstitial ad control is dismissed.

public void onInterstitialDismissed(Ad ad)
ParameterKeterangan
adThe ad control