CBLMultipeerReplicatorStatus

@interface CBLMultipeerReplicatorStatus : NSObject

Multipeer Replicator Status.

  • The transport this status applies to.

    If the value is kCBLMultipeerTransportNone, the status represents the aggregate state of the replicator rather than the state of a single transport.

    Declaration

    Objective-C

    @property (nonatomic, readonly) int transport;
  • Indicates whether the multipeer replicator is currently active. This means the replicator is discovering peers or performing replication.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL active;
  • The error encountered, if any.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSError *error;
  • Unavailable

    Not available.

    Declaration

    Objective-C

    - (nonnull instancetype)init;