Package com.google.ads.mediation.customevent

Interface Summary
CustomEventBanner The interface for a custom event with a banner ad type.
CustomEventBannerListener A 'listener' object implementing this interface is passed to the CustomEventBanner.requestBannerAd(com.google.ads.mediation.customevent.CustomEventBannerListener, android.app.Activity, java.lang.String, java.lang.String, com.google.ads.AdSize, com.google.ads.mediation.MediationAdRequest) method.
CustomEventInterstitial The interface for a custom event with an interstitial ad type.
CustomEventInterstitialListener A 'listener' object implementing this interface is passed to the CustomEventInterstitial.requestInterstitialAd(com.google.ads.mediation.customevent.CustomEventInterstitialListener, android.app.Activity, java.lang.String, java.lang.String, com.google.ads.mediation.MediationAdRequest) method.
CustomEventListener Contains the common methods of the CustomEventBannerListener and CustomEventInterstitialListener interfaces.
 

Class Summary
CustomEventAdapter An adapter for custom events.
CustomEventServerParameters The mediation server parameters class for custom events.