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
    EventHandler<><RequestResponseEventArgs>

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX