ConnectionType

public enum ConnectionType

Defines the various connection types detected by reachability flags.

  • ethernetOrWiFi: The connection type is either over Ethernet or WiFi.
  • wwan: The connection type is a WWAN connection.
  • Undocumented

    Declaration

    Swift

    case ethernetOrWiFi
  • Undocumented

    Declaration

    Swift

    case wwan