features/characters_favorites / com.vmadalin.dynamicfeatures.charactersfavorites.ui.favorite / CharactersFavoriteFragment / onViewCreated

onViewCreated

fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit

Called to have the fragment instantiate its user interface view.

Parameters

view - The view returned by onCreateView(LayoutInflater, ViewGroup, Bundle)}.

savedInstanceState - If non-null, this fragment is being re-constructed from a previous saved state as given here.

See Also

BaseFragment.onViewCreated