-
Notifications
You must be signed in to change notification settings - Fork 0
TermuxAPI reference
Daniil edited this page Dec 14, 2023
·
1 revision
Termux.api(state) -> void
Termux.syscall(command) -> {stdin, stdout, stderr, wait_thr}
Termux.finger() -> {stdin, stdout, stderr, wait_thr}
Termux.brightness(amount) -> void
Termux.notification(title, content, id = nil, alertOnce = nil, button1 = nil, button1Act = nil, button2 = nil, button2Act = nil, button3 = nil, button3Act = nil) -> void
Termux.pinnedNotify(title, content, id) -> void
Termux.deleteNotify(id) -> void
Termux.listNotifies() -> Array
Termux.findNotifyBy(type, value) -> String
Termux.dialog(type) -> Array
Termux.vibrate(duraction = 1000, force = false) -> void
Termux.vibratePattern(pattern, globalDelay = 0) -> void
Termux.volume(stream = nul, volume = nul) -> void