BundleDownloader

open class BundleDownloader

Constructors

Link copied to clipboard
constructor(client: OkHttpClient)

Types

Link copied to clipboard
open class BundleInfo

Functions

Link copied to clipboard
open fun downloadBundleFromURL(callback: DevBundleDownloadListener, outputFile: File, bundleURL: String, @Nullable bundleInfo: BundleDownloader.BundleInfo)
open fun downloadBundleFromURL(callback: DevBundleDownloadListener, outputFile: File, bundleURL: String, @Nullable bundleInfo: BundleDownloader.BundleInfo, requestBuilder: Request.Builder)