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