InterstitialManagerListener

Interface for listener objects that are notified of interstitial

Functions

Link copied to clipboard

Called when the loaded interstitial ad is about to start playing some audio.

Link copied to clipboard

Called when the loaded interstitial ad is about to stop playing some audio.

Link copied to clipboard

Called when the interstitial manager's ad has been clicked.

Link copied to clipboard
abstract fun onInterstitialAdClosed()

Called when the interstitial manager has closed the ad.

Link copied to clipboard

Called when the interstitial manager failed to load an ad.

Link copied to clipboard

Called when the interstitial manager has failed to show the ad.

Link copied to clipboard
abstract fun onInterstitialAdLoaded(adInfo: SASAdInfo)

Called when the interstitial manager successfully loaded an ad.

Link copied to clipboard
abstract fun onInterstitialAdShown()

Called when the interstitial manager has shown the ad.