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.

    Declaration

    Objective-C

    - (void)stop;