public interface

CustomEventInterstitialListener

implements CustomEventListener
com.google.android.gms.ads.mediation.customevent.CustomEventInterstitialListener

Class Overview

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.

Summary

Public Methods
abstract void onAdLoaded()
Indicates that an interstitial has been requested and successfully received.
[Expand]
Inherited Methods
From interface com.google.android.gms.ads.mediation.customevent.CustomEventListener

Public Methods

public abstract void onAdLoaded ()

Indicates that an interstitial has been requested and successfully received. Interstitials must wait for a 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, showInterstitial() should open the interstitial.