DownLoader

class DownLoader()

CreateDownloader()

DownLoader.Download(sourceURI, destPath)

Start download. You can pass a comma seperated list of file urls to download. destPath should be a valid and accessible folder on the device

DownLoader.GetProgress()

returns fract value 0..1, but “NaN” if not yet started

DownLoader.GetSize()
DownLoader.IsComplete()

returns true/false

DownLoader.SetOnComplete(callback)

Should be done before starting the download.