CBLMultipeerReplicatorStatus

@interface CBLMultipeerReplicatorStatus : NSObject

Multipeer Replicator Status.

  • 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;