Skip to content

Android cancel postDelays

ythy edited this page Nov 28, 2017 · 1 revision

removes any pending posts of Runnable r that are in the message queue.

handler.removeCallbacks(runnableRunner);

remove all messages and callbacks

handler.removeCallbacksAndMessages(null);

Clone this wiki locally