runDelayedOnUiThread
fun runDelayedOnUiThread(delay: Long, timeUnit: TimeUnit = TimeUnit.MILLISECONDS, action: () -> Unit)
Extension method to run block of code on UI Thread after specific Delay.
Extension method to run block of code on UI Thread after specific Delay.