CBLConflictResolver

@interface CBLConflictResolver : NSObject

ConflictResolver class provides access to the default conflict resolver used by the replicator

  • The default conflict resolver used by the replicator.

    Declaration

    Objective-C

    + (nonnull id<CBLConflictResolver>)default;

    Swift

    class func `default`() -> CBLConflictResolverProtocol