Package org.prebid.mobile
Class Signals.StartDelay
- java.lang.Object
-
- org.prebid.mobile.Signals.StartDelay
-
- Enclosing class:
- Signals
public static class Signals.StartDelay extends java.lang.ObjectOpenRTB - Start Delay| Value | Description | |-------|--------------------------------------------------| | > 0 | Mid-Roll (value indicates start delay in second) | | 0 | Pre-Roll | | -1 | Generic Mid-Roll | | -2 | Generic Post-Roll |
-
-
Field Summary
Fields Modifier and Type Field Description static Signals.StartDelayGenericMidRollGeneric Mid-Rollstatic Signals.StartDelayGenericPostRollGeneric Post-Rollstatic Signals.StartDelayPreRollPre-Roll
-
Constructor Summary
Constructors Constructor Description StartDelay(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
PreRoll
public static Signals.StartDelay PreRoll
Pre-Roll
-
GenericMidRoll
public static Signals.StartDelay GenericMidRoll
Generic Mid-Roll
-
GenericPostRoll
public static Signals.StartDelay GenericPostRoll
Generic Post-Roll
-
-