Enum NotificationDuration
The duration for a Notification to be displayed on the screen.
Namespace: Unity.AppUI.Core
Assembly: solution.dll
Syntax
public enum NotificationDurationFields
| Name | Description | 
|---|---|
| Indefinite | The Notification will be visible indefinitely. It will need to be dismissed manually. | 
| Long | The Notification will be visible for a long amount of time. | 
| Short | The Notification will be visible for a short amount of time. |