docs.unity.cn
    Show / Hide Table of Contents

    Enum AuthorizationStatus

    Enum indicating whether the app is allowed to schedule notifications.

    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
    Generated by DocFX
    on Monday, May 22, 2023