Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify meaning of empty String returned from GetLicenseKey() #14

Open
acpiccolo opened this issue Dec 2, 2024 · 1 comment
Open

Clarify meaning of empty String returned from GetLicenseKey() #14

acpiccolo opened this issue Dec 2, 2024 · 1 comment

Comments

@acpiccolo
Copy link

It would be great if you could document what the return LA_OK means with an empty string in licenseKey when calling GetLicenseKey().

@ahmad-kemsan
Copy link
Collaborator

Hi @acpiccolo,

Thanks for reaching out!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants