MediationInterstitialAdapterListener

Interface for listener objects that are notified of mediation ad call outcome

Functions

Link copied to clipboard
abstract fun onMediationAdClicked()

Called when the underlying mediation ad has been clicked.

Link copied to clipboard
abstract fun onMediationAdDismissed()

Called when the underlying mediation ad has been dismissed.

Link copied to clipboard
abstract fun onMediationAdFailedToLoad(errorMessage: String?, isNoFill: Boolean)

Called when the underlying mediation ad has failed to load.

Link copied to clipboard
abstract fun onMediationAdFailedToShow(errorMessage: String?)

Called when the underlying mediation interstitial ad has failed to show

Link copied to clipboard
abstract fun onMediationAdLoaded()

Called when the underlying mediation ad has loaded successfully.

Link copied to clipboard
abstract fun onMediationAdShown()

Called when the underlying mediation ad has been shown.