UNPKG

@kingstinct/react-native-healthkit

Version:
21 lines (20 loc) 1.04 kB
/** * Represents a workout type identifier. * @see {@link https://developer.apple.com/documentation/healthkit/hkworkouttypeidentifier Apple Docs HKWorkoutTypeIdentifier} */ export const WorkoutTypeIdentifier = 'HKWorkoutTypeIdentifier'; /** * Represents a workout route type identifier. * @see {@link https://developer.apple.com/documentation/healthkit/HKWorkoutRouteTypeIdentifier Apple Docs WorkoutRouteTypeIdentifier} */ export const WorkoutRouteTypeIdentifier = 'HKWorkoutRouteTypeIdentifier'; /** * Represents a state of mind type identifier. * @see {@link https://developer.apple.com/documentation/healthkit/hkstateofmindtype Apple Docs HKStateOfMindType} */ export const StateOfMindTypeIdentifier = 'HKStateOfMindTypeIdentifier'; /** * Represents a series sample containing heartbeat data.. * @see {@link https://developer.apple.com/documentation/healthkit/HKDataTypeIdentifierHeartbeatSeries Apple Docs DataTypeIdentifierHeartbeatSeries} */ export const HeartbeatSeriesTypeIdentifier = 'HKDataTypeIdentifierHeartbeatSeries';