Package com.google.ads.mediation

Interface Summary
MediationAdapter<ADDITIONAL_PARAMETERS,SERVER_PARAMETERS extends MediationServerParameters> Adapter for third party ad networks.
MediationBannerAdapter<ADDITIONAL_PARAMETERS extends NetworkExtras,SERVER_PARAMETERS extends MediationServerParameters> Adapter for third party ad networks that support banner ads.
MediationBannerListener Callback for an adapter to communicate back to the mediation library.
MediationInterstitialAdapter<ADDITIONAL_PARAMETERS extends NetworkExtras,SERVER_PARAMETERS extends MediationServerParameters> Adapter for third party ad networks that support interstitial ads.
MediationInterstitialListener Callback for an adapter to communicate back to the mediation library.
NetworkExtras Marker for classes which contain information set by the publisher on the client device.
 

Class Summary
EmptyNetworkExtras An empty network extras.
MediationAdRequest Information about the ad to fetch for a single publisher.
MediationServerParameters Settings set by the publisher on the mediation back-end servers.
 

Exception Summary
MediationServerParameters.MappingException Exception thrown when there is an issue mapping fields, usually due to required fields missing or type mismatches.