-
- All Implemented Interfaces:
-
cn.thinkingdata.core.sp.StoragePlugin
public class ConfigStoragePlugin extends AbstractStoragePluginstorage config
-
-
Field Summary
Fields Modifier and Type Field Description public final static intDEFAULT_FLUSH_INTERVALpublic final static intDEFAULT_FLUSH_BULK_SIZE
-
Constructor Summary
Constructors Constructor Description ConfigStoragePlugin(Context context, String name)
-
Method Summary
Modifier and Type Method Description voidcreateStorage(Context context)<T> SharedPreferencesStorage<T>getSharePreferenceStorage(int type)-
-
Constructor Detail
-
ConfigStoragePlugin
ConfigStoragePlugin(Context context, String name)
-
-
Method Detail
-
createStorage
void createStorage(Context context)
-
getSharePreferenceStorage
<T> SharedPreferencesStorage<T> getSharePreferenceStorage(int type)
-
-
-
-