Companion
object Companion
Functions
Link copied to clipboard
fun create(configuration: Storyteller.StorytellerClipCollectionConfiguration, topLevelBackEnabled: Boolean = false, openReason: Storyteller.StorytellerClipsOpenReason? = null): StorytellerClipsFragment
Creates a new instance of StorytellerClipsFragment configured with a Storyteller.StorytellerClipCollectionConfiguration. For usage details, see the Storyteller Clips Fragment Documentation.
fun create(collectionId: String, initialCategory: String? = null, startClipId: String? = null, topLevelBackEnabled: Boolean = false, isOpenedReasonDeeplink: Boolean = false, theme: UiTheme? = null, context: StorytellerAnalyticsContext? = null): StorytellerClipsFragment
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.