onCreateViewModel

protected open fun onCreateViewModel(): MemberListViewModel

Called to do initial creation of a view model. This is called after onConfigureParams.

Return

The view model that the fragment wants to use

See also