Class NotificationService
Properties
iconPath
iconPath: string
Methods
displayErrorMessage
- displayErrorMessage(body: string): void
displayInfoMessage
- displayInfoMessage(body: string): void
displayMessage
- displayMessage(title: string, body: string, type: string): void
-
Parameters
-
title: string
-
body: string
-
type: string
Returns void
displaySuccessMessage
- displaySuccessMessage(body: string): void
NotificationService will notify using Desktop Notifications https://developer.mozilla.org/en-US/docs/Web/API/notification Can change icons by setting iconPath in the AppConfig if needed