PlaybackMethod

@objc(PBPlaybackMethod)
public class PlaybackMethod : SingleContainerInt

OpenRTB - Playback Methods

| Value | Description                                              |
|-------|----------------------------------------------------------|
| 1     | Initiates on Page Load with Sound On                     |
| 2     | Initiates on Page Load with Sound Off by Default         |
| 3     | Initiates on Click with Sound On                         |
| 4     | Initiates on Mouse-Over with Sound On                    |
| 5     | Initiates on Entering Viewport with Sound On             |
| 6     | Initiates on Entering Viewport with Sound Off by Default |
  • Initiates on Page Load with Sound On

    Declaration

    Swift

    @objc
    public static let AutoPlaySoundOn: Signals.PlaybackMethod
  • Initiates on Page Load with Sound Off by Default

    Declaration

    Swift

    @objc
    public static let AutoPlaySoundOff: Signals.PlaybackMethod
  • Initiates on Click with Sound On

    Declaration

    Swift

    @objc
    public static let ClickToPlay: Signals.PlaybackMethod
  • Initiates on Mouse-Over with Sound On

    Declaration

    Swift

    @objc
    public static let MouseOver: Signals.PlaybackMethod
  • Initiates on Entering Viewport with Sound On

    Declaration

    Swift

    @objc
    public static let EnterSoundOn: Signals.PlaybackMethod
  • Initiates on Entering Viewport with Sound Off by Default

    Declaration

    Swift

    @objc
    public static let EnterSoundOff: Signals.PlaybackMethod