Interface HealthAvailabilityOutput

Hierarchy

  • HealthAvailabilityOutput

Properties

Properties

available: boolean
reason?: "unsupported" | "providerUpdateRequired"

Only present when available is false. Omitted from the response otherwise.

  • "unsupported": the device does not support Health. In practice only happens on Android (Android < 9 or Health Connect not installed on Android 13 and below). On iOS this value is technically possible but does not occur on any iPhone with iOS 8+.
  • "providerUpdateRequired": Android only — Health Connect provider is installed but outdated.

Generated using TypeDoc