Skip to main content

INotificationManager Interface

Not client implementable.

Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this 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