Package-level declarations
Types
A custom Android View that displays a grid of Storyteller Clips. This View acts as a wrapper around the StorytellerClipsGrid Composable, providing a way to integrate Storyteller Clips grids into traditional XML layouts or use them programmatically as standard Android Views.
A custom Android View that displays a horizontal row of Storyteller Clips. This View acts as a wrapper around the StorytellerClipsRow Composable, providing a way to integrate Storyteller Clips rows into traditional XML layouts or use them programmatically as standard Android Views.
An abstract base class for Storyteller Views that display a list of Clips (e.g., StorytellerClipsRowView, StorytellerClipsGridView). It extends StorytellerListView and provides common functionality and configuration specific to Clips content.
An interface for handling global Storyteller events, such as user activities, ad requests, navigation actions, and providing custom UI for certain SDK features. An implementation of this delegate can be set on the Storyteller.storytellerDelegate companion object property. For more information on using Storyteller delegates, see the Storyteller Delegates Documentation.
An interface for receiving callbacks related to data loading and player dismissal events from Storyteller list components (e.g., com.storyteller.ui.compose.components.lists.row.StorytellerStoriesRow, com.storyteller.ui.compose.components.lists.grid.StorytellerStoriesGrid, and their legacy View counterparts). Implement this interface to respond to these events in your application. For more information on using Storyteller delegates, see the Storyteller Delegates Documentation.
A custom Android View that displays a grid of Storyteller Stories. This View acts as a wrapper around the StorytellerStoriesGrid Composable, providing a way to integrate Storyteller story grids into traditional XML layouts or use them programmatically as standard Android Views.
A custom Android View that displays a horizontal row of Storyteller Stories. This View acts as a wrapper around the StorytellerStoriesRow Composable, providing a way to integrate Storyteller story rows into traditional XML layouts or use them programmatically as standard Android Views.
An abstract base class for Storyteller Views that display a list of Stories (e.g., StorytellerStoriesRowView, StorytellerStoriesGridView). It extends StorytellerListView and provides common functionality and configuration specific to Stories content.