|
virtual void | onLogin (uint32_t atState, CBE::CloudBackendPtr cloudbackend) |
|
virtual void | onLogout (uint32_t atState) |
|
virtual void | onCreated (uint32_t atState) |
|
virtual void | onError (uint32_t failedAtState, uint32_t code, std::string reason, std::string message) |
|
◆ onLogin()
virtual void CBE::AccountEventProtocol::onLogin |
( |
uint32_t |
atState, |
|
|
CBE::CloudBackendPtr |
cloudbackend |
|
) |
| |
|
inlinevirtual |
Gets called when the account status has changed on login (required).
- Parameters
-
atState | process state |
cloudbackend | the instance of cloudbackend giving the user access to online session data |
◆ onLogout()
virtual void CBE::AccountEventProtocol::onLogout |
( |
uint32_t |
atState | ) |
|
|
inlinevirtual |
- Deprecated:
- Gets called when the account status has changed on logout.
◆ onCreated()
virtual void CBE::AccountEventProtocol::onCreated |
( |
uint32_t |
atState | ) |
|
|
inlinevirtual |
Gets called when the account status has changed after creating a new user (priviledged call).
- Parameters
-
◆ onError()
virtual void CBE::AccountEventProtocol::onError |
( |
uint32_t |
failedAtState, |
|
|
uint32_t |
code, |
|
|
std::string |
reason, |
|
|
std::string |
message |
|
) |
| |
|
inlinevirtual |
Gets called when the account status has encountered an error (required).
- Parameters
-
failedAtState | process state |
code | HTTP status error code |
reason | error group |
message | specific error explanation |
The documentation for this class was generated from the following file: