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.

    [Obsolete("Deprecated in API11, will be removed in API13. This API will be removed without any alternatives.")]
    public class PrivacyPrivilegeManager.ResponseContext
    Inheritance
    object
    PrivacyPrivilegeManager.ResponseContext

    Events

    View Source

    ResponseFetched

    Occurs when the response for a permission request is fetched.

    Declaration
    [Obsolete("Deprecated in API11, will be removed in API13. This API will be removed without any alternatives.")]
    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