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

postToMainThread

@NotNull fun postToMainThread(@NotNull runnable: ThreadUtils.MainThreadRunnable): void

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

Parameters

runnable - the runnable.