CustomEventExtras

public final class CustomEventExtras extends Object

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 AbstractAdRequestBuilder.addCustomEventExtrasBundle(Class , 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 Constructor Summary

Public Method Summary

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.

Inherited Method Summary

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.