Namespaces
executeOnUIThread
function executeOnUIThread(func: Function): any;Defined in: utils/index.d.ts:61
Runs the passed function on the UI Thread.
Parameters
| Parameter | Type | Description |
|---|---|---|
func | Function | The function to execute on the UI thread. |
Returns
any
- Previous
- executeOnMainThread
- Next
- GC