MediationBannerAdapterListener

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 onMediationAdCollapsed()

Called when the underlying mediation ad has collapsed.

Link copied to clipboard
abstract fun onMediationAdExpanded()

Called when the underlying mediation ad has expanded.

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 onMediationAdLoaded(mediatedView: View, width: Int?, height: Int?)

Called when the underlying mediation ad has loaded successfully.