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