create
Creates a new instance of StorytellerClipsFragment configured with a Storyteller.StorytellerClipCollectionConfiguration. For usage details, see the Storyteller Clips Fragment Documentation.
Return
A new, configured instance of StorytellerClipsFragment.
Parameters
The Storyteller.StorytellerClipCollectionConfiguration defining the collection, initial clip/category, and other display options.
If true, enables a top-level back affordance and behavior, often delegating to Listener.onTopLevelBackPressed. If false, top-level back navigation might be suppressed or handled differently. Defaults to false.
The reason for opening this Clips collection, used for analytics. Defaults to null.
Creates a new instance of StorytellerClipsFragment. This factory method is suitable for programmatic creation and embedding of the fragment. For usage details, see the Storyteller Clips Fragment Documentation.
Return
A new, configured instance of StorytellerClipsFragment.
Parameters
The ID of the Clips collection to display.
Optional ID of a category within the collection to display initially. If provided and valid, the fragment will navigate to this category after loading the collection.
Optional ID of a specific Clip to start playback with.
If true, enables a top-level back affordance. Behavior might depend on the Listener. Defaults to false.