Skip to content

Configuration

ChattyLabs edited this page Aug 12, 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 the LazyProvider once, you don't need to run updateConfiguration() and setup() again.

Clone this wiki locally