post On Main Delayed
Post a runnable object on main thread.
Parameters
task
Runnable that will be executed on main thread.
delay
Time in ms delay before executing the task.
Post a runnable object on main thread.
Runnable that will be executed on main thread.
Time in ms delay before executing the task.