set Default Item Handler
Sets the default item handler for this toolbar. This handler is called when a menu item is clicked and the OnPopupToolbarItemClickedListener did not consume the event. Internal SDK code uses this to provide built-in behavior for standard menu items.
Parameters
handler
Handler to invoke for unhandled item clicks, or null to clear.