reset() method

Removes all local updates and loads the original web assets bundled with the app.

Call this after delete registration. Reset calls error callback if called during the update process.

Syntax

<static> reset()

Example

sap.Logon.core.deleteRegistration(function() { 
    sap.AppUpdate.reset();
}, function() {});

Source

appupdate.js, line 121.