public interface

CustomEventBannerListener

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

Class Overview

Custom events that implement CustomEventBanner should use this listener to send callbacks to the mediation library to properly manage ad flow.

Summary

Public Methods
abstract void onAdLoaded(View view)
Indicates that a view 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 (View view)

Indicates that a view has been requested and successfully received. This view may be displayed after this method has been called.

Once an ad view is requested, the custom event must report either onAdLoaded or onAdFailedToLoad(int). If no response is received within a time limit, the mediation library may move on to another adapter, resulting in the custom event's view not being shown.

Parameters
view View: The view to be displayed.