runAsync()

Runs the SDK’s main loop in non-blocking mode (uses the SDK’s own thread).

runAsync()

Return Value

void : Runs the SDK’s main loop in non-blocking mode

Example

// example

sdk.runAsync();

Last updated

Was this helpful?