Constants

The following constants are available globally.

  • This notification is posted by a CBLDatabase in response to document changes.

    Declaration

    Objective-C

    extern NSString *const _Nonnull kCBLDatabaseChangeNotification
  • The key to access a CBLDatabaseChange object containing information about the change.

    Declaration

    Objective-C

    extern NSString *const _Nonnull kCBLDatabaseChangesUserInfoKey
  • This notification is posted by a CBLReplicator when its status/progress changes or when an error occurred.

    Declaration

    Objective-C

    extern NSString *const _Nonnull kCBLReplicatorChangeNotification
  • The key to access a CBLReplicatorStatus object containing information about the current status of the replicator.

    Declaration

    Objective-C

    extern NSString *const _Nonnull kCBLReplicatorStatusUserInfoKey
  • The key to access an NSError object if an error occurred.

    Declaration

    Objective-C

    extern NSString *const _Nonnull kCBLReplicatorErrorUserInfoKey
  • < Options key for authentication dictionary

    Declaration

    Objective-C

    extern NSString *const _Nonnull kCBLReplicatorAuthOption
  • < Auth key for username string

    Declaration

    Objective-C

    extern NSString *const _Nonnull kCBLReplicatorAuthUserName
  • < Auth key for password string

    Declaration

    Objective-C

    extern NSString *const _Nonnull kCBLReplicatorAuthPassword