InterstitialAdShowListener

Callback interface for InterstitialAd display events

Inheritors

Functions

Link copied to clipboard
abstract fun onAdClicked(molocoAd: MolocoAd)

Called when an ad is clicked.

Link copied to clipboard
abstract fun onAdHidden(molocoAd: MolocoAd)

Called when an ad is hidden.

Link copied to clipboard
abstract fun onAdShowFailed(molocoAdError: MolocoAdError)

Called when an error occurs during ad display.

Link copied to clipboard
abstract fun onAdShowSuccess(molocoAd: MolocoAd)

Called when an ad starts displaying. Impression can be recorded.