Definition
- Namespace:
- Tizen.Security
- Assembly:
- Tizen.Security.PrivacyPrivilegeManager.dll
- API Level:
- 4
This class is an event argument of the RequestResponse event.
public class RequestResponseEventArgs : EventArgs
- Inheritance
-
Properties
Declaration
public CallCause cause { get; }
Property Value
API Level: 4
View Source
privilege
The privilege for which a permission was requested for.
Declaration
public string privilege { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public RequestResult result { get; }
Property Value
API Level: 4