You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.