horologist
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
horologist
media-ui-model
/
com.google.android.horologist.media.ui.state.model
/
PlaylistUiModel
Playlist
Ui
Model
data
class
PlaylistUiModel
(
val
id
:
String
,
val
title
:
String
,
val
artworkUri
:
String
?
=
null
)
Members
Constructors
Playlist
Ui
Model
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
,
artworkUri
:
String
?
=
null
)
Properties
artwork
Uri
Link copied to clipboard
val
artworkUri
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
title
Link copied to clipboard
val
title
:
String