Enum CheckResult
Definition
- Assembly:
- Tizen.Security.PrivacyPrivilegeManager.dll
Enumeration for the result of a permission check.
public enum CheckResult
Fields
| Name | Description |
|---|---|
| Allow | The access to privilege is allowed permanently. |
| AllowInUse | The access to privilege is allowed only while the application is in foreground. |
| AllowSession | The access to privilege is allowed for the current session only. |
| Ask | The access to privilege must be resolved by the user. |
| Deny | The access to privilege is denied permanently. |
| DenySession | The access to privilege is denied for the current session only. |