VerizonMediaResponseVodAdBreakType

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

The Verizon Media ad break types.

  • Linear ad break.

    Declaration

    Swift

    case LINEAR = "linear"
  • Non-Linear ad break.

    Declaration

    Swift

    case NONLINEAR = "nonlinear"