client-cpp
0.10.0
|
#include <IProfileManager.hpp>
Public Member Functions | |
virtual void | setProfileContainer (IProfileContainerPtr container)=0 |
virtual void | updateProfile ()=0 |
virtual bool | isInitialized ()=0 |
virtual SharedDataBuffer | getSerializedProfile ()=0 |
virtual | ~IProfileManager () |
Interface for the profile manager Responsible for the profile container management and IProfileListener creation
Definition at line 31 of file IProfileManager.hpp.
|
inlinevirtual |
Definition at line 58 of file IProfileManager.hpp.
|
pure virtual |
Returns serialized profile
Implemented in kaa::ProfileManager.
|
pure virtual |
Check if a profile container is set what is mandatory in case of a non-default profile.
Implemented in kaa::ProfileManager.
|
pure virtual |
Sets profile container implemented by the user.
container | User-defined container |
Implemented in kaa::ProfileManager.
|
pure virtual |
Notifies server that profile has been updated.
Implemented in kaa::ProfileManager.