operator fun <V> SharedPreferences.setValue(: Any?, : KProperty<*>, : V?): Unit
Allows reading of SharedPreferences setting via delegated property.
Note that using the property on any type not supported by SharedPreferences natively will generate an error.
See example in SharedPreferences.getValue.