Notify - lnx00/Lmaobox-Library GitHub Wiki

lnxLib.UI.Notify

Allows you to display temporary notifications on the screen.

Preview

Functions

  • .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. The data parameter is a table with the optional values Duration (seconds), Title and Content.
  • .Pop(id) Removes the notification with the given id.