Class PermissionRequestResponse

    Definition

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

    Holds information about privilege request result.

    public class PermissionRequestResponse
    Inheritance
    object
    PermissionRequestResponse

    Properties

    View Source

    Privilege

    The privilege for which a permission was requested for.

    Declaration
    public string Privilege { get; }
    Property Value
    Type Description
    string
    View Source

    Result

    The result of a permission request.

    Declaration
    public RequestResult Result { get; }
    Property Value
    Type Description
    RequestResult

    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