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?
Runs the SDK’s main loop in blocking mode, using the Node-API thread.
run()
void : Runs the SDK’s main loop in blocking mode
// example
sdk.run();
Last updated
Was this helpful?