pub unsafe static HKMetadataKeyUserMotionContext: &'static NSStringAvailable on crate feature
HKMetadata only.Expand description
Represents the user’s motion when a particular sample was taken.
The expected value type is an NSNumber containing a HKUserMotionContext value. The value is active (HKUserMotionContextActive) if the user is in motion or working out, stationary if the user is still (HKUserMotionContextStationary), or not set (HKUserMotionContextNotSet) otherwise.
See also Apple’s documentation