-
public class JSLibraryManagerDownloader and fetcher for JS scripts needed for the SDK (omsdk.js, mraid.js). Top level class for working with JS scripts.
-
-
Method Summary
Modifier and Type Method Description static JSLibraryManagergetInstance(Context context)booleancheckIfScriptsDownloadedAndStartDownloadingIfNot()voidstartScriptReadingTask()StringgetMRAIDScript()StringgetOMSDKScript()-
-
Method Detail
-
getInstance
static JSLibraryManager getInstance(Context context)
-
checkIfScriptsDownloadedAndStartDownloadingIfNot
boolean checkIfScriptsDownloadedAndStartDownloadingIfNot()
-
startScriptReadingTask
void startScriptReadingTask()
-
getMRAIDScript
String getMRAIDScript()
-
getOMSDKScript
String getOMSDKScript()
-
-
-
-