DITObserver

@protocol DITObserver

An observation token returned by any observation API in the Ditto SDK. Retain this object to continue receiving updates.

  • Stops the observation and cleans up all associated resources. This method does not guarantee the observation will have completely stopped by the time this method returns and should be considered merely a request to stop the observation asynchronously.

    Declaration

    Objective-C

    - (void)stop;