-
public class StorageSuperProperties extends SharedPreferencesStorage<JSONObject>StorageSuperProperties.
-
-
Constructor Summary
Constructors Constructor Description StorageSuperProperties(Future<SharedPreferences> loadStoredPreferences)
-
Method Summary
Modifier and Type Method Description JSONObjectcreate()voidsaveOldData(SharedPreferences.Editor editor, JSONObject data)voidloadOldData(SharedPreferences sharedPreferences)voidconvertEncryptData(String convertData)-
-
Constructor Detail
-
StorageSuperProperties
StorageSuperProperties(Future<SharedPreferences> loadStoredPreferences)
-
-
Method Detail
-
create
JSONObject create()
-
saveOldData
void saveOldData(SharedPreferences.Editor editor, JSONObject data)
-
loadOldData
void loadOldData(SharedPreferences sharedPreferences)
-
convertEncryptData
void convertEncryptData(String convertData)
-
-
-
-