Table of Contents

Interface INotificationService

Namespace
Artemis.UI.Shared.Services
Assembly
Artemis.UI.Shared.dll

A service that can be used to create notifications in either the application or on the desktop.

public interface INotificationService : IArtemisSharedUIService

Methods

CreateNotification()

Creates an in-app notification using a builder.

NotificationBuilder CreateNotification()

Returns

NotificationBuilder

A builder used to configure and show the notification.