onItemClicked

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

Called when the popup toolbar menu item has been clicked.

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.