Presence
-
A token returned by
observePeers(). Retain this object to continue receiving callback updates. @deprecated: useDittoObserverinstead.Declaration
Swift
@available(*, deprecated, message: "Use `DittoObserver` instead.") public typealias DittoPeersObserver = DittoObserver -
A summary snapshot of the types of connections currently active to a remote Ditto peer.
See moreDeclaration
Swift
public struct DittoRemotePeer : Codableextension DittoRemotePeer: Identifiable -
Represents a remote peer in the Ditto network.
See moreDeclaration
Swift
public class DittoRemotePeerV2 : Identifiable, Equatable, Hashable
Presence Reference