ConfigComposable

open fun ConfigComposable(modifier: Modifier, enableNextButton: MutableState<Boolean>, context: Context)

A Composable which provides options to set up the SERP provider (e.g. input fields for any required API keys or username and password fields).

Shown in the Set up search page of the setup wizard.

Parameters

modifier

provided by the app and should be applied to the composable's root view (e.g. using Modifier.then()).

enableNextButton

provided by the app, enables the Next button in the setup wizard if true.