Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 443 Bytes

File metadata and controls

9 lines (5 loc) · 443 Bytes

LiveCode Builder Language

Android Listener support

[19911] Ensure interface callbacks are executed on engine thread

Foreign Function Interface

  • It is now possible to specify the thread to be used in Java-bound foreign handlers. This is done by appending ?<thread> to the end of the binding string. Currently the only supported value is ui, for running java on the android UI thread. This has no effect on desktop platforms.