PeerDiscoveryStatus

public struct PeerDiscoveryStatus : CBLWrappable

Discovery status of a specific peer.

  • The peer’s identifier.

    Declaration

    Swift

    public var peerID: PeerID { get }
  • Indicates whether the peer is currently visible (online) or not (offline).

    Declaration

    Swift

    public var online: Bool { get }