@kingstinct/react-native-healthkit
Version:
React Native bindings for HealthKit
38 lines (37 loc) • 2.08 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";
/**
* A type that identifies samples containing electrocardiogram data.
* @see {@link https://developer.apple.com/documentation/healthkit/hkelectrocardiogramtype Apple Docs HKElectrocardiogramType}
*/
export declare const ElectrocardiogramTypeIdentifier: "HKElectrocardiogramType";
export declare const UserAnnotatedMedicationTypeIdentifier = "HKUserAnnotatedMedicationTypeIdentifier";
/**
* Represents a type that identifies activity summary objects.
* @see {@link https://developer.apple.com/documentation/healthkit/hkactivitysummarytype Apple Docs HKActivitySummaryType}
*/
export declare const ActivitySummaryTypeIdentifier: "HKActivitySummaryTypeIdentifier";
export declare const HKVisionPrescriptionTypeIdentifier: "HKVisionPrescriptionTypeIdentifier";
/**
* Represents an audiogram type identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/HKAudiogramSampleType Apple Docs HKAudiogramSampleType}
*/
export declare const AudiogramTypeIdentifier: "HKAudiogramSampleType";