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.
| 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.
|
Perform upfront work for this adapter using all server parameter Bundles configured for the current app.
| 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. |