client-cpp
0.10.0
|
#include <IProfileListener.hpp>
Public Member Functions | |
virtual void | onProfileUpdated (SharedDataBuffer profile)=0 |
virtual | ~IProfileListener () |
Interface for the listener of profile updates.
DO NOT implement your own version. For the correct operation of Kaa use only DefaultProfileListener.
Definition at line 36 of file IProfileListener.hpp.
|
inlinevirtual |
Definition at line 47 of file IProfileListener.hpp.
|
pure virtual |
Called on each profile update
profile | byte array with serialized profile |