Installer

Installer

This class is the install helper

Constructor

new Installer()

Source:

Methods

(static) download(pRemoteURL)

Source:

To download remote file

Parameters:
Name Type Description
pRemoteURL URL

Remote URL

addTask(pName, pRemoteURL, pLocalPath, pCallbacks, pOS)

Source:

Callbacks :

  • onSuccess
  • onError
  • onPreDownload
  • onPostDownload
  • onDownloadingError
Parameters:
Name Type Description
pName *
pRemoteURL *
pLocalPath *
pCallbacks *
pOS *