toggle menu
horologist
androidJvm
switch theme
search in API
media-ui
/
com.google.android.horologist.media.ui.state.model
/
MediaUiModel
Media
Ui
Model
data
class
MediaUiModel
(
val
id
:
String
,
val
title
:
String
,
val
subtitle
:
String
=
""
,
val
artworkUri
:
String
?
=
null
,
val
artworkColor
:
Color
?
=
null
,
val
titleIcon
:
Paintable
?
=
null
)
Members
Constructors
Media
Ui
Model
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
,
subtitle
:
String
=
""
,
artworkUri
:
String
?
=
null
,
artworkColor
:
Color
?
=
null
,
titleIcon
:
Paintable
?
=
null
)
Properties
artwork
Color
Link copied to clipboard
val
artworkColor
:
Color
?
=
null
artwork
Uri
Link copied to clipboard
val
artworkUri
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
loading
Link copied to clipboard
val
loading
:
Boolean
subtitle
Link copied to clipboard
val
subtitle
:
String
title
Link copied to clipboard
val
title
:
String
title
Icon
Link copied to clipboard
val
titleIcon
:
Paintable
?
=
null