Interface SingleControllerPlaylist.PlaylistListener

  • Enclosing class:
    SingleControllerPlaylist

    public static interface SingleControllerPlaylist.PlaylistListener
    Playlist-related events listener.
    • Method Detail

      • onItemChange

        void onItemChange​(@NonNull
                          PlayerConfig config)
        Called every time a new item, defined by a PlayerConfig starts playing.

        This method will also be called for the first element.

        Parameters:
        config - The config representing the new playlist item.