NavigationBarView.OnItemSelectedListener
public
static
interface
NavigationBarView.OnItemSelectedListener
com.google.android.material.navigation.NavigationBarView.OnItemSelectedListener
|
Known indirect subclasses
|
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
public abstract boolean onNavigationItemSelected (MenuItem item)
Called when an item in the navigation menu is selected.
Parameters |
item |
MenuItem : 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.
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[]]