Presentation

data class Presentation(val items: List<Carousel.PresentedItem>, val supplementalViews: List<View> = emptyList())(source)

Defines the list of data items to display in a Carousel as well as a list of supplemental Views the Carousel should present.

Constructors

Link copied to clipboard
constructor(items: List<Carousel.PresentedItem>, supplementalViews: List<View> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard