Show / Hide Table of Contents

    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
    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
    EventHandler<RequestResponseEventArgs>
    Exceptions
    Type Condition
    InvalidOperationException

    Thrown when the bundle instance has been disposed.

    API Level: 4
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX