VerizonMediaResponseVodAdBreak

public protocol VerizonMediaResponseVodAdBreak

The Verizon Media Response Vod ad break API.

  • The type of this ad break.

    Declaration

    Swift

    var type: VerizonMediaResponseVodAdBreakType { get }
  • The position of this ad break.

    Declaration

    Swift

    var position: VerizonMediaResponseVodAdBreakPosition { get }
  • The time offset of this ad break.

    Declaration

    Swift

    var timeOffset: Int { get }
  • The duration of this ad break.

    Declaration

    Swift

    var duration: Int { get }
  • ads

    A list of all ads associated with this ad break.

    Declaration

    Swift

    var ads: [VerizonMediaResponseVodAd] { get }
  • A record of all VAST 3.0 tracking events for this ad.

    Remark

    Each entry contains an event name with associated tracking URLs.

    Declaration

    Swift

    var events: [String : [String]] { get }