NullableStringPrefDelegate

constructor(prefs: SharedPreferences, key: String, defaultValue: String?)

Parameters

prefs

The SharedPreferences instance to back the property.

key

The key used to store and retrieve the value.

defaultValue

The default value to return if no value is found.