//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.utils/runOnUiThread
runOnUiThread
[jvm]
fun <T> runOnUiThread(block: () -> T): T
Helper to run a block on the UI thread.
Return
Parameters
jvm
T | Result |
block | Block to execute |
//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.utils/runOnUiThread
[jvm]
fun <T> runOnUiThread(block: () -> T): T
Helper to run a block on the UI thread.
jvm
T | Result |
block | Block to execute |