License
License is responsible for managing license-related operations (e.g. checking a license's status & adding licenses).
Summary
| public final class License | |
|---|---|
| Provides methods for managing application licenses. | |
| Methods | |
| status | |
| add | |
| clear | |
Methods
status()
Retrieves the current license status.
| public native Enums.LicenseStatus status() |
|---|
| Return Value |
Enums.LicenseStatus — The current license status. |
add(Object license)
Adds a license and returns its status.
| public native Enums.LicenseStatus add(Object license) |
|---|
| Parameters |
license: Object — The license to add. |
| Return Value |
Enums.LicenseStatus — The status after adding the license. |
clear()
Clears the current license.
| public native void clear() |
|---|
| Return Value |
| none |