Class AdCompanionsEvent
- java.lang.Object
-
- com.longtailvideo.jwplayer.events.AdCompanionsEvent
-
-
Constructor Summary
Constructors Constructor Description AdCompanionsEvent(java.lang.String tag, java.util.List<AdCompanion> companions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AdCompanion>
getCompanions()
A List of with available companion information.java.lang.String
getTag()
The URL of the ad tag that is currently playing.
-
-
-
Constructor Detail
-
AdCompanionsEvent
public AdCompanionsEvent(java.lang.String tag, java.util.List<AdCompanion> companions)
-
-
Method Detail
-
getTag
@NonNull public java.lang.String getTag()
The URL of the ad tag that is currently playing.
-
getCompanions
@NonNull public java.util.List<AdCompanion> getCompanions()
A List of with available companion information.
-
-