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

postToMainThread

@AnyThread static fun postToMainThread(@NonNull runnable: ThreadUtils.MainThreadRunnable): void

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

Parameters

runnable - ThreadUtils.MainThreadRunnable: the runnable.