useRemoteSettingsServer

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.

Params:

  • service: The remote settings service instance for the application.

  • options: The remote settings options to be passed to the client(s).

  • apply_engine_overrides: Whether or not to apply overrides from search-config-v2-overrides to the selected engines. Should be false unless the application supports the click URL feature.