Licenses
HasLicense (Client)
KOJA.Client.HasLicense(licenseName, callback)Parameter
Type
Description
KOJA.Client.HasLicense('driver', function(has)
if not has then
print('No driver license')
end
end)License Names
Framework
License Examples
How it Works
Implementing License Check for Custom Framework
Last updated