NotificationService

extends Instance

Class fields

FieldXML typeValue
NamestringNotificationService

Functions

3
CancelAllNotification
(userId: int) → void
FieldXML typeValue
NamestringCancelAllNotification
CancelNotification
(userId: int, alertId: int) → void
FieldXML typeValue
NamestringCancelNotification
ScheduleNotification
(userId: int, alertId: int, alertMsg: string, minutesToFire: int) → void
FieldXML typeValue
NamestringScheduleNotification

Yield functions

1
GetScheduledNotifications
(userId: int) → Array
FieldXML typeValue
NamestringGetScheduledNotifications