Package-level declarations
Types
A state holder for Storyteller row components (e.g., StorytellerStoriesRow, StorytellerClipsRow). It encapsulates a LazyListState to manage the underlying list's scroll position and layout information. It also provides methods to interact with the row, such as reloading its data or scrolling to specific items. For more details on using Storyteller list components and their states, see the Storyteller Lists Documentation.
Functions
Remembers a StorytellerRowState instance across recompositions for use with Storyteller row components. This state holder manages the underlying LazyListState and provides methods for reloading data and scrolling. For more details on using Storyteller list components and their states, see the Storyteller Lists Documentation.
A Composable function that displays a horizontal row of Storyteller Clips. This component is used to render a collection of video Clips in a row/carousel layout. For more details on using Storyteller list components, see the Storyteller Lists Documentation.
A Composable function that displays a horizontal row of Storyteller Stories. This component is used to render Stories, typically from one or more categories, in a row/carousel layout. For more details on using Storyteller list components, see the Storyteller Lists Documentation.