Unknown

data class Unknown(val reason: String) : FabricAvailability

The fabric may or may not be usable — the platform cannot report ground truth right now (e.g. iOS gives no Wi-Fi SSID; a Local-Network permission has not yet been probed). Distinct from a target-scoped-out fabric, which is simply absent. Best-effort consumers should surface reason rather than assume Available or Unavailable.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard