-
- All Implemented Interfaces:
public interface VerizonMediaResponseVodAdPlaceholder
The Verizon Media Response Vod ad placeholder API.
-
-
Method Summary
Modifier and Type Method Description abstract int
getBreaksIndex()
The index of the placeholder's ad break in the VerizonMediaAdBreakList. abstract int
getAdsIndex()
The index of the placeholder in the VerizonMediaAdList. abstract double
getStartTime()
The start time of the placeholder, in seconds. abstract double
getEndTime()
The end time of the placeholder, in seconds. -
-
Method Detail
-
getBreaksIndex
abstract int getBreaksIndex()
The index of the placeholder's ad break in the VerizonMediaAdBreakList.
-
getAdsIndex
abstract int getAdsIndex()
The index of the placeholder in the VerizonMediaAdList.
-
getStartTime
abstract double getStartTime()
The start time of the placeholder, in seconds.
-
getEndTime
abstract double getEndTime()
The end time of the placeholder, in seconds.
-
-
-
-