CBLDocumentReplication
@interface CBLDocumentReplication : NSObjectDocument replication event
- 
                  
                  The replicator. DeclarationObjective-C @property (nonatomic, readonly) CBLReplicator *_Nonnull replicator;
- 
                  
                  The flag indicating that the replication is push or pull. DeclarationObjective-C @property (nonatomic, readonly) BOOL isPush;
- 
                  
                  A list of the replicated documents. DeclarationObjective-C @property (nonatomic, readonly) NSArray<CBLReplicatedDocument *> *_Nonnull documents;
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLDocumentReplication Class Reference
        CBLDocumentReplication Class Reference