public class PreferenceStoreImpl extends Object implements PreferenceStore
| Constructor and Description |
|---|
PreferenceStoreImpl(Context context,
String name) |
| Modifier and Type | Method and Description |
|---|---|
SharedPreferences.Editor |
edit() |
SharedPreferences |
get() |
boolean |
save(SharedPreferences.Editor editor)
Apply thread safe saves based on Android API level
|
public SharedPreferences get()
get in interface PreferenceStoreSharedPreferences name spaced to Kitpublic SharedPreferences.Editor edit()
edit in interface PreferenceStoreSharedPreferences.Editor name spaced to Kitpublic boolean save(SharedPreferences.Editor editor)
save in interface PreferenceStoreeditor -