@kingstinct/react-native-healthkit
Version:
React Native bindings for HealthKit
11 lines (10 loc) • 511 B
JavaScript
/**
* Represents a type that identifies activity summary objects.
* @see {@link https://developer.apple.com/documentation/healthkit/hkactivitysummarytype Apple Docs HKActivitySummaryType}
*/
export const ActivitySummaryTypeIdentifier = 'ActivitySummaryTypeIdentifier';
/**
* Represents an audiogram type identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/HKAudiogramSampleType Apple Docs HKAudiogramSampleType}
*/
export const AudiogramTypeIdentifier = 'HKAudiogramSampleType';