Class RequestResponseEventArgs
Definition
- Assembly:
- Tizen.Security.PrivacyPrivilegeManager.dll
This class is an event argument of the RequestResponse event.
public class RequestResponseEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRequestResponseEventArgs
Properties
View Sourcecause
The cause of a triggered response.
Declaration
public CallCause cause { get; }
Property Value
Type | Description |
---|---|
CallCause |
privilege
The privilege for which a permission was requested for.
Declaration
public string privilege { get; }
Property Value
Type | Description |
---|---|
string |
result
The result of a permission request.
Declaration
public RequestResult result { get; }
Property Value
Type | Description |
---|---|
RequestResult |