CBLReplicatorType
enum CBLReplicatorType {}
Replicator type.
-
< Bidirectional; both push and pull
Declaration
Objective-C
kCBLReplicatorTypePushAndPull = 0Swift
case pushAndPull = 0 -
< Pushing changes to the target
Declaration
Objective-C
kCBLReplicatorTypePushSwift
case push = 1 -
< Pulling changes from the target
Declaration
Objective-C
kCBLReplicatorTypePullSwift
case pull = 2
CBLReplicatorType Enumeration Reference