public static interface
YouTubePlayer.PlaylistEventListener
YouTubePlayer.PlaylistEventListener
com.google.android.youtube.player.YouTubePlayer.PlaylistEventListener |
Overview
Interface definition for callbacks that are invoked when events related to playlists occur.
Summary
Public methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called before the player starts loading the next video in the playlist.
| |||||||||||
Called when the last video in the playlist has ended.
| |||||||||||
Called before the player starts loading the previous video in the playlist.
|
Public methods
public abstract void onNext ()
Called before the player starts loading the next video in the playlist.
public abstract void onPlaylistEnded ()
Called when the last video in the playlist has ended.
public abstract void onPrevious ()
Called before the player starts loading the previous video in the playlist.