-
- All Implemented Interfaces:
-
com.appstock.sdk.rendering.loading.FileDownloadListener,com.appstock.sdk.rendering.networking.BaseResponseHandler
public class JsScriptsDownloader.ScriptDownloadListener implements FileDownloadListener
-
-
Constructor Summary
Constructors Constructor Description JsScriptsDownloader.ScriptDownloadListener(String path, JsScriptStorage storage)
-
Method Summary
Modifier and Type Method Description voidonFileDownloaded(String string)voidonFileDownloadError(String error)-
-
Constructor Detail
-
JsScriptsDownloader.ScriptDownloadListener
JsScriptsDownloader.ScriptDownloadListener(String path, JsScriptStorage storage)
-
-
Method Detail
-
onFileDownloaded
void onFileDownloaded(String string)
-
onFileDownloadError
void onFileDownloadError(String error)
-
-
-
-