public interface TabSelectionInterceptor
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldInterceptTabSelection(int oldTabId,
int newTabId)
The method being called when currently visible
BottomBarTab is about to change. |
boolean shouldInterceptTabSelection(int oldTabId,
int newTabId)
BottomBarTab is about to change.
This listener is fired when the current BottomBar is about to change. This gives
an opportunity to interrupt the BottomBarTab change.
oldTabId - the currently visible BottomBarTabnewTabId - the BottomBarTab that will be switched to