OOContentForm
Objective-C
enum OOContentForm : NSUInteger {}
                Swift
enum OOContentForm : UInt, @unchecked Sendable
                Potential content form values used to determine the ad insertion policy,
set in OOContentMetadata.contentForm.
- 
                  
                  
Unknown content form
Declaration
Objective-C
OOContentFormUnknown = 0Swift
case unknown = 0 - 
                  
                  
Long form content. Typically used for feature films, TV series, complete games, and the like.
Declaration
Objective-C
OOContentFormLong = 1Swift
case long = 1 - 
                  
                  
Short form content. Typically used for news summaries, game highlights and the like.
Declaration
Objective-C
OOContentFormShort = 2Swift
case short = 2