Enum Types
Enum | Summary |
---|---|
NotificationPosition |
Describes the possible positions for Notification s that are displayed by a
WindowNotificationManager .
|
NotificationType |
Enumeration of types for INotification .
|
Class Types
Class | Summary |
---|---|
Notification | A notification that can be shown in a window or by the host operating system. |
NotificationCard | Control that represents and displays a notification. |
Window |
An INotificationManager that displays notifications in a Window .
|
Interface Types
Interface | Summary |
---|---|
I |
Represents a notification manager that can show arbitrary content. Managed notification managers can show any content. |
INotification | Represents a notification that can be shown in a window or by the host operating system. |
INotificationManager | Represents a notification manager that can be used to show notifications in a window or using the host operating system. |