Class JsScriptStorageImpl
java.lang.Object
org.prebid.mobile.rendering.sdk.scripts.JsScriptStorageImpl
- All Implemented Interfaces:
JsScriptStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateParentFolders(File file) voidfileDownloadingFailed(String path) getInnerFile(String path) booleanisFileAlreadyDownloaded(File file, String preferencesKey) void
-
Constructor Details
-
JsScriptStorageImpl
public JsScriptStorageImpl(android.content.Context context)
-
-
Method Details
-
getInnerFile
- Specified by:
getInnerFilein interfaceJsScriptStorage
-
isFileAlreadyDownloaded
- Specified by:
isFileAlreadyDownloadedin interfaceJsScriptStorage
-
createParentFolders
- Specified by:
createParentFoldersin interfaceJsScriptStorage
-
markFileAsDownloadedCompletely
- Specified by:
markFileAsDownloadedCompletelyin interfaceJsScriptStorage
-
fileDownloadingFailed
- Specified by:
fileDownloadingFailedin interfaceJsScriptStorage
-