Globals
"notifications/notifications"
NotificationsService
Class NotificationsService
Hierarchy
NotificationsService
Index
Methods
apply
Action
get
All
get
Notification
get
Read
get
Settings
get
Unread
mark
All
AsRead
mark
AsRead
push
restore
Default
Settings
set
Settings
show
Notifications
Methods
apply
Action
apply
Action
(
notificationId
:
number
)
:
void
Parameters
notificationId:
number
Returns
void
get
All
get
All
(
type
:
ENotificationType
)
:
INotificationModel
[]
Parameters
type:
ENotificationType
Returns
INotificationModel
[]
get
Notification
get
Notification
(
id
:
number
)
:
INotificationModel
Parameters
id:
number
Returns
INotificationModel
get
Read
get
Read
(
type
:
ENotificationType
)
:
INotificationModel
[]
Parameters
type:
ENotificationType
Returns
INotificationModel
[]
get
Settings
get
Settings
(
)
:
INotificationsSettings
Returns
INotificationsSettings
get
Unread
get
Unread
(
type
:
ENotificationType
)
:
INotificationModel
[]
Parameters
type:
ENotificationType
Returns
INotificationModel
[]
mark
All
AsRead
mark
All
AsRead
(
)
:
void
Returns
void
mark
AsRead
mark
AsRead
(
id
:
number
)
:
void
Parameters
id:
number
Returns
void
push
push
(
notifyInfo
:
INotificationOptions
)
:
INotificationModel
Parameters
notifyInfo:
INotificationOptions
Returns
INotificationModel
restore
Default
Settings
restore
Default
Settings
(
)
:
void
Returns
void
set
Settings
set
Settings
(
patch
:
Partial
<
INotificationsSettings
>
)
:
void
Parameters
patch:
Partial
<
INotificationsSettings
>
Returns
void
show
Notifications
show
Notifications
(
)
:
void
Returns
void
Globals
"notifications/notifications"
ENotification
Sub
Type
ENotification
Type
Notifications
Service
apply
Action
get
All
get
Notification
get
Read
get
Settings
get
Unread
mark
All
AsRead
mark
AsRead
push
restore
Default
Settings
set
Settings
show
Notifications
INotification
Model
INotification
Options
INotifications
Settings