com.google.android.gms.ads.reward.mediation.InitializableMediationRewardedVideoAdAdapter |
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.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Perform upfront work for this adapter using all server parameter Bundles configured for the
current app.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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.
|