Ui Thread Util
Utility for interacting with the UI thread.
Functions
Link copied to clipboard
Throws an AssertionException if the current thread is the UI thread.
Link copied to clipboard
Throws an AssertionException if the current thread is not the UI thread.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Removes the given
Runnable
on the UI thread.Link copied to clipboard
Runs the given
Runnable
on the UI thread.Runs the given
Runnable
on the UI thread with the specified delay.