OOAdBreakType
Objective-C
enum OOAdBreakType : NSUInteger {}
Swift
enum OOAdBreakType : UInt, @unchecked Sendable
Ad break positions which can be read from OOPulseAdBreak.
-
The ad break plays before the main content.
Declaration
Objective-C
PREROLLSwift
case PREROLL = 0 -
The ad break plays during the main content.
Declaration
Objective-C
MIDROLLSwift
case MIDROLL = 1 -
The ad break plays at the end of the main content.
Declaration
Objective-C
POSTROLLSwift
case POSTROLL = 2