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