InstreamAdBreak
@objc(YMAInstreamAdBreak)
public protocol InstreamAdBreak
This class describes an ad break.
-
Type of an ad break. See allowed values in
InstreamAdBreakTypeclass.Declaration
Swift
var type: String { get } -
InstreamAdBreakPositionobject that represents content time offset.Declaration
Swift
var position: InstreamAdBreakPosition { get } -
Describes the amount of ads in ad break.
Declaration
Swift
var adsCount: Int { get }