class CustomTabConfig
(source)
Holds configuration data for a Custom Tab. Use createFromIntent to create instances.
val actionButtonConfig: CustomTabActionButtonConfig? |
|
val closeButtonIcon: Bitmap? |
|
val disableUrlbarHiding: Boolean |
|
val id: String |
|
val menuItems: List<CustomTabMenuItem> |
|
val options: List<String> |
|
val showShareMenuItem: Boolean |
|
val toolbarColor: Int? |
fun createFromIntent(intent: SafeIntent): CustomTabConfig
Creates a CustomTabConfig instance based on the provided intent. |
|
fun isCustomTabIntent(intent: SafeIntent): Boolean
Checks if the provided intent is a custom tab intent. |