java.lang.Object | |
↳ | com.google.android.gms.ads.mediation.customevent.CustomEventExtras |
This class is deprecated.
This class will only work with implementations of the old CustomEventAdapter
which has been deprecated in favor of CustomEventBanner
and CustomEventInterstitial
. To pass extras to
custom events that implement CustomEventBanner
or CustomEventInterstitial
, call addCustomEventExtrasBundle(Class extends CustomEvent>, Bundle)
with the class of
your CustomEventBanner
or CustomEventInterstitial
implementation and
a Bundle
.
Extra parameters for mediation custom events. The extra parameters are stored using the label of the custom event.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the extra parameter for the custom event with the provided label.
| |||||||||||
Sets an extra parameter for the custom event with the provided label.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the extra parameter for the custom event with the provided label.
Parameters | |
---|---|
label |
String
|
Returns | |
---|---|
Object |
Sets an extra parameter for the custom event with the provided label.
Parameters | |
---|---|
label |
String
|
value |
Object
|