Single

data class Single(val model: ContentItemModel, val canDownload: Boolean = true) : ContentData

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

Constructors

Link copied to clipboard
constructor(model: ContentItemModel, canDownload: Boolean = true)

Properties

Link copied to clipboard
val canDownload: Boolean = true

Indicates if the content can be downloaded, default true

Link copied to clipboard

The single content item