CustomEventInterstitialListener

public interface CustomEventInterstitialListener extends CustomEventListener


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

Summary

Public methods

abstract void

Indicates that an interstitial has been requested and successfully received.

Inherited methods

From com.google.android.gms.ads.mediation.customevent.CustomEventListener
abstract void

Indicates that the user has clicked on this custom event.

abstract void

Indicates that the custom event rendered something in full screen and is now transferring control back to the application.

abstract void

Indicates that a custom event request has failed along with the underlying cause.

abstract void
onAdFailedToLoad(int errorCode)

This method is deprecated.

Use onAdFailedToLoad instead.

abstract void

Indicates that user interaction with the custom event is causing the device to switch to a different application (such as a web browser).

abstract void

Indicates that the custom event is rendering something that is full screen.

Public methods

onAdLoaded

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.