docs.unity.cn
    Show / Hide Table of Contents

    Enum NotificationStatus

    Current status of a scheduled notification, can be queried using CheckScheduledNotificationStatus.

    Namespace: Unity.Notifications.Android
    Syntax
    public enum NotificationStatus

    Fields

    Name Description Value
    Unavailable

    Status of a specified notification cannot be determined. This is only supported on Android Marshmallow (6.0) and above.


    -1
    Unknown

    A notification with a specified id could not be found.


    0
    Scheduled

    A notification with a specified id is scheduled but not yet delivered.


    1
    Delivered

    A notification with a specified id was already delivered.


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, May 22, 2023