Data passed into the adapter for signal generation.
|
RtbSignalData(Context
context, List<MediationConfiguration>
configurations, Bundle
networkExtras, AdSize adSize)
Constructs an
RtbSignalData with the provided extra parameters.
|
| AdSize |
getAdSize()
Returns the ad size associated with a banner ad request, or null if this signal
data is not for a banner ad request.
|
| MediationConfiguration |
getConfiguration()
This method is deprecated. Use
getConfigurations().
|
| List<MediationConfiguration> |
getConfigurations()
Returns the configurations defined by the publisher in the AdMob or Ad Manager
UI.
|
| Context |
getContext()
Returns the context.
|
| Bundle |
getNetworkExtras()
Returns the extra parameters set by the publisher on a per-request basis for a
specific ad network adapter.
|
Constructs an RtbSignalData
with the provided extra parameters.
Returns the ad size associated with a banner ad request, or null if this signal data
is not for a banner ad request. Check
MediationConfiguration.getFormat() to determine the ad format being
requested.
This method is deprecated.
Use
getConfigurations().
Returns the configuration defined by the publisher in the AdMob or Ad Manager UI.
Returns the configurations defined by the publisher in the AdMob or Ad Manager UI.
Returns the context.
Returns the extra parameters set by the publisher on a per-request basis for a specific ad network adapter.