NetworkReachabilityStatus
public enum NetworkReachabilityStatus
extension NetworkReachabilityStatus: Equatable
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.
-
Undocumented
Declaration
Swift
case unknown
-
Undocumented
Declaration
Swift
case notReachable
-
Undocumented
Declaration
Swift
case reachable(ConnectionType)