InterstitialAdListener

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