Package com.adobe.marketing.mobile.util
Class SQLiteUtils
-
- All Implemented Interfaces:
public class SQLiteUtils
-
-
Method Summary
Modifier and Type Method Description static booleandeleteDBFromCacheDir(String fileName)Deletes the database files in the Application's cache folder. -
-
Method Detail
-
deleteDBFromCacheDir
static boolean deleteDBFromCacheDir(String fileName)
Deletes the database files in the Application's cache folder.
- Parameters:
fileName- the file name to be deleted- Returns:
true, if the file is successfully deleted; false otherwise
-
-
-
-