noupdate event

Event fired when AppUpdate finds no available updates on server.

Properties

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

Type

object

Example

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

Source

appupdate.js, line 161.