on Before Ready
protected open fun onBeforeReady(@NonNull status: ReadyStatus, @NonNull module: OpenChannelModule, @NonNull viewModel: OpenChannelViewModel)
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
since 3.0.0
Parameters
status
The status of the result of the view model's authentication
module
Module to be setup
view Model
A view model that provides the data needed for the fragment