Structures

The following structures are available globally.

  • Declaration

    Swift

    public struct DestinationInstructionsEntity : Codable
  • Declaration

    Swift

    public struct BuildingRoutingMessages : Codable
  • Declaration

    Swift

    public struct RoutingMessageEntity : Codable
  • Declaration

    Swift

    public struct DeviceInfo
  • Encapsultes information about the licence file.

    Declaration

    Swift

    public struct MNLicenceFile : Codable, MNFileItem
  • CMS

    Declaration

    Swift

    public struct CMS
  • Declaration

    Swift

    public struct CMSFloorInfo
  • Declaration

    Swift

    public struct CMSCategoryInfo
  • Declaration

    Swift

    public struct CMSSearchResultInfo
  • Declaration

    Swift

    public struct CMSOnlineSearchResultEntity
  • Declaration

    Swift

    public struct CMSOnlineSearchResultInfo
  • Declaration

    Swift

    public struct SearchablesData : Identifiable
  • Declaration

    Swift

    public struct CallToAction : Codable
  • Declaration

    Swift

    public struct Campaign : Codable
  • Declaration

    Swift

    public struct Schedule : Codable
  • Declaration

    Swift

    public struct HomeEntity : Codable
  • Declaration

    Swift

    public struct ImageInfo : Codable
  • Declaration

    Swift

    public struct Trigger : Codable
  • Declaration

    Swift

    public struct LocationInfo : Codable
  • Declaration

    Swift

    public struct ActivationDelay : Codable
  • Declaration

    Swift

    public struct Behaviour : Codable
  • Compression level whose rawValue is based on the zlib’s constants.

    See more

    Declaration

    Swift

    public struct CompressionLevel : RawRepresentable
  • Errors on gzipping/gunzipping based on the zlib error codes.

    See more

    Declaration

    Swift

    public struct GzipError : Swift.Error
  • Creates a url-encoded query string to be set as or appended to any existing URL query string or set as the HTTP body of the URL request. Whether the query string is set or appended to any existing URL query string or set as the HTTP body depends on the destination of the encoding.

    The Content-Type HTTP header field of an encoded request with HTTP body is set to application/x-www-form-urlencoded; charset=utf-8.

    There is no published specification for how to encode collection types. By default the convention of appending [] to the key for array values (foo[]=1&foo[]=2), and appending the key surrounded by square brackets for nested dictionary values (foo[bar]=baz) is used. Optionally, ArrayEncoding can be used to omit the square brackets appended to array keys.

    BoolEncoding can be used to configure how boolean values are encoded. The default behavior is to encode true as 1 and false as 0.

    See more

    Declaration

    Swift

    public struct URLEncoding : ParameterEncoding
  • Uses JSONSerialization to create a JSON representation of the parameters object, which is set as the body of the request. The Content-Type HTTP header field of an encoded request is set to application/json.

    See more

    Declaration

    Swift

    public struct JSONEncoding : ParameterEncoding
  • Uses PropertyListSerialization to create a plist representation of the parameters object, according to the associated format and write options values, which is set as the body of the request. The Content-Type HTTP header field of an encoded request is set to application/x-plist.

    See more

    Declaration

    Swift

    public struct PropertyListEncoding : ParameterEncoding
  • Used to store all data associated with an non-serialized response of a data or upload request.

    See more

    Declaration

    Swift

    public struct DefaultDataResponse
  • Used to store all data associated with a serialized response of a data or upload request.

    See more

    Declaration

    Swift

    public struct DataResponse<Value>
    extension DataResponse: CustomStringConvertible, CustomDebugStringConvertible
  • Used to store all data associated with an non-serialized response of a download request.

    See more

    Declaration

    Swift

    public struct DefaultDownloadResponse
  • Used to store all data associated with a serialized response of a download request.

    See more

    Declaration

    Swift

    public struct DownloadResponse<Value>
    extension DownloadResponse: CustomStringConvertible, CustomDebugStringConvertible
  • A generic DataResponseSerializerType used to serialize a request, response, and data into a serialized object.

    See more

    Declaration

    Swift

    public struct DataResponseSerializer<Value> : DataResponseSerializerProtocol
  • A generic DownloadResponseSerializerType used to serialize a request, response, and data into a serialized object.

    See more

    Declaration

    Swift

    public struct DownloadResponseSerializer<Value> : DownloadResponseSerializerProtocol
  • Responsible for computing the timing metrics for the complete lifecycle of a Request.

    See more

    Declaration

    Swift

    public struct Timeline
    extension Timeline: CustomStringConvertible
    extension Timeline: CustomDebugStringConvertible
  • Declaration

    Swift

    public struct AppInformation
  • Declaration

    Swift

    public struct Action
  • Declaration

    Swift

    public struct ExclusionDate
  • Declaration

    Swift

    public struct InclusionDate
  • Declaration

    Swift

    public struct Iterator
  • Declaration

    Swift

    public struct RecurrenceRule
  • Declaration

    Swift

    public struct RRule
  • Declaration

    Swift

    public struct EntityChooser : View
  • Declaration

    Swift

    public struct TableViewSection
  • Declaration

    Swift

    public struct CustomLogoDimension
  • Declaration

    Swift

    public struct CompassDimension