jupiter.Notification

Example:

local notif = jupiter.Notification.new() notif:set_title("Some title") notif:set_content("Some multiline\ncontent")

notif:set_duration(5000) -- default is 3000ms

notif:push() notif:set_content("reusable") notif:push()

© Copyright 2023. All rights reserved.