Enumerations

The following enumerations are available globally.

Constants

XML Metadata

ContextKey enum

Enumerations

  • Crypto HMAC algorithms and digest lengths

    See more

    Declaration

    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.
    See more

    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.
    See more

    Declaration

    Swift

    public enum NetworkReachabilityStatus
    extension NetworkReachabilityStatus: Equatable