AdBreak
interface AdBreak : AdConfig
Contains information about an ad break.
Inheritors
Properties
| Name | Summary |
|---|---|
| ads | abstract val ads: List<Ad> The ads scheduled for this AdBreak. |
| id | abstract val id: String The id of the corresponding AdBreakConfig. |
| scheduleTime | abstract val scheduleTime: Double The time in seconds in the media timeline the AdBreak is scheduled for. |