Storyteller Stories Data Model
Data model for displaying a list of Stories based on categories. For more details on configuring Storyteller lists, see the Storyteller Lists Documentation.
Constructors
Properties
A list of category IDs to fetch Stories from. If null, the model is considered isValid false.
The StorytellerListViewCellType for the Story items.
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 Stories to display.
A StorytellerStoriesDataModel is valid if categories is not null.
The StorytellerListViewStyle for this list.
Optional number of tiles that should be visible on screen for row layouts. For example, a value of 2.5f would show two full tiles and half of a third tile. The actual row height will be calculated based on this value and the device's default font size. If the user has changed their font scale significantly, the layout will automatically adapt for better accessibility.