get
open override fun get(key: String?, sharedPreference: SharedPreferences, defaultValue: Set<String?>?): Set<String?>?
Retrieve the value for key from sharedPreference, or defaultValue if the preference is unset, or was set to null
.
Retrieve the value for key from sharedPreference, or defaultValue if the preference is unset, or was set to null
.