client-cpp
0.10.0
|
#include <ProfileManager.hpp>
Public Member Functions | |
ProfileManager (IKaaClientContext &context) | |
virtual void | setProfileContainer (IProfileContainerPtr container) |
SharedDataBuffer | getSerializedProfile () |
void | updateProfile () |
virtual bool | isInitialized () |
virtual void | setTransport (IProfileTransportPtr transport) |
Public Member Functions inherited from kaa::IProfileManager | |
virtual | ~IProfileManager () |
Default profile manager Responsible for the profile container management and ProfileListener creation
Definition at line 36 of file ProfileManager.hpp.
|
inline |
Definition at line 38 of file ProfileManager.hpp.
|
inlinevirtual |
Retrieves serialized profile
Implements kaa::IProfileManager.
Definition at line 57 of file ProfileManager.hpp.
|
inlinevirtual |
Check if a profile container is set what is mandatory in case of a non-default profile.
Implements kaa::IProfileManager.
Definition at line 85 of file ProfileManager.hpp.
|
inlinevirtual |
Sets profile container implemented by the user
container | user-defined container |
Implements kaa::IProfileManager.
Definition at line 44 of file ProfileManager.hpp.
|
inlinevirtual |
Sets profile transport
Profile | transport |
Definition at line 98 of file ProfileManager.hpp.
|
inlinevirtual |
Notifies server that profile has been updated.
Implements kaa::IProfileManager.
Definition at line 76 of file ProfileManager.hpp.