Multiple

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

Multiple model, used to show a list of items

The list selector will only show when there is 2 or more elements on the list.

Constructors

Link copied to clipboard
constructor(name: String? = null, contentLists: Flow<List<ContentList>>)

Properties

Link copied to clipboard

Flow for the content lists

Link copied to clipboard
val name: String? = null

Items header, or "Chapters" if null