Package com.jwplayer.pub.api.events
Class AdScheduleEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.AdScheduleEvent
Payload that accompanies the onAdSchedule() event.
-
Constructor Summary
ConstructorsConstructorDescriptionAdScheduleEvent
(JWPlayer player, AdClient client, List<VmapAdBreak> vmapAdBreaks, String tag) -
Method Summary
-
Constructor Details
-
AdScheduleEvent
public AdScheduleEvent(JWPlayer player, AdClient client, List<VmapAdBreak> vmapAdBreaks, String tag)
-
-
Method Details
-
getTag
- Returns:
- The URL of the VMAP tag.
-
getClient
- Returns:
- The client that is currently being used.
-
getVmapAdBreaks
- Returns:
- List of VMAP Ad Breaks that make up this schedule
-