-
- All Implemented Interfaces:
-
com.google.android.gms.ads.mediation.MediationExtrasReceiver
public final class UID2MediationAdapter extends RtbAdapterAn implementation of Google's GMS RtbAdapter that integrates UID2 tokens, accessed via the UID2Manager.
-
-
Constructor Summary
Constructors Constructor Description UID2MediationAdapter()
-
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. Unitinitialize(Context context, InitializationCompleteCallback initializationCompleteCallback, List<MediationConfiguration> mediationConfigurations)Initialises the UID2 SDK with the given Context. UnitcollectSignals(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
-
-
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.
-
-
-
-