INotificationManager Interface

Summary

Represents a notification manager that can be used to show notifications in a window or using the host operating system.
graph BT Type["INotificationManager"] class Type type-node Implementing0["IManagedNotificationManager"]-.->Type click Implementing0 "/api/Avalonia.Controls.Notifications/IManagedNotificationManager" Implementing1["WindowNotificationManager"]-.->Type click Implementing1 "/api/Avalonia.Controls.Notifications/WindowNotificationManager"

Syntax

public interface INotificationManager

Methods

Name Value Summary
Show(INotification) void
Show a notification.