VLDLibraryFeature

Objective-C

enum VLDLibraryFeature : NSUInteger {}

Swift

enum VLDLibraryFeature : UInt

Enum for checking what library features are available.

  • Getting readings from Bluetooth peripherals.

    Declaration

    Objective-C

    VLDLibraryFeatureBluetooth

    Swift

    case bluetooth = 0
  • Getting readings from peripherals with VitalSnap’s OCR.

    Declaration

    Objective-C

    VLDLibraryFeatureOCR

    Swift

    case OCR = 1
  • Getting readings from HealthKit.

    Declaration

    Objective-C

    VLDLibraryFeatureHealthKit

    Swift

    case healthKit = 2