Class RequestResponseEventArgs
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
View Sourcecause
The cause of a triggered response.
Declaration
public CallCause cause { get; }
Property Value
Type | Description |
---|---|
CallCause |
API Level: 4
View Sourceprivilege
The privilege for which a permission was requested for.
Declaration
public string privilege { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 4
View SourceResponse
The response for privilege request
Declaration
public PermissionRequestResponse Response { get; }
Property Value
Type | Description |
---|---|
PermissionRequestResponse |
API Level: 6
View Sourceresult
The result of a permission request.
Declaration
public RequestResult result { get; }
Property Value
Type | Description |
---|---|
RequestResult |