OMIDPosition
Objective-C
enum OMIDPosition : NSUInteger {}
Swift
enum OMIDPosition : UInt, @unchecked Sendable
List of supported media player positions.
-
The ad plays preceding video content.
Declaration
Objective-C
OMIDPositionPrerollSwift
case preroll = 0 -
The ad plays in the middle of video content, or between two separate content videos.
Declaration
Objective-C
OMIDPositionMidrollSwift
case midroll = 1 -
The ad plays following video content.
Declaration
Objective-C
OMIDPositionPostrollSwift
case postroll = 2 -
The ad plays independently of any video content.
Declaration
Objective-C
OMIDPositionStandaloneSwift
case standalone = 3
OMIDPosition Enumeration Reference