| 
    client-cpp
    0.6.3
    
   | 
 
#include <IProfileListener.hpp>
 Inheritance diagram for kaa::IProfileListener: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 | 
Implemented in kaa::ProfileListener.