Class AdUnitEventsEnricher
-
- All Implemented Interfaces:
-
com.ironsource.mediationsdk.adunit.events.AdUnitEventsInterface
public final class AdUnitEventsEnricher extends EventsEnricher
-
-
Constructor Summary
Constructors Constructor Description AdUnitEventsEnricher(AdTools adTools, AdProperties adProperties, String mediationLoadStrategy)
-
Method Summary
Modifier and Type Method Description Map<String, Object>getEventsAdditionalDataMap(AdUnitEvents event)This method is used for getting extra data from the class operating the event wrapper. -
-
Constructor Detail
-
AdUnitEventsEnricher
AdUnitEventsEnricher(AdTools adTools, AdProperties adProperties, String mediationLoadStrategy)
-
-
Method Detail
-
getEventsAdditionalDataMap
Map<String, Object> getEventsAdditionalDataMap(AdUnitEvents event)
This method is used for getting extra data from the class operating the event wrapper. This is called for every event.
- Returns:
map of data to add to event
-
-
-
-