fun runDelayedOnUiThread(action: () -> Unit, delayMillis: Long): Boolean
fun runDelayedOnUiThread(action: F0, delayMillis: Long): Boolean
run code inside of UI Thread after given delay
delayMillis - delay in ms
delayMillis
action - code to execute
action