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