Class RequestResponseEventArgs

Definition

Namespace:
Tizen.Security
Assembly:
Tizen.Security.PrivacyPrivilegeManager.dll
API Level:
4

This class is an event argument of the RequestResponse event.

C#
Copy
public class RequestResponseEventArgs : EventArgs
Inheritance
System.Object
RequestResponseEventArgs

Properties

View Source

cause

The cause of a triggered response.

Declaration
C#
Copy
public CallCause cause { get; }
Property Value
Type Description
CallCause
API Level: 4
View Source

privilege

The privilege for which a permission was requested for.

Declaration
C#
Copy
public string privilege { get; }
Property Value
Type Description
System.String
API Level: 4
View Source

Response

The response for privilege request

Declaration
C#
Copy
public PermissionRequestResponse Response { get; }
Property Value
Type Description
PermissionRequestResponse
API Level: 6
View Source

result

The result of a permission request.

Declaration
C#
Copy
public RequestResult result { get; }
Property Value
Type Description
RequestResult
API Level: 4