Definition
- Namespace:
- Tizen.Security
- Assembly:
- Tizen.Security.PrivacyPrivilegeManager.dll
This class is an event argument of the RequestResponse event.
public class RequestResponseEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
RequestResponseEventArgs
Properties
Declaration
public CallCause cause { get; }
Property Value
View Source
privilege
The privilege for which a permission was requested for.
Declaration
public string privilege { get; }
Property Value
View Source
Response
The response for privilege request
Declaration
public PermissionRequestResponse Response { get; }
Property Value
Declaration
public RequestResult result { get; }
Property Value