Package com.jwplayer.pub.api.events
Class AdBreakIgnoredEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.AdBreakIgnoredEvent
Payload that accompanies the onAdBreakIgnored() event.
Created by gilberto hdz on 21/04/20.
-
Constructor Summary
ConstructorsConstructorDescriptionAdBreakIgnoredEvent
(JWPlayer player, AdPosition adPosition, AdClient client) -
Method Summary
-
Constructor Details
-
AdBreakIgnoredEvent
-
-
Method Details
-
getAdPosition
- Returns:
- Whether the ad is a pre-roll, mid-roll or post-roll.
-
getClient
- Returns:
- The ad client in use for the ad break.
-