Enum QueryLastRespondedNotificationState
The state of the query for last responded notification. Returned by State
Namespace: Unity.Notifications
Assembly: Unity.Notifications.Unified.dll
Syntax
public enum QueryLastRespondedNotificationState
Fields
Name | Description |
---|---|
HaveRespondedNotification | Operation is complete, app was launched by tapping the notification, that can be retrieved via Notification property. |
NoRespondedNotification | Operation is complete, app was launched normally, no notification was tapped. |
Pending | Operation is ongoing, wait for next frame and check again. |