initialize(path)

Initializes the addon/SDK and loads the internal library into memory. This function must be called before using any other SDK functions

initialize(path)

Parameters

  • path: string – Path to the directory containing the SDK library file (.dll / .so / .dylib).

Return Value

void or number (depends on binding implementation).

Example

// example

sdk.initialize();

Last updated

Was this helpful?