fun runOnUiThread(action: () -> Unit): Boolean
fun runOnUiThread(action: F0): Boolean
run code inside of UI Thread
action - code to execute
action