CustomizeCustomTabsEvent

class CustomizeCustomTabsEvent

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

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

Properties

Link copied to clipboard
val context: Context

The context being used to launch the Chrome Custom Tabs.

Link copied to clipboard
val intentBuilder: CustomTabsIntent.Builder

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