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 = 0

    Swift

    case unknown = 0
  • Long form content. Typically used for feature films, TV series, complete games, and the like.

    Declaration

    Objective-C

    OOContentFormLong = 1

    Swift

    case long = 1
  • Short form content. Typically used for news summaries, game highlights and the like.

    Declaration

    Objective-C

    OOContentFormShort = 2

    Swift

    case short = 2