Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

navigator.mozApps.mgmt.watchUpdates

Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

Summary

Sets up a callback function to be called whenever an app is installed or removed from the repository.

Syntax

id = navigator.mozApps.mgmt.watchUpdates( onupdate )

Parameters

onupdate
A callback function that is called whenever an app is installed or removed. It is called with two parameters:
  • updateType: either "add" or "remove".
  • changedApps: an array of app objects that have been installed or removed.

Returns

A long that can be used to clear this watch using clearWatch().

Document Tags and Contributors

Tags: 
 Contributors to this page: chrisdavidmills, Sheppy, ethertank, kohei.yoshino, markg, jswisher
 Last updated by: chrisdavidmills,