docs.unity3d.com
    Show / Hide Table of Contents

    Enum AuthorizationStatus

    Enum indicating whether the app is allowed to schedule notifications. You can capture these values in AuthorizationStatus property using GetNotificationSettings()method.

    Namespace: Unity.Notifications.iOS
    Syntax
    public enum AuthorizationStatus

    Fields

    Name Description Value
    NotDetermined

    The user has not yet made a choice regarding whether the application may post notifications.


    0
    Denied

    The application is not authorized to post notifications.


    1
    Authorized

    The application is authorized to post notifications.


    2
    Provisional

    The application is authorized to post non-interruptive user notifications.


    3
    Ephemeral

    The application is temporarily authorized to post notifications. Only available to app clips.


    4
    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