ConverterAdapter

Store and retrieves instances of T converted into a String using converter in SharedPreferences

Constructors

Link copied to clipboard
constructor(converter: Preference.Converter<T>)

Functions

Link copied to clipboard
open override fun get(key: String?, sharedPreference: SharedPreferences, defaultValue: T): T

Retrieve the value for key from sharedPreference, or defaultValue if the preference is unset, or was set to null.

Link copied to clipboard
open override fun set(key: String?, value: T, editor: SharedPreferences.Editor)

Store value for key in editor.