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 moreDeclaration
Objective-C
enum SVSAdPlacementTest : NSInteger {}
Swift
enum SVSAdPlacementTest : Int, @unchecked Sendable
-
Playback method used by the video player
See moreDeclaration
Objective-C
enum SVSAdPlayerConfigurationPlaybackMethod : NSInteger {}
Swift
enum SVSAdPlayerConfigurationPlaybackMethod : Int, @unchecked Sendable
-
Type of ad break of the data rule.
See moreDeclaration
Objective-C
enum SVSAdRuleDataType : NSUInteger {}
Swift
enum SVSAdRuleDataType : UInt, @unchecked Sendable
-
The type of ad break.
See moreDeclaration
Objective-C
enum SVSAdBreakType : NSInteger {}
-
The channel type of the current ad.
See moreDeclaration
Objective-C
enum SVSRemoteLogChannelType : NSInteger {}