toggle menu
horologist
jvm
switch theme
search in API
media-core
/
com.google.android.horologist.media.model
/
PlaylistDownload
Playlist
Download
data
class
PlaylistDownload
(
val
playlist
:
Playlist
,
val
mediaList
:
List
<
MediaDownload
>
)
(
source
)
Representation of a
Playlist
download.
Members
Constructors
Playlist
Download
Link copied to clipboard
constructor
(
playlist
:
Playlist
,
mediaList
:
List
<
MediaDownload
>
)
Properties
media
List
Link copied to clipboard
val
mediaList
:
List
<
MediaDownload
>
playlist
Link copied to clipboard
val
playlist
:
Playlist