Enum NotificationDuration
The duration for a Notification to be displayed on the screen.
Namespace: UnityEngine.Dt.App.Core
Syntax
public enum NotificationDuration
Fields
Name | Description | Value |
---|---|---|
Indefinite | The Notification will be visible indefinitely. It will need to be dismissed manually. |
-1 |
Short | The Notification will be visible for a short amount of time. |
1500 |
Long | The Notification will be visible for a long amount of time. |
2750 |