Back to Alamofire

NetworkReachabilityStatus

docs/Classes/NetworkReachabilityManager/NetworkReachabilityStatus.html

5.12.0943 B
Original Source

NetworkReachabilityStatus

public enum NetworkReachabilityStatus : Equatable, Sendable

Defines the various states of network reachability.

`

                unknown
                `

It is unknown whether the network is reachable.

Declaration

Swift

case unknown

`

                notReachable
                `

The network is not reachable.

Declaration

Swift

case notReachable

`

                reachable(_:)
                `

The network is reachable on the associated ConnectionType.

Declaration

Swift

case reachable(ConnectionType)

`

                ConnectionType
                `

Defines the various connection types detected by reachability flags.

See more

Declaration

Swift

public enum ConnectionType : Sendable