Enum AlertSemantic
Semantic values used for AlertDialog variants.
See variant.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum AlertSemantic
Fields
| Name | Description |
|---|---|
| Confirmation | Color scheme with positive tone. |
| Default | Default color scheme. |
| Destructive | Color scheme with negative tone. |
| Error | Color scheme with negative tone. |
| Information | Color scheme with neutral tone. |
| Warning | Color scheme with caution tone. |