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
CustomEventAdapter.
To pass extras to custom events that implement
CustomEventAdapter, call
addCustomEventExtrasBundle(Class extends CustomEvent>, Bundle)
with
the class of your
CustomEventAdapter
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.
Sets an extra parameter for the custom event with the provided label.