![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
#include <LogInDelegate.h>
Classes | |
struct | ErrorInfo |
Public Types | |
using | Error = cbe::delegate::Error |
using | Success = CloudBackend |
Public Member Functions | |
virtual void | onLogInSuccess (CloudBackend &&cloudBackend)=0 |
virtual void | onLogInError (Error &&error, cbe::util::Context &&context)=0 |
Delegate class for the asynchronous version of method:
Type of object delivered on success. I.e., the object delivered through success callback onLogInSuccess(CloudBackend&&).
|
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 log in.
cloudBackend | Instance of a CloudBackend holding the session. |