Constants

The following constants are available globally.

  • The domain for failed API Errors

    Declaration

    Objective-C

    extern NSString * const kVLDAPIErrorDomain
  • Notification emitted when records are submitted successfully

    Declaration

    Objective-C

    extern NSString * const kVLDRecordSubmittedNotification
  • Notification emitted when record submission fails

    Declaration

    Objective-C

    extern NSString * const kVLDRecordSubmissionFailedNotification
  • Notification emitted when Image records are submitted successfully

    Declaration

    Objective-C

    extern NSString * const kVLDRecordImageSubmittedNotification
  • Notification emitted when Image record submission fails

    Declaration

    Objective-C

    extern NSString * const kVLDRecordImageSubmissionFailedNotification
  • Error domain for failed submissions

    Declaration

    Objective-C

    extern NSString * const kVLDSessionErrorDomain
  • Constant identifier for NSNotification to observer records being processed.

    Declaration

    Objective-C

    extern NSString * _Nonnull const kVLDHealthKitRecordsProcessedNotification
  • Constant identifer for NSError to retrieve Validic HealthKit domain errors.

    Declaration

    Objective-C

    extern NSString * _Nonnull const kVLDHealthKitErrorDomain