onMediationAdLoaded

abstract fun onMediationAdLoaded(mediatedView: View, width: Int?, height: Int?)

Called when the underlying mediation ad has loaded successfully.

Parameters

mediatedView

The mediation ad View.

width

The width of the mediation ad, if any set.

height

The height of the mediation ad, if any set.