Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Swift
public enum ClientLogLevel : Int
-
Undocumented
See moreDeclaration
Swift
public enum ContextKey : String -
Extensions to work with
See moreHTTPHeadervalues within a collection ofHTTPHeaders. Common HTTP headers.Declaration
Swift
public enum HTTPHeader : RequestStringConvertible, Equatable, Hashable -
Undocumented
See moreDeclaration
Swift
public enum HTTPMethod : String -
Identifies where the parameter goes in the request
See moreDeclaration
Swift
public enum RequestParameterLocation -
Undocumented
See moreDeclaration
Swift
public enum EncodingStrategy -
Undocumented
See moreDeclaration
Swift
public enum DeviceProviders -
Undocumented
See moreDeclaration
Swift
public enum ApplicationUtil
-
Crypto HMAC algorithms and digest lengths
See moreDeclaration
Swift
public enum CryptoAlgorithm -
Defines the various connection types detected by reachability flags.
- ethernetOrWiFi: The connection type is either over Ethernet or WiFi.
- wwan: The connection type is a WWAN connection.
Declaration
Swift
public enum ConnectionType -
Defines the various states of network reachability.
- unknown: It is unknown whether the network is reachable.
- notReachable: The network is not reachable.
- reachable: The network is reachable.
Declaration
Swift
public enum NetworkReachabilityStatusextension NetworkReachabilityStatus: Equatable
View on GitHub
Enumerations Reference