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.