Storyteller Clip Collection Configuration
data class StorytellerClipCollectionConfiguration(val collectionId: String, val categoryId: String? = null, val clipId: String? = null, val context: StorytellerAnalyticsContext? = null, val adConfiguration: Storyteller.StorytellerClipsAdConfiguration? = 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, context: StorytellerAnalyticsContext? = null)
constructor(collectionId: String, categoryId: String? = null, clipId: String? = null, context: StorytellerAnalyticsContext? = null, adConfiguration: Storyteller.StorytellerClipsAdConfiguration? = null)
Properties
Link copied to clipboard
Optional ad placement controls for this Clips presentation. Defaults to null. When null, full-screen Clips (openCollection) keep both placements enabled, while Embedded Clips (StorytellerClipsFragment.create) treat an omitted configuration as opt-in (both placements disabled). Pass a concrete StorytellerClipsAdConfiguration to set placements explicitly.
Link copied to clipboard
Optional ID of a category associated with this Clips collection. Can be used for context or analytics.
Link copied to clipboard
The ID of the Clips collection to open. This is mandatory.
Link copied to clipboard
Optional analytics context sent with Clips events.