NetworkReachabilityStatus
extension NetworkReachabilityStatus
                Undocumented
- 
                  
                  
Whether the network is currently reachable.
Declaration
Swift
public var isReachable: Bool { get } - 
                  
                  
Whether the network is currently reachable over the cellular interface.
Declaration
Swift
public var isReachableOnCellular: Bool { get } - 
                  
                  
Whether the network is currently reachable over Ethernet or WiFi interface.
Declaration
Swift
public var isReachableOnEthernetOrWiFi: Bool { get } 
        NetworkReachabilityStatus Extension Reference