onItemClicked

open fun onItemClicked(@NonNull popupToolbarMenuItem: PopupToolbarMenuItem): Boolean

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

Return

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

Parameters

popupToolbarMenuItem

Item that was clicked.