ContentData

sealed class ContentData

Base content data.

The info UI will change depending of the type of the data.

Inheritors

Types

Link copied to clipboard
data class Multiple(val name: String? = null, val contentLists: Flow<List<ContentList>>) : ContentData

Multiple model, used to show a list of items

Link copied to clipboard
data class Single(val model: ContentItemModel, val canDownload: Boolean = true) : ContentData

Single model, used to show only one item, (e.g. a movie)