MediaUiModel
A sealed class representing the UI state of a media item.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
data class Ready(val id: String, val title: String, val subtitle: String = "", val clientPackageName: String? = null, val artwork: Paintable? = null, val artworkColor: Color? = null, val artworkColorSeed: Color? = null, val titleIcon: Paintable? = null, val appLabel: String? = null, val selectedAudioOutput: AudioOutput? = null) : MediaUiModel
Represents the UI state when media data is available.