INotificationManagerShow Method
Show a notification.
Namespace: Avalonia.Controls.NotificationsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void Show(
INotification notification
)
Sub Show (
notification As INotification
)
abstract Show :
notification : INotification -> unit
Parameters
- notification INotification
- The notification to be displayed.