NetworkReachabilityStatus
public enum NetworkReachabilityStatus
Defines the various states of network reachability.
-
It is unknown whether the network is reachable.
Declaration
Swift
case unknown -
The network is not reachable.
Declaration
Swift
case notReachable -
The network is reachable on the associated
ConnectionType.Declaration
Swift
case reachable(ConnectionType)
-
Declaration
Swift
public static func ==( lhs: NetworkReachabilityManager.NetworkReachabilityStatus, rhs: NetworkReachabilityManager.NetworkReachabilityStatus) -> Bool
View on GitHub
Install in Dash
NetworkReachabilityStatus Enumeration Reference