StringAdapter

Store and retrieves instances of String in SharedPreferences

Functions

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

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: String?, editor: SharedPreferences.Editor)

Store value for key in editor.