showNotification

-- ARGUMENTS
-- message:   string
-- typeof:    string (optional)
-- time:      number (optional)

-- RETURNS
-- nil

ti.notifications.showNotification("Hello, world!","primary",3000)

Last updated