-
- All Implemented Interfaces:
-
com.appstock.sdk.rendering.sdk.scripts.JsScriptStorage
public class JsScriptStorageImpl implements JsScriptStorage
-
-
Constructor Summary
Constructors Constructor Description JsScriptStorageImpl(Context context)
-
Method Summary
Modifier and Type Method Description FilegetInnerFile(String path)booleanisFileAlreadyDownloaded(File file, String preferencesKey)voidcreateParentFolders(File file)voidmarkFileAsDownloadedCompletely(String path)voidfileDownloadingFailed(String path)-
-
Constructor Detail
-
JsScriptStorageImpl
JsScriptStorageImpl(Context context)
-
-
Method Detail
-
getInnerFile
File getInnerFile(String path)
-
isFileAlreadyDownloaded
boolean isFileAlreadyDownloaded(File file, String preferencesKey)
-
createParentFolders
void createParentFolders(File file)
-
markFileAsDownloadedCompletely
void markFileAsDownloadedCompletely(String path)
-
fileDownloadingFailed
void fileDownloadingFailed(String path)
-
-
-
-