onCreate

abstract fun onCreate(lifecycleOwner: LifecycleOwner)

Notifies that ON_CREATE event occurred.

This method will be called after the [LifecycleOwner]'s `onCreate` method returns.

Parameters

lifecycleOwner

the component, whose state was changed