public interface OnTabRemove
| Modifier and Type | Method and Description |
|---|---|
TabFragment |
removeTab(Fragment fragment)
Remove the
fragment from the Tab |
TabFragment |
removeTabAt(int position)
Remove and update a
TabFragment at the position |
TabFragment removeTabAt(int position)
TabFragment at the positionposition - to be removed.TabFragment removeTab(Fragment fragment)
fragment from the Tabfragment - to be removed.