Search Results for

    Show / Hide Table of Contents

    Enum RequestResult

    Definition

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

    Enumeration for the result of a permission request.

    public enum RequestResult

    Fields

    Name Description
    AllowForever

    The privilege is allowed permanently.

    AllowInUse

    The privilege is granted only while the application is in foreground.

    AllowSession

    The privilege is granted for the current session only.

    DenyForever

    The privilege is denied permanently.

    DenyOnce

    The privilege is denied temporarily.

    DenySession

    The privilege is denied for the current session only.

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