OnNavigationListener
interface OnNavigationListener
Listener interface for ActionBar navigation events.
Summary
Public methods |
abstract Boolean |
This method is called whenever a navigation item in your action bar is selected.
|
Public methods
onNavigationItemSelected
abstract fun onNavigationItemSelected(
itemPosition: Int,
itemId: Long
): Boolean
This method is called whenever a navigation item in your action bar is selected.
Parameters |
itemPosition |
Int: Position of the item clicked. |
itemId |
Long: ID of the item clicked. |
Return |
Boolean |
True if the event was handled, false otherwise. |