VerizonMediaPreplayResponseType

@available(*, deprecated, message: "This enumeration will be removed with the next major release.")
public enum VerizonMediaPreplayResponseType : String, Decodable

The different types of Verizon Media Preplay responses.

  • VOD

    The content is of type VOD.

    Declaration

    Swift

    case VOD = "vod"
  • The content is of type LIVE.

    Declaration

    Swift

    case LIVE = "live"