| java.lang.Object | |
| ↳ | com.samsung.android.knox.license.LicenseResult |
Class containing license activation/deactivation result data.
| API level 35 |
| KNOX 3.8 |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LicenseResult.Type | These constants indicate whether the result refers to a ELM_ACTIVATION,
KLM_ACTIVATION or KLM_DEACTIVATION. |
||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
API to retrieve the result error code.
| |||||||||||
API to retrieve all permissions that were granted to the caller application.
| |||||||||||
API to retrieve the time remaining in milliseconds that the caller
package will have to wait before being able to make a new API call.
| |||||||||||
API to retrieve the
LicenseResult.Type the result refers to. | |||||||||||
API to check whether given result is originated from an activation.
| |||||||||||
API to check whether if the given
LicenseResult.Type was sucessfully performed. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
API to retrieve the result error code.
EXTRA_LICENSE_ERROR_CODE data values
in case of ELM_ACTIVATION or KnoxEnterpriseLicenseManager.EXTRA_LICENSE_ERROR_CODE data values
in case of KLM_ACTIVATION and KLM_DEACTIVATION| API level 35 |
| KNOX 3.8 |
API to retrieve all permissions that were granted to the caller application.
| API level 35 |
| KNOX 3.8 |
API to retrieve the license key of the given ELM_ACTIVATION,
KLM_ACTIVATION or KLM_DEACTIVATION.
ELM_ACTIVATION, KLM_ACTIVATION
or KLM_DEACTIVATION| API level 35 |
| KNOX 3.8 |
API to retrieve the package name of given ELM_ACTIVATION,
KLM_ACTIVATION or KLM_DEACTIVATION.
ELM_ACTIVATION,
KLM_ACTIVATION or KLM_DEACTIVATION| API level 35 |
| KNOX 3.8 |
API to retrieve the time remaining in milliseconds that the caller package will have to wait before being able to make a new API call.
| API level 39 |
| KNOX 3.12 |
API to retrieve the LicenseResult.Type the result refers to.
LicenseResult.Type the results refer to| API level 35 |
| KNOX 3.8 |
API to check whether given result is originated from an activation.
true if getType() is eiter ELM_ACTIVATION or
KLM_ACTIVATION, false otherwise| API level 35 |
| KNOX 3.8 |
API to check whether if the given LicenseResult.Type was sucessfully performed.
true if LicenseResult.Type was completed successfully and false otherwise.| API level 35 |
| KNOX 3.8 |