toggle menu
horologist
androidJvm
switch theme
search in API
media-ui
/
com.google.android.horologist.media.ui.state.model
/
DownloadMediaUiModel
/
NotDownloaded
Not
Downloaded
data
class
NotDownloaded
(
val
id
:
String
,
val
title
:
String
?
=
null
,
val
artist
:
String
?
=
null
,
val
artworkUri
:
String
?
=
null
)
:
DownloadMediaUiModel
Members
Constructors
Not
Downloaded
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
?
=
null
,
artist
:
String
?
=
null
,
artworkUri
:
String
?
=
null
)
Properties
artist
Link copied to clipboard
val
artist
:
String
?
=
null
artwork
Uri
Link copied to clipboard
open
override
val
artworkUri
:
String
?
=
null
id
Link copied to clipboard
open
override
val
id
:
String
title
Link copied to clipboard
open
override
val
title
:
String
?
=
null