Contains classes for Google Mobile Ads mediation adapters.
Annotations
MediationAdConfiguration.TagForChildDirectedTreatment | Tag for child directed treatment. |
Interfaces
InitializationCompleteCallback | Callbacks for a mediation adapter to communicate third party ad network initialization status back to the Google Mobile Ads SDK. |
MediationAdapter | Adapter for third party ad networks. |
MediationAdCallback | Ad callback for a mediation adapter to communicate back to the Google Mobile Ads SDK. |
MediationAdLoadCallback<MediationAdT, MediationAdCallbackT> | Callback to be invoked when a mediation adapter loads an ad. |
MediationAdRequest | Information about the ad to fetch for a single publisher. |
MediationBannerAd | Mediated banner ad from a banner Adapter . |
MediationBannerAdapter | Adapter for third party ad networks that support banner ads. |
MediationBannerAdCallback | Banner ad callbacks for a mediation adapter to communicate back to the Google Mobile Ads SDK. |
MediationBannerListener | Callback for an adapter to communicate back to the mediation library. |
MediationExtrasReceiver | Interface that indicates a mediation adapter is capable of receiving extra custom parameters. |
MediationInterstitialAd | Mediated interstitial ad from an interstitial
Adapter . |
MediationInterstitialAdapter | Adapter for third party ad networks that support interstitial ads. |
MediationInterstitialAdCallback | Interstitial ad callbacks for a mediation adapter to communicate back to the Google Mobile Ads SDK. |
MediationInterstitialListener | Callback for an adapter to communicate back to the mediation library. |
MediationNativeAdapter | Adapter for third party ad networks that support native ads. |
MediationNativeAdCallback | Native ad callbacks for a mediation adapter to communicate back to the Google Mobile Ads SDK. |
MediationNativeListener | A listener containing callbacks for an adapter to communicate back to the mediation library. |
MediationRewardedAd | Interface definition describing methods that may be invoked once a rewarded ad has loaded. |
MediationRewardedAdCallback | Rewarded ad callbacks for a mediation adapter to communicate back to the Google Mobile Ads SDK. |
NativeMediationAdRequest | Information about the native ad to fetch for a single publisher. |
NetworkExtras | This interface is deprecated. This interface
is only used by implementations of
com.google.ads.mediation.MediationAdapter , which has been deprecated in
favor of MediationAdapter .
Extras for new mediation adapters are passed in as a Bundle through
addNetworkExtrasBundle(Class extends MediationExtrasReceiver>
, Bundle) . |
OnContextChangedListener | An optional interface that mediation adapters can implement to be informed of context changes. |
OnImmersiveModeUpdatedListener | An optional interface that mediation adapters can implement to be informed of immersive mode updates. |
Classes
Adapter | Adapter for third party ad networks. |
MediationAdConfiguration | Data used to render mediation ads. |
MediationBannerAdConfiguration | Data used to render mediation banner ads. |
MediationConfiguration | Contains a mediation configuration set by the publisher in the AdMob or DFP UI. |
MediationInterstitialAdConfiguration | Data used to render mediation interstitial ads. |
MediationNativeAdConfiguration | Data used to render mediation native ads. |
MediationRewardedAdConfiguration | Data used to render mediation rewarded ads. |
NativeAdMapper | This class is deprecated. Use UnifiedNativeAdMapper .
|
NativeAppInstallAdMapper | This class is deprecated. Use UnifiedNativeAdMapper .
|
NativeContentAdMapper | This class is deprecated. Use UnifiedNativeAdMapper .
|
UnifiedNativeAdMapper | Mapping class for Google AdMob unified native ads. |
VersionInfo | Version info for adapters and for third party SDKs. |