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 = -1Swift
case undefined = -1 -
The video is autoplayed, with sound ON by default.
Declaration
Objective-C
SVSAdPlayerConfigurationPlaybackMethodAutoplaySoundOn = 1Swift
case autoplaySoundOn = 1 -
The video is autoplayed, with sound OFF by default.
Declaration
Objective-C
SVSAdPlayerConfigurationPlaybackMethodAutoplaySoundOff = 2Swift
case autoplaySoundOff = 2 -
The video is played manually when clicked.
Declaration
Objective-C
SVSAdPlayerConfigurationPlaybackMethodClickToPlay = 3Swift
case clickToPlay = 3