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