ly.img.android.pesdk.utils / ThreadUtils / postToMainThread

postToMainThread

fun postToMainThread(runnable: ThreadUtils.MainThreadRunnable): Unit

Run Ui operation on the main thread at the next UI Frame.

Parameters

runnable - the runnable.