NavigationBarView.OnItemSelectedListener

public interface NavigationBarView.OnItemSelectedListener


Listener for handling selection events on navigation items.

Summary

Public methods

abstract boolean
onNavigationItemSelected(MenuItem item)

Called when an item in the navigation menu is selected.

Public methods

onNavigationItemSelected

abstract boolean onNavigationItemSelected(MenuItem item)

Called when an item in the navigation menu is selected.

Parameters
MenuItem item

The selected item

Returns
boolean

true to display the item as the selected item and false if the item should not be selected. Consider setting non-selectable items as disabled preemptively to make them appear non-interactive.