Enum PopupNotificationPlacement
The placement where the notification should be displayed.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum PopupNotificationPlacement
Fields
| Name | Description |
|---|---|
| Bottom | The notification is placed at the bottom of the screen. |
| BottomEnd | The notification is placed at the bottom end of the screen. |
| BottomLeft | The notification is placed at the bottom left of the screen. |
| BottomRight | The notification is placed at the bottom right of the screen. |
| BottomStart | The notification is placed at the bottom start of the screen. |
| Top | The notification is placed at the top of the screen. |
| TopEnd | The notification is placed at the top end of the screen. |
| TopLeft | The notification is placed at the top left of the screen. |
| TopRight | The notification is placed at the top right of the screen. |
| TopStart | The notification is placed at the top start of the screen. |