onCreateContextMenu

Report a typo

Parameters need to be inserted to make this piece of code work. Select the option with these parameters ordered correctly.

override fun onCreateContextMenu(...) {
    super.onCreateContextMenu(menu, v, menuInfo)
    val inflater = menuInflater
    inflater.inflate(R.menu.context_menu, menu)
}
Select one option from the list
___

Create a free account to access the full topic