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

postToMainDelayed

abstract fun postToMainDelayed(delay: Long, runnable: Runnable?): Unit
open fun postToMainDelayed(delay: Long, runnable: () -> Unit): Unit