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
    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.

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Thursday, January 12, 2023
    Terms of use