docs.unity3d.com
    Show / Hide Table of Contents

    Enum PermissionStatus

    Represents a status of the Android runtime permission.

    Namespace: Unity.Notifications.Android
    Syntax
    public enum PermissionStatus

    Fields

    Name Description Value
    NotRequested

    No permission as user was not prompted for it.


    0
    Allowed

    User gave permission.


    1
    Denied

    User denied permission.


    2
    DeniedDontAskAgain

    No longer used. User denied permission and expressed intent to not be prompted again.


    3
    RequestPending

    A request for permission was made and user hasn't responded yet.


    4
    NotificationsBlockedForApp

    Notifications are blocked for this app. Before API level 33 this means they were disabled in Settings.


    5
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023