HKMetadataKeyDeviceName

Static HKMetadataKeyDeviceName 

Source
pub unsafe static HKMetadataKeyDeviceName: &'static NSString
Available on crate feature HKMetadata only.
Expand description

Represents the name of the device that took the reading.

The expected value type is NSString.

  • Note that the use of this key is now discouraged in favor of the HKDevice class.

See also Apple’s documentation