Skip to content

Configuration

Francisco Riádigos edited this page Sep 20, 2018 · 2 revisions

The configuration builder is based on a LazyProvider interface.

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.

This means, for example, that you can switch the speech provider at runtime.

Clone this wiki locally