ViewPagerOnTabSelectedListener

A TabLayout.OnTabSelectedListener class which contains the necessary calls back to the provided ViewPager so that the tab position is kept in sync.

Constructors

Link copied to clipboard
constructor(viewPager: ViewPager)

Functions

Link copied to clipboard
Called when a tab that is already selected is chosen again by the user.
Link copied to clipboard
Called when a tab enters the selected state.
Link copied to clipboard
Called when a tab exits the selected state.