HKMetadataKeyUserMotionContext

Static HKMetadataKeyUserMotionContext 

Source
pub unsafe static HKMetadataKeyUserMotionContext: &'static NSString
Available 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