CBLPeerDiscoveryStatus

@interface CBLPeerDiscoveryStatus : NSObject

Discovery status of a specific peer.

  • The peer’s identifier.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CBLPeerID *_Nonnull peerID;
  • Indicates whether the peer is currently visible (online) or not (offline).

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL online;
  • Unavailable

    Not available.

    Declaration

    Objective-C

    - (nonnull instancetype)init;