OnTabClickedListener

Listener for clicks on tabs and their close buttons.

Functions

Link copied to clipboard
abstract fun onCloseButtonClicked(@NonNull tabBarItem: PdfTabBarItem): Boolean
Called when tab close button has been clicked.
Link copied to clipboard
abstract fun onTabClicked(@NonNull tabBarItem: PdfTabBarItem): Boolean
Called when tab bar item has been clicked.