INotificationManagerClose Method

Closes a notification.

Definition

Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void Close(
	INotification notification
)

Parameters

notification  INotification
The notification to be closed.

See Also