docs.unity3d.com
Search Results for

    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
    Assembly: solution.dll
    Syntax
    public enum AuthorizationStatus

    Fields

    Name Description
    Authorized

    The application is authorized to post notifications.

    Denied

    The application is not authorized to post notifications.

    Ephemeral

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

    NotDetermined

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

    Provisional

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

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)