PlaylistClient

interface PlaylistClient

Used to show the playlist and get its tracks.

See also

Inheritors

Functions

Link copied to clipboard
abstract suspend fun loadFeed(playlist: Playlist): Feed<Shelf>?

Gets the feed of a playlist.

Link copied to clipboard
abstract suspend fun loadPlaylist(playlist: Playlist): Playlist

Loads a playlist.

Link copied to clipboard
abstract suspend fun loadTracks(playlist: Playlist): Feed<Track>

Loads the tracks of a playlist.