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