onBeforeReady

protected open fun onBeforeReady(    @NonNull status: ReadyStatus,     @NonNull module: RegisterOperatorModule,     @NonNull viewModel: RegisterOperatorViewModel)

After authenticate ()} is finished, onReady will be called with the result of authentication and all preparations will be ready to use. This function called before onReady.

See also

Parameters

status

The status of the result of the view model's authentication

module

Module to be setup

viewModel

A view model that provides the data needed for the fragment