downloading event

Event fired when AppUpdate has found an update and is starting the download.

Properties

Name Type Default Description
type string undefined The name of the event.Value will be downloading.

Type

object

Example

sap.AppUpdate.addEventListener('downloading', function(e) {
    console.log("Downloading update");
});

Source

appupdate.js, line 164.