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