SharedPreferencesProperty
Since
0.5.6
Functions
Link copied to clipboard
fun <V> SharedPreferencesProperty<V>.asLiveData(): ReadOnlyProperty<ISharedPreferencesOwner, MutableLiveData<V>>
Convert SharedPreferencesProperty to MutableLiveData.
Link copied to clipboard