Event fired when AppUpdate has found an update and is starting the download.
| Name | Type | Default | Description |
| type | string | undefined | The name of the event.Value will be downloading. |
object
sap.AppUpdate.addEventListener('downloading', function(e) {
console.log("Downloading update");
});