CBLPeerReplicatorStatus
@interface CBLPeerReplicatorStatus : NSObject
                The replicator status for a specific peer.
- 
                  
                  
The peer’s identifier.
Declaration
Objective-C
@property (nonatomic, readonly) CBLPeerID *_Nonnull peerID; - 
                  
                  
Indicates whether this replicator was initiated by this peer.
YESif it is an active replicator that initiates an outgoing connection to the other peer;NOif it is a passive replicator accepting an incoming connection from the other peer.Declaration
Objective-C
@property (nonatomic, readonly) BOOL outgoing; - 
                  
                  
The replicator status and progress.
Declaration
Objective-C
@property (nonatomic, readonly) CBLReplicatorStatus *_Nonnull status; - 
                  
                  
Unavailable
Not available.
Declaration
Objective-C
- (nonnull instancetype)init; 
        CBLPeerReplicatorStatus Class Reference