INotificationManagerClose Method
Closes a notification.
Namespace: Avalonia.Controls.NotificationsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void Close(
INotification notification
)
Sub Close (
notification As INotification
)
abstract Close :
notification : INotification -> unit
Parameters
- notification INotification
- The notification to be closed.