CustomEventExtras

public final class CustomEventExtras


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

Summary

Public constructors

Public methods

@Nullable Object

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.

Public constructors

CustomEventExtras

public CustomEventExtras()

Public methods

getExtra

public @Nullable Object getExtra(String label)

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

setExtra

public void setExtra(String label, Object value)

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