Summary:
Methods
NavigationBarView.OnItemReselectedListener
public
static
interface
NavigationBarView.OnItemReselectedListener
com.google.android.material.navigation.NavigationBarView.OnItemReselectedListener |
Listener for handling reselection events on navigation items.
Summary
Public methods | |
---|---|
abstract
void
|
onNavigationItemReselected(MenuItem item)
Called when the currently selected item in the navigation menu is selected again. |
Public methods
onNavigationItemReselected
public abstract void onNavigationItemReselected (MenuItem item)
Called when the currently selected item in the navigation menu is selected again.
Parameters | |
---|---|
item |
MenuItem : The selected item
|