addOnTabSelectedListener

Add a TabLayout.OnTabSelectedListener that will be invoked when tab selection changes.

Components that add a listener should take care to remove it when finished via removeOnTabSelectedListener.

Parameters

listener

listener to add


Add a TabLayout.BaseOnTabSelectedListener that will be invoked when tab selection changes.

Components that add a listener should take care to remove it when finished via removeOnTabSelectedListener.

Parameters

listener

listener to add