Class PrivacyPrivilegeManager.ResponseContext

    Definition

    Namespace:
    Tizen.Security
    Assembly:
    Tizen.Security.PrivacyPrivilegeManager.dll

    This class manages event handlers of the privilege permission requests. This class enables having event handlers for an individual privilege.

    public class PrivacyPrivilegeManager.ResponseContext
    Inheritance
    object
    PrivacyPrivilegeManager.ResponseContext

    Events

    View Source

    ResponseFetched

    Occurs when the response for a permission request is fetched.

    Declaration
    public event EventHandler<RequestResponseEventArgs> ResponseFetched
    Event Type
    Type Description
    System.EventHandler<TEventArgs><RequestResponseEventArgs>
    Exceptions
    Type Condition
    System.InvalidOperationException

    Thrown when the bundle instance has been disposed.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX