Signals
public class Signals : NSObject
A class containing constants related to OpenRTB signals.
This class provides static constants and values representing different API frameworks, playback methods, protocols, start delays, and video placement types as defined in the OpenRTB specification.
-
OpenRTB - API Frameworks
See more| Value | Description | |-------|-------------| | 1 | VPAID 1.0 | | 2 | VPAID 2.0 | | 3 | MRAID-1 | | 4 | ORMMA | | 5 | MRAID-2 | | 6 | MRAID-3 | | 7 | OMID-1 |
Declaration
Swift
@objc(PBApi) public class Api : SingleContainerInt
-
OpenRTB - Playback Methods
See more| 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 |
Declaration
Swift
@objc(PBPlaybackMethod) public class PlaybackMethod : SingleContainerInt
-
OpenRTB - Protocols
See more| Value | Description | |-------|-------------------| | 1 | VAST 1.0 | | 2 | VAST 2.0 | | 3 | VAST 3.0 | | 4 | VAST 1.0 Wrapper | | 5 | VAST 2.0 Wrapper | | 6 | VAST 3.0 Wrapper | | 7 | VAST 4.0 | | 8 | VAST 4.0 Wrapper | | 9 | DAAST 1.0 | | 10 | DAAST 1.0 Wrapper |
Declaration
Swift
@objc(PBProtocols) public class Protocols : SingleContainerInt
-
OpenRTB - Start Delay
See more| Value | Description | |-------|--------------------------------------------------| | > 0 | Mid-Roll (value indicates start delay in second) | | 0 | Pre-Roll | | -1 | Generic Mid-Roll | | -2 | Generic Post-Roll |
Declaration
Swift
@objc(PBStartDelay) public class StartDelay : SingleContainerInt
-
OpenRTB - Video Placement Types
See more| Value | Description | |-------|------------------------------| | 1 | In-Stream | | 2 | In-Banner | | 3 | In-Article | | 4 | In-Feed | | 5 | Interstitial/Slider/Floating |
Declaration
Swift
@objc(PBPlacement) public class Placement : SingleContainerInt