Notifications Namespace
Namespace Avalonia.Controls.Notifications
Types
- 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.
- Notification - A notification that can be shown in a window or by the host operating system.
- NotificationCard - Control that represents and displays a notification.
- NotificationPosition - Describes the possible positions for Avalonia.Controls.Notifications.Notifications that are displayed by a Avalonia.Controls.Notifications.WindowNotificationManager.
- NotificationType - Enumeration of types for Avalonia.Controls.Notifications.INotification.
- WindowNotificationManager - An Avalonia.Controls.Notifications.INotificationManager that displays notifications in a Avalonia.Controls.Window.