setNativeLibraryLoader

Provide a custom NativeLibraryLoader used to load the SDK's native library. Pass null to revert to the default loader, which uses System.loadLibrary.

This must be called before any other CaptureSDK entry point (e.g. setLicenseKey, setLicenseFile, setLicenseBuffer) and before any other SDK class is used; otherwise the native library will already be loaded with the default loader and the provided implementation will be ignored.

Parameters

loader

Custom loader implementation, or null to use the default System.loadLibrary based loader.