InterstitialAdListener
A more recent version of this class is available. Check out the latest version.

InterstitialAdListener interface is notified of events in InterstitialAd lifecycle.

Implements:AdListener
Package:ads
Instance Methods
onInterstitialDisplayed(Ad)

Called when the interstitial ad control is displayed.

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

Called when the interstitial ad control is dismissed.

public void onInterstitialDismissed(Ad ad)
ParameterDescription
adThe ad control