We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The configuration builder is based on a LazyProvider interface.
LazyProvider
This is helpful for instance with SharedPreferences, where the values can change anytime according to user preferences.
By providing with LazyProvider once, you don't need to run updateConfiguration() and setup() again.
updateConfiguration()
setup()
This means, for example, that you can switch the speech provider at runtime.