media
/
com.google.android.horologist.media.repository
/
PlaylistDownloadRepository
Playlist
Download
Repository
interface
PlaylistDownloadRepository
Content copied to clipboard
A repository of
PlaylistDownload
.
Functions
Functions
download
Link copied to clipboard
abstract fun
download
(playlist:
Playlist
)
Content copied to clipboard
Request the download of the supplied
playlist
.
get
Link copied to clipboard
abstract fun
get
(playlistId:
String
):
Flow
<
PlaylistDownload
?>
Content copied to clipboard
Returns a
PlaylistDownload
with the supplied
id
, if there is any.
remove
Link copied to clipboard
abstract fun
remove
(playlist:
Playlist
)
Content copied to clipboard
Request the download removal of the supplied
playlist
.