//reactivestate/com.ensody.reactivestate.android/onResume
onResume¶
[android]\ fun LifecycleOwner.onResume(block: () -> Unit): Disposable
Runs the given block on every Lifecycle.Event.ON_RESUME
.
Return¶
Disposable that allows removing the observer.