client-cpp
0.10.0
|
The listener which receives notifications on the specified topic. More...
#include <INotificationListener.hpp>
Public Member Functions | |
virtual void | onNotification (const std::int64_t topicId, const KaaNotification ¬ification)=0 |
Callback is used when the new notification on the specified topic is received. More... | |
virtual | ~INotificationListener () |
The listener which receives notifications on the specified topic.
Definition at line 33 of file INotificationListener.hpp.
|
inlinevirtual |
Definition at line 44 of file INotificationListener.hpp.
|
pure virtual |
Callback is used when the new notification on the specified topic is received.
[in] | topicId | The id of the topic on which the notification is received. |
[in] | notification | The notification data. |