NetworkType
public enum NetworkType : String
Type of possible connections.
-
Cellular Connection.
Declaration
Swift
case cellular = "Cellular" -
Ethernet Connection.
Declaration
Swift
case ethernet = "Ethernet" -
Unknown Connection.
Declaration
Swift
case unknown = "unknown" -
Wi-Fi Connection.
Declaration
Swift
case wifi = "Wi-Fi" -
Bluetooth.
Declaration
Swift
case bluetooth = "Bluetooth" -
Network Share Client.
Declaration
Swift
case networkShareClient = "NetworkShare Client" -
Network Share Host.
Declaration
Swift
case networkShareHost = "NetworkShare Host"