Ditto 1.1.7
Public Member Functions | List of all members
ditto::Observer Class Referenceabstract

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

#include <Observer.hpp>

Inheritance diagram for ditto::Observer:
ditto::AuthenticationStatusObserver

Public Member Functions

virtual void stop ()=0
 Stops the observation and cleans up all associated resources. More...
 

Detailed Description

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

Member Function Documentation

◆ stop()

virtual void ditto::Observer::stop ( )
pure virtual

Stops the observation and cleans up all associated resources.

Implemented in ditto::AuthenticationStatusObserver.