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

postToMainThread

open static fun postToMainThread(runnable: ThreadUtils.MainThreadRunnable!): Unit

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

Parameters

runnable - ThreadUtils.MainThreadRunnable!: the runnable.