ConnectivityState

enum ConnectivityState
extension ConnectivityState : Equatable, Hashable, Sendable

Undocumented

  • Connectivity state is unknown.

    Declaration

    Swift

    case unknown
  • The device is online.

    Declaration

    Swift

    case online
  • The device is offline.

    Declaration

    Swift

    case offline
  • The device is partially online. This state means that some features on the device are online. This state will be returned for a device if at least one of the underlying features are online. To get more information about the device in this state, connectivity at more granular levels like DeviceType or Trait level should be analysed.

    Declaration

    Swift

    case partiallyOnline