CBLDocumentChange
@interface CBLDocumentChange : NSObject
Document change information
-
The database.
Declaration
Objective-C
@property (nonatomic, readonly) CBLDatabase *database;
-
The ID of the document that changed.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *documentID;
-
Not available
Declaration
Objective-C
- (instancetype)init;