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

NetworkReachabilityManager_NetworkReachabilityStatus_ConnectionType

mattt edited this page Sep 18, 2020 · 2 revisions

NetworkReachabilityManager.NetworkReachabilityStatus.ConnectionType

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

Defines the various connection types detected by reachability flags.

public enum ConnectionType

Enumeration Cases

ethernetOrWiFi

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

The connection type is either over Ethernet or WiFi.

case ethernetOrWiFi

cellular

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

The connection type is a cellular connection.

case cellular
Types
Protocols
Global Typealiases
Clone this wiki locally