CBLMessageEndpointListenerChange
@interface CBLMessageEndpointListenerChange : NSObjectA change event posted by CBLMessageEndpointListener.
- 
                  
                  The connection whose status changed. DeclarationObjective-C @property (readonly, nonatomic) id<CBLMessageEndpointConnection> _Nonnull connection;
- 
                  
                  The new replication status of the connection. DeclarationObjective-C @property (readonly, nonatomic) CBLReplicatorStatus *_Nonnull status;Swift var status: CBLReplicatorStatus { get }
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLMessageEndpointListenerChange Class Reference
        CBLMessageEndpointListenerChange Class Reference