SVSAdPlayerConfigurationPlaybackMethod
Objective-C
enum SVSAdPlayerConfigurationPlaybackMethod : NSInteger {}
Swift
enum SVSAdPlayerConfigurationPlaybackMethod : Int, @unchecked Sendable
Playback method used by the video player
-
The playback method information is undefined and will not be passed to RTB requests.
Declaration
Objective-C
SVSAdPlayerConfigurationPlaybackMethodUndefined = -1
Swift
case undefined = -1
-
The video is autoplayed, with sound ON by default.
Declaration
Objective-C
SVSAdPlayerConfigurationPlaybackMethodAutoplaySoundOn = 1
Swift
case autoplaySoundOn = 1
-
The video is autoplayed, with sound OFF by default.
Declaration
Objective-C
SVSAdPlayerConfigurationPlaybackMethodAutoplaySoundOff = 2
Swift
case autoplaySoundOff = 2
-
The video is played manually when clicked.
Declaration
Objective-C
SVSAdPlayerConfigurationPlaybackMethodClickToPlay = 3
Swift
case clickToPlay = 3