SearchEngineSelector

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

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class>)
constructor(noPointer: NoPointer)

This constructor can be used to instantiate a fake object. Only used for tests. Any attempt to actually use an object constructed this way will fail as there is no connected Rust object.

constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override 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
open override fun close()
Link copied to clipboard
open override fun destroy()
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
open override fun setConfigOverrides(overrides: String)
Link copied to clipboard
open override 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
fun uniffiClonePointer(): <Error class: unknown class>
Link copied to clipboard
open override fun useRemoteSettingsServer(service: RemoteSettingsService, applyEngineOverrides: Boolean)

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