@kingstinct/react-native-healthkit
Version:
React Native bindings for HealthKit
21 lines (20 loc) • 1.07 kB
TypeScript
/**
* Represents a workout type identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/hkworkouttypeidentifier Apple Docs HKWorkoutTypeIdentifier}
*/
export declare const WorkoutTypeIdentifier: "HKWorkoutTypeIdentifier";
/**
* Represents a workout route type identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/HKWorkoutRouteTypeIdentifier Apple Docs WorkoutRouteTypeIdentifier}
*/
export declare const WorkoutRouteTypeIdentifier: "HKWorkoutRouteTypeIdentifier";
/**
* Represents a state of mind type identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/hkstateofmindtype Apple Docs HKStateOfMindType}
*/
export declare const StateOfMindTypeIdentifier: "HKStateOfMindTypeIdentifier";
/**
* Represents a series sample containing heartbeat data..
* @see {@link https://developer.apple.com/documentation/healthkit/HKDataTypeIdentifierHeartbeatSeries Apple Docs DataTypeIdentifierHeartbeatSeries}
*/
export declare const HeartbeatSeriesTypeIdentifier: "HKDataTypeIdentifierHeartbeatSeries";