Summary
Represents a notification manager that can show arbitrary content.
Managed notification managers can show any content.
- Namespace
- Avalonia
.Controls .Notifications - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["INotificationManager"]
click Interface0 "/api/Avalonia.Controls.Notifications/INotificationManager"
Type["IManagedNotificationManager"]
class Type type-node
Implementing0["WindowNotificationManager"]-.->Type
click Implementing0 "/api/Avalonia.Controls.Notifications/WindowNotificationManager"
Syntax
public interface IManagedNotificationManager : INotificationManager
Remarks
Because notification managers of this type are implemented purely in managed code, they
can display arbitrary content, as opposed to notification managers which display notifications
using the host operating system's notification mechanism.
Methods
Name | Value | Summary |
---|---|---|
Show |
void |
Shows a notification.
|