Presence
-
A token returned by
observePeers()
. Retain this object to continue receiving callback updates. @deprecated: useDittoObserver
instead.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 : Codable
extension DittoRemotePeer: Identifiable
-
Represents a remote peer in the Ditto network.
See moreDeclaration
Swift
public class DittoRemotePeerV2