show

abstract fun show(listener: T?)

Shows the ad to the user.

Note: If the underlying ad experiences an error during the displaying stage, the underlying ad object will be destroyed and the AdShowListener.onAdShowFailed and AdShowListener.onAdHidden callbacks will be fired.

Parameters

listener

the listener that will be notified of the ad show events.