List Configuration
Data class for configuring a StorytellerClipsView (e.g., StorytellerClipsRowView, StorytellerClipsGridView). It defines the specific collection of Clips to display and visual properties like theme, style, and cell type.
Constructors
Properties
The StorytellerListViewCellType for the Clip items in the list (e.g., SQUARE, ROUND). Defaults to SQUARE.
The ID of the Clips collection to be displayed. This is a mandatory parameter for showing Clips.
Optional StorytellerAnalyticsContext containing integrator-defined key-value pairs for analytics attribution. This context will be included with all analytics events originating from this UI instance. It is never sent to the Storyteller API.
The maximum number of Clips to display in the list. Defaults to Int.MAX_VALUE (no limit).
The StorytellerListViewStyle to be applied (e.g., LIGHT, DARK). Defaults to AUTO.