VerizonMediaPreplayVodResponse

@available(*, deprecated, message: "This protocol will be removed with the next major release.")
public protocol VerizonMediaPreplayVodResponse : VerizonMediaPreplayBaseResponse

The Verizon Media Preplay VOD response.

  • ads

    The advertisement information.

    Declaration

    Swift

    var ads: VerizonMediaResponseVodAds { get }
  • The URL to the XML file containing interstitial information.

    Remark

    • This parameter reports nil when ads are not found.
    • This URL will only be used for Apple TV.

    Declaration

    Swift

    var interstitialURL: String? { get }