Enum NotificationDuration
The duration for a Notification to be displayed on the screen.
Namespace: Unity.AppUI.Core
Assembly: Unity.AppUI.dll
Syntax
public enum NotificationDuration
Fields
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. |