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
-
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
-
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 moreDeclaration
Swift
public struct CompressionLevel : RawRepresentable
-
Errors on gzipping/gunzipping based on the zlib error codes.
See moreDeclaration
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 toapplication/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.
See moreBoolEncoding
can be used to configure how boolean values are encoded. The default behavior is to encodetrue
as 1 andfalse
as 0.Declaration
Swift
public struct URLEncoding : ParameterEncoding
-
Uses
See moreJSONSerialization
to create a JSON representation of the parameters object, which is set as the body of the request. TheContent-Type
HTTP header field of an encoded request is set toapplication/json
.Declaration
Swift
public struct JSONEncoding : ParameterEncoding
-
Uses
See morePropertyListSerialization
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. TheContent-Type
HTTP header field of an encoded request is set toapplication/x-plist
.Declaration
Swift
public struct PropertyListEncoding : ParameterEncoding
-
Used to store all data associated with an non-serialized response of a data or upload request.
See moreDeclaration
Swift
public struct DefaultDataResponse
-
Used to store all data associated with a serialized response of a data or upload request.
See moreDeclaration
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 moreDeclaration
Swift
public struct DefaultDownloadResponse
-
Used to store all data associated with a serialized response of a download request.
See moreDeclaration
Swift
public struct DownloadResponse<Value>
extension DownloadResponse: CustomStringConvertible, CustomDebugStringConvertible
-
A generic
See moreDataResponseSerializerType
used to serialize a request, response, and data into a serialized object.Declaration
Swift
public struct DataResponseSerializer<Value> : DataResponseSerializerProtocol
-
A generic
See moreDownloadResponseSerializerType
used to serialize a request, response, and data into a serialized object.Declaration
Swift
public struct DownloadResponseSerializer<Value> : DownloadResponseSerializerProtocol
-
Declaration
Swift
public struct AppInformation
-
Declaration
Swift
public struct Action
-
Declaration
Swift
public struct AlertAndDate
-
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
-
This structure takes the splash screen information for the application
See moreDeclaration
Swift
public struct SplashScreenInfo
-
This structure takes the share information for the application
See moreDeclaration
Swift
public struct ShareInfo
-
This structure takes the Firebase information for the push notification
See moreDeclaration
Swift
public struct FirebaseToken