Storyteller Clip Collection Configuration
data class StorytellerClipCollectionConfiguration(val collectionId: String, val categoryId: String? = null, val clipId: String? = null, val offset: Int? = null, val context: StorytellerAnalyticsContext? = null)
Configuration for opening a collection of Clips. For more details on opening the Storyteller player, see the Opening the Player Documentation.
Constructors
Link copied to clipboard
constructor(collectionId: String, categoryId: String? = null, clipId: String? = null, offset: Int? = null, context: StorytellerAnalyticsContext? = null)