NetworkType
public indirect enum NetworkType : Codable, Equatable, FunctionResult, TDEnum, EquatableEnum
Represents the type of a network
-
The network is not available
Declaration
Swift
case none -
A mobile network
Declaration
Swift
case mobile -
A mobile roaming network
Declaration
Swift
case mobileRoaming -
A Wi-Fi network
Declaration
Swift
case wiFi -
A different network type (e.g., Ethernet network)
Declaration
Swift
case other
View on GitHub
Install in Dash
NetworkType Enumeration Reference