Class RequestMultipleResponseEventArgs
Definition
- Assembly:
- Tizen.Security.PrivacyPrivilegeManager.dll
This class is an event argument of the RequestResponse event.
public class RequestMultipleResponseEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRequestMultipleResponseEventArgs
Properties
View SourceCause
The cause of a triggered response.
Declaration
public CallCause Cause { get; }
Property Value
Type | Description |
---|---|
CallCause |
Responses
The response for privilege request
Declaration
public IEnumerable<PermissionRequestResponse> Responses { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><PermissionRequestResponse> |