-
- All Implemented Interfaces:
public interface VerizonMediaResponseVodAdBreakThe Verizon Media Response Vod ad break API.
-
-
Method Summary
Modifier and Type Method Description abstract VerizonMediaResponseVodAdBreakTypegetType()The type of the ad break. abstract VerizonMediaResponseVodAdBreakPositiongetPosition()The position of the ad break, represented by a value from the following list: - For all possibilities, see VerizonMediaResponseVodAdBreakPosition.
abstract doublegetTimeOffset()The time offset of the ad break, in seconds. abstract doublegetDuration()The duration of the ad break, in seconds. abstract Array<VerizonMediaResponseVodAd>getAds()The List of VOD ads in the VerizonMediaResponseVodAdBreak. abstract HashMap<String, Array<String>>getEvents()The HashMap of all VAST 3. -
-
Method Detail
-
getType
@NonNull() abstract VerizonMediaResponseVodAdBreakType getType()
The type of the ad break.
- For all possibilities, see VerizonMediaResponseVodAdBreakType.
-
getPosition
@NonNull() abstract VerizonMediaResponseVodAdBreakPosition getPosition()
The position of the ad break, represented by a value from the following list:
- For all possibilities, see VerizonMediaResponseVodAdBreakPosition.
-
getTimeOffset
abstract double getTimeOffset()
The time offset of the ad break, in seconds.
-
getDuration
abstract double getDuration()
The duration of the ad break, in seconds.
-
getAds
@Nullable() abstract Array<VerizonMediaResponseVodAd> getAds()
The List of VOD ads in the VerizonMediaResponseVodAdBreak.
-
-
-