Storyteller Home Fragment
A Fragment that displays a Storyteller Home screen. The Home screen is a configurable vertical list that can contain various Storyteller list components such as com.storyteller.ui.list.StorytellerStoriesRowView, com.storyteller.ui.list.StorytellerStoriesGridView, com.storyteller.ui.list.StorytellerClipsRowView, and com.storyteller.ui.list.StorytellerClipsGridView, as defined by a "Home" configuration in the CMS.
This fragment wraps the StorytellerHome Composable, allowing it to be used in traditional Android View-based UIs.
See also
for the Composable equivalent and more details on configuration.
Properties
Functions
Reloads the data for the Storyteller Home screen. This will trigger a refresh of all the content displayed within the Home screen, fetching the latest data for all configured rows and grids. This method posts the reload operation to the main thread and then launches a coroutine to call reloadData() on the internal StorytellerHomeState.