NwPathStatus

The overall reachability of a network path, mirroring nw_path_status_t.

Entries

Link copied to clipboard

The path is up and a connection can be established immediately (nw_path_status_satisfied).

Link copied to clipboard

No path now, but one could be established on demand (e.g. a VPN-on-demand or cellular that needs consent).

Link copied to clipboard

No usable path — see NwPathState.unsatisfiedReason (nw_path_status_unsatisfied).

Link copied to clipboard

The monitor has not yet reported ground truth (nw_path_status_invalid).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.