CBLReplicatorType

enum CBLReplicatorType {}

Replicator type.

  • < Bidirectional; both push and pull

    Declaration

    Objective-C

    kCBLReplicatorTypePushAndPull = 0

    Swift

    case pushAndPull = 0
  • < Pushing changes to the target

    Declaration

    Objective-C

    kCBLReplicatorTypePush

    Swift

    case push = 1
  • < Pulling changes from the target

    Declaration

    Objective-C

    kCBLReplicatorTypePull

    Swift

    case pull = 2