addMenuPresenter
Add a presenter to this menu. This will only hold a WeakReference; you do not need to explicitly remove a presenter, but you can using removeMenuPresenter.
Parameters
presenter
The presenter to add
Add a presenter to this menu that uses an alternate context for inflating menu items. This will only hold a WeakReference; you do not need to explicitly remove a presenter, but you can using removeMenuPresenter.
Parameters
presenter
The presenter to add
menuContext
The context used to inflate menu items