ReachabilityState

public enum ReachabilityState

Reachability State Type

  • WIFI state.

    Declaration

    Swift

    case wifi
  • Cellular state.

    Declaration

    Swift

    case cellular
  • Unavailable state.

    Declaration

    Swift

    case unavailable