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

この記事は編集レビューを必要としています。ぜひご協力ください

この翻訳は不完全です。英語から この記事を翻訳 してください。

廃止
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.

概要

アプリをインストールしたり、リポジトリから削除されたときに呼び出されるコールバック関数を設定します。

構文

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

引数

onupdate
アプリがインストールまたは削除されるたびに呼び出されるコールバック関数。 これは、二つのパラメータで呼び出されます:
  • updateType: "add" または "remove" のどちらか
  • changedApps: インストールされたり、削除されたりするapp objectsの配列。

Returns

clearWatch()を使用して、この時計をクリアするために使用されるlong

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: shide55
 最終更新者: shide55,