getColorSchemeParams

Retrieves the instance of androidx.browser.customtabs.CustomTabColorSchemeParams from an Intent for a given colour scheme. Uses values passed directly into CustomTabsIntent.Builder (e.g. via CustomTabsIntent.Builder.setToolbarColor) as defaults.

Since

0.0.1

Parameters

colorScheme

A colour scheme. Should not be ColorScheme.System.

See also