Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

No getStringSet option #79

Open
aalap03 opened this issue Mar 7, 2018 · 1 comment
Open

No getStringSet option #79

aalap03 opened this issue Mar 7, 2018 · 1 comment

Comments

@aalap03
Copy link

aalap03 commented Mar 7, 2018

I wanted to store info in String set and I was able to do it with putStringSet() method but I could not find getStringSet method on that, so for that I used the simple SharedPreferences provided by vanila android.

Please let me know if I am missing something.

@linakis
Copy link
Contributor

linakis commented Oct 10, 2018

well the method is there

public Set<String> getStringSet(String key, Set<String> defaultValues) {
so I guess you are missing something.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants