CBLReplicatorType
enum CBLReplicatorType : NSUInteger {}
                Replicator type.
- 
                  
                  
< Bidirectional; both push and pull
Declaration
Objective-C
kCBLReplicatorTypePushAndPull = 0 - 
                  
                  
< Pushing changes to the target
Declaration
Objective-C
kCBLReplicatorTypePush - 
                  
                  
< Pulling changes from the target
Declaration
Objective-C
kCBLReplicatorTypePull 
        CBLReplicatorType Enumeration Reference