CBLConflict
@interface CBLConflict : NSObject
Conflict class, which includes the conflicted documents.
-
The document id of the conflicting document
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull documentID;
-
The document in the local database. If nil, document is deleted.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) CBLDocument *localDocument;
-
The document replicated from the remote database. If nil, document is deleted.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) CBLDocument *remoteDocument;
-
Not available
Declaration
Objective-C
- (nonnull instancetype)init;