CustomizeCustomTabsEvent

Deprecated

Configure the CustomTabsIntent.Builder directly on DefaultWebAuthenticationProvider: DefaultWebAuthenticationProvider(customizeTabsIntent = { context, builder -> builder.setToolbarColor(...) }). This event is still emitted for backward compatibility but will be removed in a future release.

Emitted via EventHandler.onEvent when WebAuthentication.login or WebAuthentication.logoutOfBrowser is invoked.

This can be used to customize the CustomTabsIntent.Builder before being displayed to the user.

Properties

Link copied to clipboard

The context being used to launch the Chrome Custom Tabs.

Link copied to clipboard

The CustomTabsIntent.Builder reference available for mutation to customize the Chrome Custom Tabs before being displayed to the user.