@nospamproxy/core
Preparing search index...
custom-elements/webparts/Notification/NotificationService
NotificationService
Class NotificationService
The service to fetch notifications.
Hierarchy (
View Summary
)
NotificationService
INotificationService
Index
Constructors
constructor
Methods
get
Notifications
get
Notifications
Count
Constructors
constructor
new
NotificationService
(
httpClient
?:
IHttpClient
,
configManager
?:
IConfigurationManager
,
)
:
NotificationService
Parameters
httpClient
:
IHttpClient
= ...
configManager
:
IConfigurationManager
= ...
Returns
NotificationService
Methods
get
Notifications
getNotifications
(
forceUpdate
?:
boolean
)
:
Promise
<
NotificationModel
[]
>
Parameters
forceUpdate
:
boolean
= false
Returns
Promise
<
NotificationModel
[]
>
get
Notifications
Count
getNotificationsCount
(
forceUpdate
?:
boolean
)
:
Promise
<
number
>
Parameters
forceUpdate
:
boolean
= false
Returns
Promise
<
number
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Notifications
get
Notifications
Count
@nospamproxy/core
Loading...
The service to fetch notifications.