MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//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

T

Parameters

jvm

   
T Result
block Block to execute