![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
#include <CreateAccountDelegate.h>
Classes | |
struct | ErrorInfo |
Public Types | |
using | Success = UserId |
using | Error = delegate::Error |
Public Member Functions | |
virtual void | onCreateAccountSuccess (UserId &&userId)=0 |
virtual void | onCreateAccountError (Error &&error, cbe::util::Context &&context)=0 |
Delegate class for the asynchronous version of method:
|
pure virtual |
Called upon failed log in.
error | Error information passed from CloudBackend SDK. |
context | Additional context information about the original service call that has failed. |
|
pure virtual |
Called upon successful account creation.