extends Instance
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | NotificationService |
Functions
3CancelAllNotification
(userId: int) → void| Field | XML type | Value |
|---|---|---|
Name | string | CancelAllNotification |
CancelNotification
(userId: int, alertId: int) → void| Field | XML type | Value |
|---|---|---|
Name | string | CancelNotification |
ScheduleNotification
(userId: int, alertId: int, alertMsg: string, minutesToFire: int) → void| Field | XML type | Value |
|---|---|---|
Name | string | ScheduleNotification |
Yield functions
1GetScheduledNotifications
(userId: int) → Array| Field | XML type | Value |
|---|---|---|
Name | string | GetScheduledNotifications |