Static
initInitializes the license for the application using a license key.
Code Snippet:
LicenseManager.initLicense('your-license-key').then(() => {
//Init license successfully.
}).catch(error => {
console.error("Init license failed.", error);
});
The license key to be used for initialization.
Promise
The LicenseManager class provides a set of APIs to manage the licensing for the Dynamsoft Capture Vision architecture.