StartDelay

@objc(PBStartDelay)
public class StartDelay : SingleContainerInt

OpenRTB - Start Delay

| Value | Description                                      |
|-------|--------------------------------------------------|
| > 0   | Mid-Roll (value indicates start delay in second) |
| 0     | Pre-Roll                                         |
| -1    | Generic Mid-Roll                                 |
| -2    | Generic Post-Roll                                |
  • Pre-Roll

    Declaration

    Swift

    @objc
    public static let PreRoll: Signals.StartDelay
  • Generic Mid-Roll

    Declaration

    Swift

    @objc
    public static let GenericMidRoll: Signals.StartDelay
  • Generic Post-Roll

    Declaration

    Swift

    @objc
    public static let GenericPostRoll: Signals.StartDelay