INotificationManager Interface

Represents a notification manager that can be used to show notifications in a window or using the host operating system.

Definition

Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface INotificationManager

Methods

Close(INotification) Closes a notification.
CloseAll Closes all notifications.
Show(INotification) Show a notification.

See Also