Enum CheckResult
Definition
- Assembly:
- Tizen.Security.PrivacyPrivilegeManager.dll
Enumeration for the result of a permission check.
C#Copypublic enum CheckResult
| Name | Description |
|---|---|
| Allow | The access to privilege is allowed permanently. |
| Ask | The access to privilege must be resolved by the user. |
| Deny | The access to privilege is denied permanently. |