$a.hotPush

πŸ“˜ Contains helper methods for the HotCodePush plugin.

getAutoupdateVersion

getAutoupdateVersion(): Promise<any>

Checks the client autoupdate version.
See details here

getAutoupdateServerVersionSync

getAutoupdateServerVersionSync(): Promise<any>

Checks the server autoupdate version.
See details here

autoupdateDownloadLatestVersion

autoupdateDownloadLatestVersion(): Promise<any>

Automatically downloads the update to the device.
See details here.

autoupdateInstallLatestVersion

autoupdateInstallLatestVersion(): Promise<any>

Installs the latest autoupdate version on the device.
See details here.