Class PrivacyPrivilegeManager.ResponseContext
Definition
- Namespace:
- Tizen.Security
- Assembly:
- Tizen.Security.PrivacyPrivilegeManager.dll
- API Level:
- 4
This class manages event handlers of the privilege permission requests. This class enables having event handlers for an individual privilege.
C#Copypublic class ResponseContext
- Inheritance
-
System.ObjectPrivacyPrivilegeManager.ResponseContext
Events
Declaration
C#Copypublic event EventHandler<RequestResponseEventArgs> ResponseFetched
Event Type
Type | Description |
---|---|
System.EventHandler<RequestResponseEventArgs> |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Thrown when the bundle instance has been disposed. |