-
Notifications
You must be signed in to change notification settings - Fork 3
Notify
lnx00 edited this page Mar 14, 2023
·
4 revisions
Allows you to display temporary notifications on the screen.
-
.Alert(title[, duration])Shows a notifcation with a single title (and optional duration). -
.Simple(title, msg[, duration])Shows a notification with a title and subline (and optional duration). -
.Push(data)Pushes a notification with custom data. Thedataparameter is a table with the optional valuesDuration(seconds),TitleandContent. -
.Pop(id)Removes the notification with the given id.
