Namespaces
dispatchToUIThread
function dispatchToUIThread(func: Function): any;Defined in: utils/mainthread-helper.d.ts:16
Dispatches the passed function for execution on the UI thread
Parameters
| Parameter | Type | Description |
|---|---|---|
func | Function | The function to execute on the UI thread. |
Returns
any
- Previous
- dispatchToMainThread
- Next
- eliminateDuplicates