Event fired when AppUpdate finds no available updates on server.
| Name | Type | Default | Description |
| type | string | undefined | The name of the event.Value will be noupdate. |
object
sap.AppUpdate.addEventListener('noupdate', function(e) {
console.log("No update");
});