Class AdBreakIgnoredEvent

  • All Implemented Interfaces:
    Event

    public class AdBreakIgnoredEvent
    extends java.lang.Object
    implements Event
    Payload that accompanies the onAdBreakIgnored() event. Created by gilberto hdz on 21/04/20.
    • Constructor Detail

      • AdBreakIgnoredEvent

        public AdBreakIgnoredEvent​(AdPosition adPosition,
                                   AdSource client)
    • Method Detail

      • getAdPosition

        @NonNull
        public AdPosition getAdPosition()
        Returns:
        Whether the ad is a pre-roll, mid-roll or post-roll.
      • getClient

        @NonNull
        public AdSource getClient()
        Returns:
        The ad client in use for the ad break.