Enumerations

The following enumerations are available globally.

  • Enum that reference all type of ads you can get using the test mode.

    See the [SVSAdPlacement adPlacementForTestAd:] method documentation for more infos.

    See more

    Declaration

    Objective-C

    enum SVSAdPlacementTest : NSInteger {}

    Swift

    enum SVSAdPlacementTest : Int, @unchecked Sendable
  • Playback method used by the video player

    See more

    Declaration

    Objective-C

    enum SVSAdPlayerConfigurationPlaybackMethod : NSInteger {}

    Swift

    enum SVSAdPlayerConfigurationPlaybackMethod : Int, @unchecked Sendable
  • Type of ad break of the data rule.

    See more

    Declaration

    Objective-C

    enum SVSAdRuleDataType : NSUInteger {}

    Swift

    enum SVSAdRuleDataType : UInt, @unchecked Sendable
  • The type of ad break.

    See more

    Declaration

    Objective-C

    enum SVSAdBreakType : NSInteger {}
  • The channel type of the current ad.

    See more

    Declaration

    Objective-C

    enum SVSRemoteLogChannelType : NSInteger {}