toggle menu
horologist
androidJvm
switch theme
search in API
media-ui
/
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