Articles tagged: Apps API
Found 18 documents
- Archive/Firefox_OS/API/DOMApplication In the Open Web apps JavaScript API, an App object is a JavaScript object that represents an app ...
- Archive/Marketplace/API/App_installation_and_management_APIs The Open Web Apps JavaScript API is a programmatic interface for installing Web apps and for ...
- Archive/Marketplace/API/App_installation_and_management_APIs/Error_object In the Open Web apps JavaScript API, a DOMError object is returned by a function when an error ...
- Archive/Marketplace/API/App_installation_and_management_APIs/navigator.mozApps.amInstalled Provides a means for an app to check whether it is installed. This function is typically called ...
- Archive/Marketplace/API/App_installation_and_management_APIs/navigator.mozApps.getInstalledBy Returns, through the callback function, the apps that were installed by the calling domain. This ...
- Archive/Marketplace/API/App_installation_and_management_APIs/navigator.mozApps.mgmt.clearWatch Removes a watch callback function. After this function is called, the specified watch callback ...
- Archive/Marketplace/API/App_installation_and_management_APIs/navigator.mozApps.mgmt.list Lists all installed apps in the user's repository.
- Archive/Marketplace/API/App_installation_and_management_APIs/navigator.mozApps.mgmt.uninstall Uninstalls an app from the user's repository.
- Archive/Marketplace/API/App_installation_and_management_APIs/navigator.mozApps.mgmt.watchUpdates Sets up a callback function to be called whenever an app is installed or removed from the ...
- Archive/Marketplace/API/DOMApplicationsManager Provides support for managing and installing Open Web apps in a browser. A manager can be ...
- Archive/Marketplace/API/DOMApplicationsManager/getAll The getAll() method of the DOMApplicationsManager interface lists all installed apps in the ...
- Archive/Marketplace/API/DOMApplicationsRegistry Provides support for installing, managing, and controlling Open Web apps in a browser for ...
- Archive/Marketplace/API/DOMApplicationsRegistry/checkInstalled Gets information about the given app. This can be used to determine if the app is installed.
- Archive/Marketplace/API/DOMApplicationsRegistry/getInstalled Get a list of all installed apps from this origin. For example, if you call this on the Firefox ...
- Archive/Marketplace/API/DOMApplicationsRegistry/getSelf Returns information about the calling app, if any. You can use this to determine if an app is ...
- Archive/Marketplace/API/DOMApplicationsRegistry/install Triggers the installation of an app. During the installation process, the app is validated and ...
- Archive/Marketplace/API/DOMApplicationsRegistry/mgmt The DOMApplicationsRegistry.mgmt read-only is an object implementing the DOMApplicationsManager ...
- Mozilla/B2G_OS/API/Navigator/mozApps Returns an Apps object you can use to install, manage, and control Open Web Apps in the browser.