public interface

InitializableMediationRewardedVideoAdAdapter

implements MediationRewardedVideoAdAdapter
com.google.android.gms.ads.reward.mediation.InitializableMediationRewardedVideoAdAdapter

Class Overview

Interface for MediationRewardedVideoAdAdapters that support initialization without a MediationAdRequest.

Adapters that implement this interface get initialized when the publisher initializes AdMob, which happens before an ad request is available. The initialize() method will be invoked on the implementing adapter and passed the union of all server parameter Bundles that have been configured for the app.

Summary

[Expand]
Inherited Constants
From interface com.google.android.gms.ads.reward.mediation.MediationRewardedVideoAdAdapter
Public Methods
abstract void initialize(Context context, MediationRewardedVideoAdListener listener, List<Bundle> serverParameters)
Perform upfront work for this adapter using all server parameter Bundles configured for the current app.
[Expand]
Inherited Methods
From interface com.google.android.gms.ads.reward.mediation.MediationRewardedVideoAdAdapter
From interface com.google.android.gms.ads.mediation.MediationAdapter

Public Methods

public abstract void initialize (Context context, MediationRewardedVideoAdListener listener, List<Bundle> serverParameters)

Perform upfront work for this adapter using all server parameter Bundles configured for the current app.

Parameters
context Context: Passed from the app at MobileAds.initialize().
listener MediationRewardedVideoAdListener: Receives initialization success and failure messages.
serverParameters List: The list of all server parameter Bundles configured for this adapter across the entire app.