@nospamproxy/core
Preparing search index...
custom-elements/webparts/Notification/NotificationService
INotificationService
Interface INotificationService
The service to fetch notifications.
interface
INotificationService
{
getNotifications
(
forceUpdate
?:
boolean
)
:
Promise
<
NotificationModel
[]
>
;
getNotificationsCount
(
forceUpdate
?:
boolean
)
:
Promise
<
number
>
;
}
Hierarchy (
View Summary
)
NotificationService
INotificationService
Index
Methods
get
Notifications
get
Notifications
Count
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
Methods
get
Notifications
get
Notifications
Count
@nospamproxy/core
Loading...
The service to fetch notifications.