@kingstinct/react-native-healthkit
Version:
React Native bindings for HealthKit
41 lines (40 loc) • 2.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AudiogramTypeIdentifier = exports.HKVisionPrescriptionTypeIdentifier = exports.ActivitySummaryTypeIdentifier = exports.UserAnnotatedMedicationTypeIdentifier = exports.ElectrocardiogramTypeIdentifier = exports.HeartbeatSeriesTypeIdentifier = exports.StateOfMindTypeIdentifier = exports.WorkoutRouteTypeIdentifier = exports.WorkoutTypeIdentifier = void 0;
/**
* Represents a workout type identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/hkworkouttypeidentifier Apple Docs HKWorkoutTypeIdentifier}
*/
exports.WorkoutTypeIdentifier = 'HKWorkoutTypeIdentifier';
/**
* Represents a workout route type identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/HKWorkoutRouteTypeIdentifier Apple Docs WorkoutRouteTypeIdentifier}
*/
exports.WorkoutRouteTypeIdentifier = 'HKWorkoutRouteTypeIdentifier';
/**
* Represents a state of mind type identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/hkstateofmindtype Apple Docs HKStateOfMindType}
*/
exports.StateOfMindTypeIdentifier = 'HKStateOfMindTypeIdentifier';
/**
* Represents a series sample containing heartbeat data.
* @see {@link https://developer.apple.com/documentation/healthkit/HKDataTypeIdentifierHeartbeatSeries Apple Docs DataTypeIdentifierHeartbeatSeries}
*/
exports.HeartbeatSeriesTypeIdentifier = 'HKDataTypeIdentifierHeartbeatSeries';
/**
* A type that identifies samples containing electrocardiogram data.
* @see {@link https://developer.apple.com/documentation/healthkit/hkelectrocardiogramtype Apple Docs HKElectrocardiogramType}
*/
exports.ElectrocardiogramTypeIdentifier = 'HKElectrocardiogramType';
exports.UserAnnotatedMedicationTypeIdentifier = 'HKUserAnnotatedMedicationTypeIdentifier';
/**
* Represents a type that identifies activity summary objects.
* @see {@link https://developer.apple.com/documentation/healthkit/hkactivitysummarytype Apple Docs HKActivitySummaryType}
*/
exports.ActivitySummaryTypeIdentifier = 'HKActivitySummaryTypeIdentifier';
exports.HKVisionPrescriptionTypeIdentifier = 'HKVisionPrescriptionTypeIdentifier';
/**
* Represents an audiogram type identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/HKAudiogramSampleType Apple Docs HKAudiogramSampleType}
*/
exports.AudiogramTypeIdentifier = 'HKAudiogramSampleType';