You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LA_OK is a success code indicating that the function executed without any errors. For all the getter functions, except for GetLibraryVersion() and GetLicenseKey(), LA_OK signifies that the license is activated and the activation status is okay/valid/genuine.
Regarding the empty value of GetLicenseKey(), this can occur if GetLicenseKey() is called before a license key has been set. We will try to clarify this behavior further in the function documentation.
It would be great if you could document what the return LA_OK means with an empty string in licenseKey when calling GetLicenseKey().
The text was updated successfully, but these errors were encountered: