Presence

  • Deprecated

    Replaced by DITObserver protocol.

    A token returned by calling observePeers on a DITDitto object.

    Retain this object to continue receiving callback updates.

    @deprecated replaced by DITObserver protocol.

    See more

    Declaration

    Objective-C

    
    @interface DITPeersObserver : NSObject <DITObserver>
  • Deprecated

    Replaced by DITPeer.

    A summary snapshot of the types of connections currently active to a remote peer.

    @deprecated has been replaced by DITPeer.

    See more

    Declaration

    Objective-C

    
    @interface DITRemotePeer : NSObject
  • Deprecated

    Replaced by DITObserver protocol.

    A token returned by calling observePeersV2 on a DITDitto object.

    Retain this object to continue receiving callback updates.

    @deprecated replaced by DITObserver protocol.

    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