Enum DismissType
Every possible reason why a Notification element can be dismissed.
Namespace: Unity.AppUI.Core
Assembly: Unity.AppUI.dll
Syntax
public enum DismissType
Fields
Name | Description |
---|---|
Action | The Notification element has been dismissed via an action click. |
Cancel | The popup element has been dismissed via a Cancel action (Esc key, or Back button on mobile). |
Consecutive | The Notification element has been dismissed via an action click. |
Manual | The Notification element has been dismissed via a call of the method Dismiss(). |
OutOfBounds | The popup element has been dismissed via a click out of the element bounding box. |
PanelDestroyed | The popup element has been dismissed because the panel has been destroyed. |
Timeout | The Notification element has been dismissed via a time out. |