-
- All Implemented Interfaces:
public interface VerizonMediaResponseVodAds
The Verizon Media Response Vod ads API.
-
-
Method Summary
Modifier and Type Method Description abstract Array<VerizonMediaResponseVodAdBreak>
getBreaks()
The list of ad break information. abstract Array<VerizonMediaResponseVodAdBreakOffset>
getBreakOffsets()
The list of ad break offset information. abstract Array<VerizonMediaResponseVodAdPlaceholder>
getPlaceholderOffsets()
The list of placeholder offset information. -
-
Method Detail
-
getBreaks
@Nullable() abstract Array<VerizonMediaResponseVodAdBreak> getBreaks()
The list of ad break information.
- This includes both linear and non-linear ads.
-
getBreakOffsets
@Nullable() abstract Array<VerizonMediaResponseVodAdBreakOffset> getBreakOffsets()
The list of ad break offset information.
-
getPlaceholderOffsets
@Nullable() abstract Array<VerizonMediaResponseVodAdPlaceholder> getPlaceholderOffsets()
The list of placeholder offset information.
-
-
-
-