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.
public class ResponseContext
- Inheritance
-
PrivacyPrivilegeManager.ResponseContext
Events
View SourceResponseFetched
Occurs when the response for a permission request is fetched.
Declaration
public event EventHandler<RequestResponseEventArgs> ResponseFetched
Event Type
Type | Description |
---|---|
EventHandler<RequestResponseEventArgs> |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown when the bundle instance has been disposed. |