Couchbase Lite
Objective-C API for iOS and Mac OS
<CBLDocumentModel > Protocol Reference

Detailed Description

Protocol that CBLDocument model objects must implement.

See the CBLModel class.

Inheritance diagram for <CBLDocumentModel >:

Instance Methods

(void) - document:didChange:
 Called whenever a new revision is added to the document. More...
 

Method Documentation

◆ document:didChange:()

- (void CBLDocumentModel) document: (CBLDocument *)  doc
didChange: (CBLDatabaseChange *)  change 

Called whenever a new revision is added to the document.

(Equivalent to kCBLDocumentChangeNotification.)


The documentation for this protocol was generated from the following file: