![]() |
SDK
2.1.4
CloudBackend Software Development Kit - SDK API for C++
|
Sequence diagram for logIn using a delegate for asynchronous callbacks.
User can log in by calling login() submitting parameters with the credentials of:
Create a Delegate that will get an input-callback of either:
Call the logIn() with credentials and the pointer to the delegate that is going to handle the callback.
Normally you need to wait for the completion and then, depending on if the result was success or error, take an appropriate action.
Sequence diagram for a query [optional filter] using a delegate for asynchronous callbacks.