Interface AdvertisingEvents.OnAdCompanionsListener
- All Superinterfaces:
EventListener
- Enclosing interface:
- AdvertisingEvents
Event listener for onAdCompanions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonAdCompanions(AdCompanionsEvent adCompanionsEvent) Fired when ad has companion ads to be displayed.
-
Method Details
-
onAdCompanions
Fired when ad has companion ads to be displayed. In the case of IMA, only the size of the companion slots that are filled will be returned by this event as the IMA SDK does not expose any additional metadata.- Parameters:
adCompanionsEvent- The payload that accompanies to the onAdCompanions() event.
-