Storyteller Followable Category Custom Screen
data class StorytellerFollowableCategoryCustomScreen(val modifier: Modifier, val category: StorytellerCategory, val onBackClicked: () -> Unit)
A data class that provides the necessary information and callbacks for a client application to render a custom screen for a followable category. This is provided by the SDK when the StorytellerDelegate.customScreenForCategory() method is invoked. For more information on implementing custom category screens, see the Storyteller Delegates Documentation.
Properties
Link copied to clipboard
A callback lambda that must be invoked when the user navigates back from the custom category screen (e.g., by pressing a back button). This informs the SDK that the custom screen is no longer active. Failure to call this will result in the user being unable to navigate away from the custom screen within the SDK's flow.