void runOnUiThread(Runnable action)
Submits a Runnable task for execution on the UI thread.
Parameters
Name | Description |
action | The task to submit. |
Return
Nothing returned
Submits a Runnable task for execution on the UI thread.
Name | Description |
action | The task to submit. |
Nothing returned