Interface AdvertisingEvents.OnAdCompanionsListener

All Superinterfaces:
EventListener
Enclosing interface:
AdvertisingEvents

public static interface AdvertisingEvents.OnAdCompanionsListener extends EventListener
Event listener for onAdCompanions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAdCompanions(AdCompanionsEvent adCompanionsEvent)
    Fired when ad has companion ads to be displayed.
  • Method Details

    • onAdCompanions

      void onAdCompanions(AdCompanionsEvent adCompanionsEvent)
      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.