toggle menu
horologist
androidJvm
switch theme
search in API
media-ui
/
com.google.android.horologist.media.ui.state.model
Package-level
declarations
Types
Types
Download
Media
Ui
Model
Link copied to clipboard
sealed
class
DownloadMediaUiModel
Media
Ui
Model
Link copied to clipboard
data
class
MediaUiModel
(
val
id
:
String
,
val
title
:
String
,
val
subtitle
:
String
=
""
,
val
artworkUri
:
String
?
=
null
,
val
artworkColor
:
Color
?
=
null
,
val
titleIcon
:
Paintable
?
=
null
)
Playlist
Download
Ui
Model
Link copied to clipboard
sealed
class
PlaylistDownloadUiModel
Playlist
Ui
Model
Link copied to clipboard
data
class
PlaylistUiModel
(
val
id
:
String
,
val
title
:
String
,
val
artworkUri
:
String
?
=
null
)
Track
Position
Ui
Model
Link copied to clipboard
sealed
class
TrackPositionUiModel