Enum NotificationStyle
The style used to display the Notification element.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum NotificationStyle
Fields
Name | Description |
---|---|
Default | Default style. This is for general purpose notification. |
Informative | Informative style. This style is used to display an informative message. |
Negative | Negative style. This style is used to display an error message. |
Positive | Positive style. This style is used to display a success message. |
Warning | Warning style. This style is used to display a warning message. |