StorytellerClipsAdConfiguration

constructor(bottomBannerEnabled: Boolean)

Preserves the original positional one-Boolean API, where the value controls bottom banners.


constructor(bottomBannerEnabled: Boolean, preRollEnabled: Boolean, betweenClipsAdProviderOrder: List<Storyteller.StorytellerAdProvider>?)

Preserves the three-property constructor from Android SDK 11.6.x.


constructor(bottomBannerEnabled: Boolean = true, preRollEnabled: Boolean = true, betweenClipsAdProviderOrder: List<Storyteller.StorytellerAdProvider>? = null, frequency: Int? = null, initialIndex: Int? = null)