CustomTabDetector

Interface for detecting if a tab is a custom tab.

Functions

Link copied to clipboard
abstract fun isCustomTab(): Boolean

Checks if the current tab is a custom tab.

Link copied to clipboard
abstract fun setCustomTab(value: Boolean)

Sets the current tab as a custom tab or a regular tab.