AdBreakConfig
interface AdBreakConfig : AdTagConfig
Contains configuration options for an AdBreak.
Inheritors
Properties
| Name | Summary |
|---|---|
| id | abstract val id: String Unique identifier of the ad break. |
| position | abstract val position: String Defines when the ad break should be played. Default is 'pre'. |
| skippableAfter | abstract val skippableAfter: Double? Specifies after which time ads in the ad break become skippable. By setting it to -1, an ad is marked as not skippable. This overrides the skip settings from the downloaded ads. |