Package com.jwplayer.pub.api.events
Class PlaylistCompleteEvent
- java.lang.Object
-
- com.jwplayer.pub.api.events.Event
-
- com.jwplayer.pub.api.events.PlaylistCompleteEvent
-
public class PlaylistCompleteEvent extends Event
Fired when the player is done playing all items in the playlist. However, if the repeat option is set true, this is never fired.
-
-
Constructor Summary
Constructors Constructor Description PlaylistCompleteEvent(JWPlayer player)
-
-
-
Constructor Detail
-
PlaylistCompleteEvent
public PlaylistCompleteEvent(@NonNull JWPlayer player)
-
-