Presence

  • A token returned by observePeers(). Retain this object to continue receiving callback updates. @deprecated: use DittoObserver 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 more

    Declaration

    Swift

    public struct DittoRemotePeer : Codable
    extension DittoRemotePeer: Identifiable
  • Represents a remote peer in the Ditto network.

    See more

    Declaration

    Swift

    public class DittoRemotePeerV2 : Identifiable, Equatable, Hashable