- action
- The Runnable that will be executed.
- delayMillis
- The delay (in milliseconds) until the Runnable will be executed.
Documentation for this section has not yet been entered.
Causes the Runnable to be added to the message queue, to be run after the specified amount of time elapses. The runnable will be run on the user interface thread.