Skip to content

launch when state at least

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.events.util/launchWhenStateAtLeast

launchWhenStateAtLeast

[androidJvm]
fun <T> LifecycleOwner.launchWhenStateAtLeast(minState: Lifecycle.State, block: suspend CoroutineScope.() -> T): Job

Clone this wiki locally