Package com.jwplayer.pub.api.events
Class AdCompanionsEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.AdCompanionsEvent
Payload that accompanies the onAdCompanions() event.
-
Constructor Summary
ConstructorsConstructorDescriptionAdCompanionsEvent
(JWPlayer player, String tag, List<AdCompanion> companions) -
Method Summary
Modifier and TypeMethodDescriptionA List of with available companion information.getTag()
The URL of the ad tag that is currently playing.
-
Constructor Details
-
AdCompanionsEvent
-
-
Method Details
-
getTag
The URL of the ad tag that is currently playing. -
getCompanions
A List of with available companion information.
-