Enum NotificationStatus
Current status of a scheduled notification, can be queried using CheckScheduledNotificationStatus.
Namespace: Unity.Notifications.Android
Assembly: Unity.Notifications.Android.dll
Syntax
public enum NotificationStatus
Fields
Name | Description |
---|---|
Delivered | A notification with a specified id was already delivered (showing in status bar). |
Scheduled | A notification with a specified id is scheduled but not yet delivered. |
Unavailable | Status of a specified notification cannot be determined. This is only supported on Android Marshmallow (6.0) and above. |
Unknown | A notification with a specified id could not be found. |