Skip to main content

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)

[NotClientImplementableAttribute]
public interface INotificationManager
View Source

Methods

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

See Also

Reference

Avalonia.Controls.Notifications Namespace