Presence

  • A token returned by calling observePeers on a DITDitto object.

    Retain this object to continue receiving callback updates.

    See more

    Declaration

    Objective-C

    @interface DITPeersObserver : NSObject <DITObserver>
  • A summary snapshot of the types of connections currently active to a remote peer.

    See more

    Declaration

    Objective-C

    @interface DITRemotePeer : NSObject
  • A token returned by calling observePeersV2 on a DITDitto object.

    Retain this object to continue receiving callback updates.

    See more

    Declaration

    Objective-C

    @interface DITPeersObserverV2 : NSObject <DITObserver>
  • Represents a remote peer in the Ditto network.

    See more

    Declaration

    Objective-C

    @interface DITRemotePeerV2 : NSObject