Class Signals.StartDelay

  • All Implemented Interfaces:

    
    public class Signals.StartDelay
    extends Signals.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                                |
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.prebid.mobile.Signals.SingleContainerInt

        equals, getValue, hashCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Signals.StartDelay

        Signals.StartDelay(int value)
    • Method Detail