public interface OnTabReselectListener
| Modifier and Type | Method and Description |
|---|---|
void |
onTabReSelected(int tabId)
The method being called when currently visible
BottomBarTab is
reselected. |
void onTabReSelected(int tabId)
BottomBarTab is
reselected. Use this method for scrolling to the top of your content,
as recommended by the Material Design spectabId - the BottomBarTab that was reselected.