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>)

Functions

Link copied to clipboard

Convenience extension to create a flow based in a data object.

Properties

Link copied to clipboard

The list of collection items