public final class

CustomEventExtras

extends Object
implements NetworkExtras
java.lang.Object
   ↳ com.google.android.gms.ads.mediation.customevent.CustomEventExtras

Class Overview


Extra parameters for mediation custom events. The extra parameters are stored using the label of the custom event.

Summary


Public Constructors
CustomEventExtras()
Public Methods
Object getExtra(String label)
Returns the extra parameter for the custom event with the provided label.
void setExtra(String label, Object value)
Sets an extra parameter for the custom event with the provided label.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors


public CustomEventExtras ()

Public Methods


public Object getExtra (String label)

Returns the extra parameter for the custom event with the provided label.

public void setExtra (String label, Object value)

Sets an extra parameter for the custom event with the provided label.