@kingstinct/react-native-healthkit
Version:
React Native bindings for HealthKit
6 lines (5 loc) • 317 B
TypeScript
import type { QuantityTypeIdentifier } from '../types';
import type { OnQuantitySamplesCallback } from '../types/Subscriptions';
export declare const subscribeToQuantitySamples: (identifier: QuantityTypeIdentifier, callback: (args: OnQuantitySamplesCallback) => void, after?: Date) => {
remove: () => boolean;
};