Summary
Represents a notification manager that can be used to show notifications in a window or using
the host operating system.
- Namespace
- Avalonia
.Controls .Notifications - Implementing Types
graph BT
Type["INotificationManager"]
class Type type-node
Implementing0["IManagedNotificationManager"]-.->Type
click Implementing0 "/api/Avalonia.Controls.Notifications/IManagedNotificationManager"
Implementing1["WindowNotificationManager"]-.->Type
click Implementing1 "/api/Avalonia.Controls.Notifications/WindowNotificationManager"
Syntax
public interface INotificationManager
Methods
Name | Value | Summary |
---|---|---|
Show |
void |
Show a notification.
|