MPIHeader

public struct MPIHeader : Codable

Custom MPIHeaders can be used for requests when loading the venue

  • A name of the MPIHeader

    Declaration

    Swift

    public let name: String
  • A value of the MPIHeader

    Declaration

    Swift

    public let value: String
  • Construct an MPIHeaders object with the given properties

    Declaration

    Swift

    public init(name: String, value: String)