Package com.jwplayer.pub.api.events
Class RelatedOpenEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.RelatedOpenEvent
Payload that accompanies the onRelatedOpen() event.
-
Constructor Summary
ConstructorsConstructorDescriptionRelatedOpenEvent
(JWPlayer player, String method, String url, List<PlaylistItem> items) -
Method Summary
-
Constructor Details
-
RelatedOpenEvent
-
-
Method Details
-
getItems
- Returns:
- List of all PlaylistItems that have been loaded into the related plugin.
-
getMethod
- Returns:
- The method used to open the plugin. (api, complete, or click).
-
getUrl
- Returns:
- URL of the feed that was loaded into the player.
-