This interface is deprecated.
Use
Adapter.initialize(Context, InitializationCompleteCallback, List)
instead.
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.
Inherited Constant Summary
Public Method Summary
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.
|
Inherited Method Summary
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 | Passed from the app at
MobileAds.initialize() . |
---|---|
listener | Receives initialization success and failure messages. |
serverParameters | The list of all server parameter Bundles configured for this adapter across the entire app. |