NetworkCondition

Undocumented

  • Network health unknown. This is the normal state before a network request has been made, because we don’t get reachability info until a network request is attempted and so the radios have been turned on.

    Declaration

    Swift

  • Reported unreachable by the OS. The network is down or unreachable, or the phone is in airplane mode.

    Declaration

    Swift

  • The OS reports that the host is reachable, but our stats show that we have recently failed to communicate nonetheless.

    This indicates a network connection that is transmitting slower than our timeout allows, or is dropping packets, or is bouncing up and down.

    Declaration

    Swift

  • Happy happy joy joy.

    Declaration

    Swift

  • The monitoring has been shut down. This ServerMonitor is now useless.

    Declaration

    Swift