VerizonMediaAds
public protocol VerizonMediaAdsThe API for Verizon Media advertisements.
- 
                  
                  The list of ad breaks. DeclarationSwift var adBreaks: VerizonMediaAdBreakArray { get }
- 
                  
                  The currently playing ad break. DeclarationSwift var currentAdBreak: VerizonMediaAdBreak? { get }
- 
                  
                  The currently playing ads. Remark - They will always be in VerizonMediaAds.currentAdBreak.
- This has the same VerizonMediaAdArraytype asVerizonMediaAdBreak.ads.
 DeclarationSwift var currentAds: VerizonMediaAdArray { get }
- They will always be in 
- 
                  
                  Seeks to the end of the ad if it is currently playing and skippable. Remark The ad is skippable when it is currently playing and the ad break’s offset is reached.DeclarationSwift func skip()
 VerizonMediaAds Protocol Reference
      VerizonMediaAds Protocol Reference