Package org.prebid.mobile.rendering.sdk
Class JsScriptsDownloader
java.lang.Object
org.prebid.mobile.rendering.sdk.JsScriptsDownloader
Downloader and fetcher for JS scripts needed for the Prebid SDK (omsdk.js, mraid.js).
If you need to work with JS scripts from the SDK use
JSLibraryManager,
because this class contains internal implementation.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic JsScriptsDownloadercreateDownloader(android.content.Context context) voiddownloadScripts(DownloadListenerCreator listener) readFile(JsScriptData fileData)
-
Field Details
-
storage
-
-
Constructor Details
-
JsScriptsDownloader
-
-
Method Details
-
createDownloader
-
areScriptsDownloadedAlready
public boolean areScriptsDownloadedAlready() -
downloadScripts
-
readFile
-