-
- All Implemented Interfaces:
-
cn.thinkingdata.core.sp.StoragePlugin
public class CommonStoragePlugin extends AbstractStoragePlugin
-
-
Constructor Summary
Constructors Constructor Description CommonStoragePlugin(Context context, String name)
-
Method Summary
Modifier and Type Method Description voidcreateStorage(Context context)<T> SharedPreferencesStorage<T>getSharePreferenceStorage(int type)-
-
Method Detail
-
createStorage
void createStorage(Context context)
-
getSharePreferenceStorage
<T> SharedPreferencesStorage<T> getSharePreferenceStorage(int type)
-
-
-
-