onReady

protected open fun onReady(    @NonNull status: ReadyStatus,     @NonNull module: MutedMemberListModule,     @NonNull viewModel: MutedMemberListViewModel)

Called to start the operation of the fragment after authentication and module setup.

Called when authentication has been completed, and the result of authentication delivers through ReadyStatus.

If the ReadyStatus has READY, all authentications are finished normally READY meant all authentication has been completed normally, and in case of an ERROR, authentication can be attempted again through the shouldAuthenticate in this fragment.

See also

Parameters

status

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

module

Module to be used in fragment

viewModel

A view model that provides the data needed for the fragment