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)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface INotificationManager
<NotClientImplementableAttribute>
Public Interface INotificationManager
[<NotClientImplementableAttribute>]
type INotificationManager = interface end
Methods
Close(INotification) | Closes a notification. |
CloseAll() | Closes all notifications. |
Show(INotification) | Show a notification. |