Structures

The following structures are available globally.

Decoding Extensions

  • Undocumented

    See more

    Declaration

    Swift

    public struct JSONCodingKeys : CodingKey
  • The customized representation of a type, used when configuring os_log inputs.

    See more

    Declaration

    Swift

    public struct LogMessage
  • A basic http request structure. Used for GET and PUT requests.

    See more

    Declaration

    Swift

    public struct RequestWithQuery
    extension RequestWithQuery: URLRequestProvider
  • Request structure with a encodable http body. Used for POST and DELETE requests.

    See more

    Declaration

    Swift

    public struct RequestWithPayload<HTTPBody> where HTTPBody : Encodable
    extension RequestWithPayload: URLRequestProvider
  • Type that represents the Response of a HTTP URL Load Request

    See more

    Declaration

    Swift

    public struct Response<Success>
    extension Response: CustomStringConvertible, CustomDebugStringConvertible
  • Struct representing received event from the stream.

    See more

    Declaration

    Swift

    public struct MessageEvent : Equatable, Hashable
  • Undocumented

    See more

    Declaration

    Swift

    public struct DeviceSpecification
  • Represents the result of a speed test.

    See more

    Declaration

    Swift

    public struct SpeedTestResult
  • Represents a set of test URLs categorized by network speed or quality tiers.

    See more

    Declaration

    Swift

    public struct QualityURLSet
  • A helper struct to construct JWT Header JSON String

    See more

    Declaration

    Swift

    public struct JWTHeader
  • A helper struct to construct JWT Payload JSON String

    See more

    Declaration

    Swift

    public struct JWTPayload
  • Model provide result of our VMapParser dictionary to data model.

    See more

    Declaration

    Swift

    public struct VMapResponse : Decodable
  • Undocumented

    See more

    Declaration

    Swift

    public struct VMapPlayerData : Decodable
  • Undocumented

    See more

    Declaration

    Swift

    public struct VMapAdBreak : Decodable
  • Undocumented

    See more

    Declaration

    Swift

    public struct VMapAd : Decodable
  • Undocumented

    See more

    Declaration

    Swift

    public struct VMapAdLinear : Decodable
  • Undocumented

    See more

    Declaration

    Swift

    public struct WebVTTModel : SearchElement