SearchEngineSelectorInterface

SearchEngineSelector parses the JSON configuration for search engines and returns the applicable engines depending on their region + locale.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun clearSearchConfig()

Clears the search configuration from memory if it is known that it is not required for a time, e.g. if the configuration will only be re-filtered after an app/environment update.

Link copied to clipboard

Filters the search configuration with the user's given environment, and returns the set of engines and parameters that should be presented to the user.

Link copied to clipboard
abstract fun setConfigOverrides(overrides: String)
Link copied to clipboard
abstract fun setSearchConfig(configuration: String)

Sets the search configuration from the given string. If the configuration string is unchanged since the last update, the cached configuration is reused to avoid unnecessary reprocessing. This helps optimize performance, particularly during test runs where the same configuration may be used repeatedly.

Link copied to clipboard
abstract fun useRemoteSettingsServer(service: RemoteSettingsService, applyEngineOverrides: Boolean)

Sets the RemoteSettingsService to use. The selector will create the relevant remote settings client(s) from the service.