enum Compatibility: CaseIterable, Sendable
| Member | Description |
|---|---|
undefined |
Unknown compatibility status.
Treat as incompatible. This typically occurs when the device is disconnected or the version is unavailable.
|
compatible |
Device is fully compatible with the current Wearables Device Access Toolkit version.
All features are available and no updates are required.
|
deviceUpdateRequired |
Device is outdated and requires an update.
The device should be updated to the latest version to work properly with this Wearables Device Access Toolkit. Some features may be unavailable until the update is complete.
|
sdkUpdateRequired |
Wearables Device Access Toolkit version is outdated and requires an update.
The app should be updated to a newer version to work with this device's version. Some features may be unavailable until the update is complete.
|
displayString
: String
[Get] |
Provides a description of the compatibility status.
|