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

postDelayedBackground

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