B2G/APIs: Difference between revisions

From MozillaWiki
< B2G
Jump to navigation Jump to search
(Created page with "== Telephony == == SMS == == Camera == == USB == == Bluetooth == == NFC == == WiFi == * List available networks * Connect to a network * Disconnect from a network * Signal ...")
 
(add link to https://wiki.mozilla.org/WebAPI)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Telephony ==
See [https://wiki.mozilla.org/WebAPI the WebAPI documentation] or [https://bugzilla.mozilla.org/showdependencytree.cgi?id=673923&hide_resolved=1 here] for a list of new web APIs required.


== SMS ==
Also see related work at the W3C's [http://www.w3.org/2009/dap/ Device APIs working group].


== Camera ==
[[Category:Web APIs]]
 
== USB ==
 
== Bluetooth ==
 
== NFC ==
 
== WiFi ==
* List available networks
* Connect to a network
* Disconnect from a network
* Signal strength change event
* Signal lost event
 
== Battery Status ==
* Battery level change event
* Device plugged in/unplugged event
* Battery low event
* Battery critical event
 
== References ==
# [http://www.w3.org/2009/dap/ W3C Device APIs]

Latest revision as of 12:00, 26 December 2012

See the WebAPI documentation or here for a list of new web APIs required.

Also see related work at the W3C's Device APIs working group.