Package 

Class UID2MediationAdapter

  • All Implemented Interfaces:
    com.google.android.gms.ads.mediation.MediationExtrasReceiver

    
    public final class UID2MediationAdapter
    extends RtbAdapter
                        

    An implementation of Google's GMS RtbAdapter that integrates UID2 tokens, accessed via the UID2Manager.

    • Method Summary

      Modifier and Type Method Description
      <ERROR CLASS> getSDKVersionInfo() Gets the version of the UID2 SDK.
      <ERROR CLASS> getVersionInfo() Gets the version of the UID2 Secure Signals plugin.
      Unit initialize(Context context, InitializationCompleteCallback initializationCompleteCallback, List<MediationConfiguration> mediationConfigurations) Initialises the UID2 SDK with the given Context.
      Unit collectSignals(RtbSignalData rtbSignalData, SignalCallbacks signalCallbacks) Collects the UID2 advertising token, if available.
      • Methods inherited from class com.google.android.gms.ads.mediation.rtb.RtbAdapter

        loadAppOpenAd, loadBannerAd, loadInterscrollerAd, loadInterstitialAd, loadNativeAd, loadRewardedAd, loadRewardedInterstitialAd
      • Methods inherited from class com.uid2.securesignals.gma.UID2MediationAdapter

        loadRtbAppOpenAd, loadRtbBannerAd, loadRtbInterscrollerAd, loadRtbInterstitialAd, loadRtbNativeAd, loadRtbRewardedAd, loadRtbRewardedInterstitialAd
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UID2MediationAdapter

        UID2MediationAdapter()
    • Method Detail

      • getSDKVersionInfo

         <ERROR CLASS> getSDKVersionInfo()

        Gets the version of the UID2 SDK.

      • getVersionInfo

         <ERROR CLASS> getVersionInfo()

        Gets the version of the UID2 Secure Signals plugin.

      • initialize

         Unit initialize(Context context, InitializationCompleteCallback initializationCompleteCallback, List<MediationConfiguration> mediationConfigurations)

        Initialises the UID2 SDK with the given Context.

      • collectSignals

         Unit collectSignals(RtbSignalData rtbSignalData, SignalCallbacks signalCallbacks)

        Collects the UID2 advertising token, if available.