onItemClicked

Called when the menu item has been clicked. When overriding this method, make sure you call super() so that the OnPopupToolbarItemClickedListener and the default item handler are invoked correctly.

Return

true to interrupt the callback, false to let it go through and allow the default menu item click handling.

Parameters

item

Item that was clicked.