public interface VerizonMediaAds
Modifier and Type | Method and Description |
---|---|
VerizonMediaAdBreakList |
getAdBreaks()
The
VerizonMediaAdBreakList containing the ad breaks. |
VerizonMediaAdBreak |
getCurrentAdBreak()
The currently playing
VerizonMediaAdBreak , if any. |
VerizonMediaAdList |
getCurrentAds()
The
VerizonMediaAdList containing the currently playing ads. |
void |
skip()
Seeks to the end of the ad.
|
VerizonMediaAdBreakList getAdBreaks()
VerizonMediaAdBreakList
containing the ad breaks.VerizonMediaAdBreakList
containing the ad breaks. (NonNull)VerizonMediaAdBreak getCurrentAdBreak()
VerizonMediaAdBreak
, if any.VerizonMediaAdBreak
. (Nullable)VerizonMediaAdList getCurrentAds()
VerizonMediaAdList
containing the currently playing ads.VerizonMediaAdList
containing the currently playing ads. (Nullable)
- These will always be part of the getCurrentAdBreak()
.
void skip()
- If currently anVerizonMediaAd
is playing. - If theVerizonMediaAdBreak.getSkipOffset()
is not -1.