Constants

The following constants are available globally.

  • The domain for failed API Errors

    Declaration

    Objective-C

    extern NSString *const kVLDAPIErrorDomain

    Swift

    let kVLDAPIErrorDomain: String
  • Notification emitted when records are submitted successfully

    Declaration

    Objective-C

    extern NSString *const kVLDRecordSubmittedNotification

    Swift

    static let vldRecordSubmitted: NSNotification.Name
  • Notification emitted when record submission fails

    Declaration

    Objective-C

    extern NSString *const kVLDRecordSubmissionFailedNotification

    Swift

    static let vldRecordSubmissionFailed: NSNotification.Name
  • Notification emitted when Image records are submitted successfully

    Declaration

    Objective-C

    extern NSString *const kVLDRecordImageSubmittedNotification

    Swift

    static let vldRecordImageSubmitted: NSNotification.Name
  • Notification emitted when Image record submission fails

    Declaration

    Objective-C

    extern NSString *const kVLDRecordImageSubmissionFailedNotification

    Swift

    static let vldRecordImageSubmissionFailed: NSNotification.Name
  • Error domain for failed submissions

    Declaration

    Objective-C

    extern NSString *const kVLDSessionErrorDomain

    Swift

    let kVLDSessionErrorDomain: String
  • Project version number for ValidicMobile.

    Declaration

    Objective-C

    extern double ValidicMobileVersionNumber

    Swift

    var ValidicMobileVersionNumber: Double
  • Project version string for ValidicMobile.

    Declaration

    Objective-C

    extern const unsigned char ValidicMobileVersionString[]