Notification Notifying

This section goes through the different ways you can use the Notifications Built by you to actually notify the user of your application.

There are currently two main ways to notify, which is immediatly and scheduled.

Available Blueprint Nodes

Notification Notify Immediate

API-1+

This blueprint node sends a notification immediatly.

1

Notification ID

The id of the notification.

Schedule Notification

API-1+

This blueprint node schedules a notification to be sent at a specific date.

1

Notification ID

The id of the notification.

2

Year

The year part of the date.

3

Month

The month of the date (from 1 - 12).

4

Day

The day within the month.

5

Hour

The hour of the date (from 0 - 23).

6

Minute

The minute of the date (from 0 - 59).

7

Second

The second of the date (from 0 - 59).

Schedule Notification With Milli Delay

API-1+

This blueprint node schedules a notification to be sent after a certain number of milliseconds have passed.

1

Notification ID

The id of the notification.

1

Delay

The time in milliseconds to delay the notification being sent.

Cancel Scheduled Notification

API-1+

This blueprint node cancels an already scheduled notification, preventing it from occuring.

1

Notification ID

The id of the notification.