CBLDatabaseChange

@interface CBLDatabaseChange : NSObject

Database Change information

  • The database.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CBLDatabase *database;
  • The IDs of the document that changed.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSArray<NSString *> *documentIDs;
  • Not available

    Declaration

    Objective-C

    - (instancetype)init;