ui/util
10/22/22Less than 1 minute
Small utilities shared by UI modules.
Table of contents
Functions
Functions
isUiThread
isUiThread(): boolean
Returns true if the current JavaScript execution is on the Android UI thread (see "nodejs ui" / "nodejs ui-thread" script headers in the v9 README).
Returns
boolean
Whether you are on the UI thread.
