Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

NetworkReachabilityManager_NetworkReachabilityStatus

mattt edited this page Sep 18, 2020 · 2 revisions

NetworkReachabilityManager.NetworkReachabilityStatus

!(os(watchOS) || os(Linux))

Defines the various states of network reachability.

public enum NetworkReachabilityStatus

Enumeration Cases

unknown

!(os(watchOS) || os(Linux))

It is unknown whether the network is reachable.

case unknown

notReachable

!(os(watchOS) || os(Linux))

The network is not reachable.

case notReachable

reachable

!(os(watchOS) || os(Linux))

The network is reachable on the associated ConnectionType.

case reachable(:​ ConnectionType)
Types
Protocols
Global Typealiases
Clone this wiki locally