apidocs / com.nimmsta.core.android.platform / HandlerInterface / postToMainThread

postToMainThread

abstract fun postToMainThread(runnable: Runnable?): Unit
open fun postToMainThread(runnable: () -> Unit): Unit