INotificationManagerShow Method

Show a notification.

Definition

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

Parameters

notification  INotification
The notification to be displayed.

See Also