features/home / com.vmadalin.dynamicfeatures.home.ui / HomeFragment / onCreateOptionsMenu

onCreateOptionsMenu

fun onCreateOptionsMenu(menu: Menu, inflater: MenuInflater): Unit

Initialize the contents of the Fragment host's standard options menu.

Parameters

menu - The options menu in which you place your items.

inflater - Inflater to instantiate menu XML files into Menu objects.

See Also

BaseFragment.onCreateOptionsMenu