commons/ui / com.vmadalin.commons.ui.base / BaseFragment / onViewCreated

onViewCreated

open 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

Fragment.onViewCreated