checking event

Event fired when AppUpdate is checking for an update.

Properties

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

Type

object

Example

sap.AppUpdate.addEventListener('checking', function(e) {
    console.log("Checking for update");
});

Source

appupdate.js, line 160.