VLDLibraryFeature

Enum for checking what library features are available.

Definition

typedef NS_ENUM(NSUInteger, VLDLibraryFeature ) {
   VLDLibraryFeatureBluetooth,
   VLDLibraryFeatureOCR,
   VLDLibraryFeatureHealthKit,
};

Constants

VLDLibraryFeatureBluetooth

Getting readings from Bluetooth peripherals.

VLDSession.h.

VLDLibraryFeatureOCR

Getting readings from peripherals with VitalSnap’s OCR.

VLDSession.h.

VLDLibraryFeatureHealthKit

Getting readings from HealthKit.

VLDSession.h.

VLDSession.h