onTabReselected

abstract fun onTabReselected(tab: T)

Called when a tab that is already selected is chosen again by the user. Some applications may use this action to return to the top level of a category.

Parameters

tab

The tab that was reselected.