Interface INotificationService
A service that can be used to create notifications in either the application or on the desktop.
Namespace: Artemis.UI.Shared.Services
Assembly: Artemis.UI.Shared.dll
Syntax
public interface INotificationService : IArtemisSharedUIService
Methods
CreateNotification()
Creates an in-app notification using a builder.
Declaration
NotificationBuilder CreateNotification()
Returns
Type | Description |
---|---|
NotificationBuilder | A builder used to configure and show the notification. |