onCreate

open fun onCreate(@Nullable savedInstanceState: Bundle)

Create a module and a view model, and proceed with the authentication process in the view model. When authentication is complete, onBeforeReady, onReady are called.

Parameters

savedInstanceState

If the fragment is being re-created from a previous saved state, this is the state. since 3.0.0