2.3 KiB
2.3 KiB
Avalonia.Controls.Notifications
Avalonia.Controls.Notifications Namespace
Class Types
Class | Summary |
---|---|
Notification | A notification that can be shown in a window or by the host operating system. |
NotificationCard | Control that represents and displays a notification. |
WindowNotificationManager | An INotificationManager that displays notifications in a Window . |
Interface Types
Interface | Summary |
---|---|
IManagedNotificationManager | Represents a notification manager that can show arbitrary content. Managed notification managers can show any content. |
INotification | Represents a notification that can be shown in a window or by the host operating system. |
INotificationManager | Represents a notification manager that can be used to show notifications in a window or using the host operating system. |
Enum Types
Enum | Summary |
---|---|
NotificationPosition | Describes the possible positions for Notification s that are displayed by a WindowNotificationManager . |
NotificationType | Enumeration of types for INotification . |