InterstitialAdListener
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

InterstitialAdListener interface is notified of events in InterstitialAd lifecycle.

Implementierungen:AdListener
Package:ads
Instance-Methoden
onInterstitialDisplayed(Ad)

Called when the interstitial ad control is displayed.

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

Called when the interstitial ad control is dismissed.

public void onInterstitialDismissed(Ad ad)
ParameterBeschreibung
adThe ad control