CollectionData

data class CollectionData(val list: List<CollectionItem>) : ExtraData

Represents a collection of items with a title, optional image and an optional ClickAction.

Constructors

Link copied to clipboard
constructor(list: List<CollectionItem>)

Properties

Link copied to clipboard

The list of collection items