run()

Runs the SDK’s main loop in blocking mode, using the Node-API thread.

run()

Return Value

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

Example

// example

sdk.run();

Last updated

Was this helpful?