HKCategoryValueAppleStandHour Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates whether the user stood or not during an hour.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 2, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKCategoryValueAppleStandHour
type HKCategoryValueAppleStandHour =
- Inheritance
-
HKCategoryValueAppleStandHour
- Attributes
Fields
Name | Value | Description |
---|---|---|
Stood | 0 | The user did stand for at least a few minutes. |
Idle | 1 | The user did not stand. |