CustomEventInterstitialListener

public interface CustomEventInterstitialListener implements CustomEventListener

This interface is deprecated.
Use Adapter and MediationAdLoadCallback instead.

A custom event interstitial listener. Custom events that implement CustomEventInterstitial should use this listener to send callbacks to the mediation library to properly manage ad flow.

Public Method Summary

abstract void
onAdLoaded()
Indicates that an interstitial has been requested and successfully received.

Inherited Method Summary

Public Methods

public abstract void onAdLoaded ()

Indicates that an interstitial has been requested and successfully received. Interstitials must wait for a CustomEventInterstitial.showInterstitial() call.

Once an interstitial is requested, the custom event must report either success or failure. If no response is received within a time limit, the mediation library may move on to another adapter, resulting in a potentially successful interstitial not being shown.

From the point when this method is called until the adapter is destroyed, CustomEventInterstitial.showInterstitial() should open the interstitial.