onResume

fun LifecycleOwner.onResume(block: () -> Unit): <Error class: unknown class>

Runs the given block on every Lifecycle.Event.ON_RESUME.

Return

Disposable that allows removing the observer.