CBLConflict

@interface CBLConflict : NSObject

CBLConflict provides details about a conflict.

  • Mine version of the document.

    Declaration

    Objective-C

    @property (readonly, nonatomic) CBLReadOnlyDocument *_Nonnull mine;
  • Theirs version of the document.

    Declaration

    Objective-C

    @property (readonly, nonatomic) CBLReadOnlyDocument *_Nonnull theirs;
  • Base or common anchester version of the document.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) CBLReadOnlyDocument *base;