API ReferencereadLicense()On this pagereadLicense() Initialize the SDK license. readLicense(license: string): void Parameters license - Your Aila SDK license key Example AilaSDK.readLicense('your-license-key-here'); warningCall this immediately after init() succeeds to activate the SDK.