-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum VerizonMediaResponseVodAdBreakType
The different types of VerizonMediaResponseVodAdBreak.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LINEAR
The ad break is linear.
- They appear before (pre-roll), after (post-roll), or during a break in video content (mid-roll).
NONLINEAR
The ad break is non-linear.
- They appear during video content playback, without disrupting playback.
-
Method Summary
Modifier and Type Method Description static Array<VerizonMediaResponseVodAdBreakType>
values()
static VerizonMediaResponseVodAdBreakType
valueOf(String name)
-
-
Method Detail
-
values
static Array<VerizonMediaResponseVodAdBreakType> values()
-
valueOf
static VerizonMediaResponseVodAdBreakType valueOf(String name)
-
-
-
-