Network

public enum Network

Network reachability

  • Network is not available

    Declaration

    Swift

    case notReachable
  • Network is available

    Declaration

    Swift

    case reachable(Via)
  • Via

    Network available

    See more

    Declaration

    Swift

    enum Via
  • Equatable conformance protocol

    Declaration

    Swift

    public static func == (lhs: Network, rhs: Network) -> Bool