Articles tagged: API
Found 5012 documents
- Archive/B2G_OS/API/MozWifiStatusChangeEvent The MozWifiStatusChangeEvent interface provides developers with information regarding the ...
- Archive/B2G_OS/API/MozWifiStatusChangeEvent/network The network property value provides the current network in use when the connection status changes.
- Archive/B2G_OS/API/MozWifiStatusChangeEvent/status The status property value provides the current connection status.
- Archive/B2G_OS/API/Navigator The Navigator interface represents the state and the identity of the user agent. It allows ...
- Archive/B2G_OS/API/Navigator/getDataStores The navigator.getDataStores() method provides access to a list of the Data Store API data stores ...
- Archive/B2G_OS/API/Navigator/getDeviceStorage() The getDeviceStorage method is used to access some storage area available on the device.
- Archive/B2G_OS/API/Navigator/getDeviceStorages The getDeviceStorages method is used to access individual storage areas available on the device. ...
- Archive/B2G_OS/API/Navigator/mozAlarms Returns a MozAlarmsManager object you can use to schedule notifications or applications to be ...
- Archive/B2G_OS/API/Navigator/mozApps Returns an Apps object you can use to install, manage, and control Open Web Apps in the browser.
- Archive/B2G_OS/API/Navigator/mozAudioChannelManager The navigator.mozAudioChannelManager object provides access to the mozAudioChannelManager ...
- Archive/B2G_OS/API/Navigator/mozCamera This API has not been implemented as of Firefox OS 2.2. You probably actually want ...
- Archive/B2G_OS/API/Navigator/mozCameras Returns a CameraManager object you can use to access the cameras available on the user's device.
- Archive/B2G_OS/API/Navigator/mozContacts Return a ContactManager to access and manage all the contacts available on the device.
- Archive/B2G_OS/API/Navigator/mozFMRadio Returns a FMRadio object you can use to access to the device FM radio.
- Archive/B2G_OS/API/Navigator/mozHasPendingMessage This method is used to know if there are pending messages of a given type (true) ot not (false).
- Archive/B2G_OS/API/Navigator/mozMobileConnections The navigator.mozMobileConnections property returns an array of MozMobileConnection objects, ...
- Archive/B2G_OS/API/Navigator/mozMobileMessage Returns a MozMobileMessageManager object you can use to receive and send MMS and SMS messages.
- Archive/B2G_OS/API/Navigator/mozNetworkStats The MozNetworkStatsManager interface provides methods and properties to monitor data usage.
- Archive/B2G_OS/API/Navigator/mozNfc The mozNfc property returns a MozNFC object that can be used to access Firefox OS's NFC ...
- Archive/B2G_OS/API/Navigator/mozPermissionSettings Returns a PermissionSettings object you can use to get and set permissions of apps on the ...
- Archive/B2G_OS/API/Navigator/mozPower Returns a PowerManager object you can use to manage the power usage of the device.
- Archive/B2G_OS/API/Navigator/mozSetMessageHandler This method is used to allow applications to register a function handler that can receive — and ...
- Archive/B2G_OS/API/Navigator/mozSettings Returns a SettingsManager object you can use to access and change the device's settings.
- Archive/B2G_OS/API/Navigator/mozSms Returns an SmsManager object you can use to receive and send SMS messages.
- Archive/B2G_OS/API/Navigator/mozTCPSocket Returns a TCPSocket object you can use to open other sockets.
- Archive/B2G_OS/API/Navigator/MozTelephony Returns a Telephony object you can use to initiate and control telephone calls from the browser.
- Archive/B2G_OS/API/Navigator/mozVoicemail Returns a MozVoicemail object you can use to handle the access to the voicemail functionality ...
- Archive/B2G_OS/API/Navigator/mozWifiManager Returns a WifiManager object you can use to manage the device WiFi connection.
- Archive/B2G_OS/API/Navigator/push The Navigator.push read-only property is a PushManager object providing a way to receive ...
- Archive/B2G_OS/API/Navigator/removeIdleObserver This method is used to remove an idle observer previously set with navigator.addIdleObserver.
- Archive/B2G_OS/API/Network_Stats_API The Network Stats API allows you to monitor data usage and expose this information to certified ...
- Archive/B2G_OS/API/NFC_API You access the entire set of NFC functionality through the Navigator.mozNfc property, returning ...
- Archive/B2G_OS/API/NFC_API/Using_the_NFC_API The contacts app uses NFC P2P Functionality for sending and receiving vcards. Look at ...
- Archive/B2G_OS/API/NFC_API/Using_the_NFC_emulator For testing of the NFC API, there is an NFC emulator available. This article details how to set ...
- Archive/B2G_OS/API/PermissionSettings The PermissionSettings interface provides ways to let the user manage all the permissions ...
- Archive/B2G_OS/API/PermissionSettings/get The get method allows to retrieve the current status of a given permission for a given app.
- Archive/B2G_OS/API/PermissionSettings/isExplicit The isExplicit method allows to know if the setting is explicit (true) or implicit (false).
- Archive/B2G_OS/API/PermissionSettings/remove The remove method allows to simply reset a permission for an app which is running inside the ...
- Archive/B2G_OS/API/PermissionSettings/set The set method allows to change a given permission for a given app.
- Archive/B2G_OS/API/Permissions_API The Permissions API is used to display and let the user manage all the permissions requested by ...
- Archive/B2G_OS/API/Power_Management_API The Power Management API provides tools to manage a device's power consumption.
- Archive/B2G_OS/API/SettingsLock The SettingsLock interface represents a lock on settings. it allows a script to modify settings ...
- Archive/B2G_OS/API/SettingsLock/clear This method clears the queue of SettingsLock objects.
- Archive/B2G_OS/API/SettingsLock/closed The closed property indicates whether or not the settings lock is closed.
- Archive/B2G_OS/API/SettingsLock/get This method fetches the value of a specified setting.
- Archive/B2G_OS/API/SettingsLock/set This method is changes the value of one or more given settings.
- Archive/B2G_OS/API/SettingsManager Provides access to the device's settings.
- Archive/B2G_OS/API/SettingsManager/addObserver Sets up a callback function to be notified when a specific setting's value changes.
- Archive/B2G_OS/API/SettingsManager/createLock This method returns a SettingsLock object. This object is used to access and modify all the ...
- Archive/B2G_OS/API/SettingsManager/onsettingchange The onsettingchange property lets you set an event handler to be called for all setting changes.
- Archive/B2G_OS/API/SettingsManager/removeObserver This method is used to remove a callback function that has been added with ...
- Archive/B2G_OS/API/Settings_API The Settings API is a way to access, change, and monitor changes to any device's settings. ...
- Archive/B2G_OS/API/TCPServerSocket The TCPServerSocket interface provides an API to handle a persistent server that will listen for ...
- Archive/B2G_OS/API/TCPServerSocket/close The close method cleanly closes the server socket.
- Archive/B2G_OS/API/TCPServerSocket/localPort The localP ort property returns the port number listened to by the server socket.
- Archive/B2G_OS/API/TCPServerSocket/onconnect The onconnect property is used to specify a callback handler to deal with new incoming ...
- Archive/B2G_OS/API/TCPServerSocket/onerror The onerror property is used to specify a callback handler to deal with errors from the server ...
- Archive/B2G_OS/API/TCPSocket The TCPSocket interface provides access to a raw TCP socket.
- Archive/B2G_OS/API/TCPSocket/binaryType The binaryType indicates the type of data expected by the send() method on this socket.
- Archive/B2G_OS/API/TCPSocket/bufferedAmount The bufferedAmount represents the number of bytes which have previously been buffered by calls ...
- Archive/B2G_OS/API/TCPSocket/close The close method cleanly closes the connection.
- Archive/B2G_OS/API/TCPSocket/host The host property returns the host reachable by the socket.
- Archive/B2G_OS/API/TCPSocket/listen The listen method is used to listen on a given port on the device.
- Archive/B2G_OS/API/TCPSocket/onclose The onclose property is used to specify an event handler to receive close events. Those events ...
- Archive/B2G_OS/API/TCPSocket/ondata The ondata property is used to specify an event handler to receive data events. Those events are ...
- Archive/B2G_OS/API/TCPSocket/ondrain The ondrain property is used to specify an event handler to receive drain events. Those events ...
- Archive/B2G_OS/API/TCPSocket/onerror The onerror property is used to specify an event handler to receive error events. Those events ...
- Archive/B2G_OS/API/TCPSocket/onopen The onopen property is used to specify an event handler to receive open events. Those events are ...
- Archive/B2G_OS/API/TCPSocket/open The open method is used to open a TCP connection to a given server on a given port.
- Archive/B2G_OS/API/TCPSocket/port The port property returns the port number used by the socket.
- Archive/B2G_OS/API/TCPSocket/readyState The readyState property indicates the current state of the socket.
- Archive/B2G_OS/API/TCPSocket/resume The resume method resumes reading incoming data and allows the data event to be triggered again.
- Archive/B2G_OS/API/TCPSocket/send The send method is used to buffer data to be sent to the server.
- Archive/B2G_OS/API/TCPSocket/ssl The ssl property allows to know if the socket is an SSL socket (true) or not (false).
- Archive/B2G_OS/API/TCPSocket/suspend The suspend method pauses reading incoming data and prevents the data event from being triggered ...
- Archive/B2G_OS/API/TCPSocket/upgradeToSecure The upgradeToSecure method allows turning a TCP non secured connection into a secured one.
- Archive/B2G_OS/API/Telephony The Telephony interface of the Web Telephony API provides support for dialing, answering, and ...
- Archive/B2G_OS/API/Telephony/active The active read-only property of the Telephony interface returns a TelephonyCall object ...
- Archive/B2G_OS/API/Telephony/calls The calls read-only property of the Telephony interface returns a list of TelephonyCall objects ...
- Archive/B2G_OS/API/Telephony/conferenceGroup The conferenceGroup read-only property of the Telephony interface returns a TelephonyCallGroup ...
- Archive/B2G_OS/API/Telephony/dial The dial() method of the Telephony interface dials a phone number and returns a new ...
- Archive/B2G_OS/API/Telephony/dialEmergency The dialEmergency() method of the Telephony interface dials an emergency phone number and ...
- Archive/B2G_OS/API/Telephony/muted The muted property of the Telephony interface indicates whether or not the microphone is muted ...
- Archive/B2G_OS/API/Telephony/oncallschanged The oncallschanged property of the Telephony interface specifies an event listener to receive ...
- Archive/B2G_OS/API/Telephony/onincoming The onincoming property of the Telephony interface specifies an event listener to receive ...
- Archive/B2G_OS/API/Telephony/onready The onready property of the Telephony interface specifies an event listener to receive ready ...
- Archive/B2G_OS/API/Telephony/onremoteheld The onremoteheld property of the Telephony interface specifies an event listener to receive ...
- Archive/B2G_OS/API/Telephony/onremoteresumed The onremoteresumed property of the Telephony interface specifies an event listener to receive ...
- Archive/B2G_OS/API/Telephony/ownAudioChannel The ownAudioChannel() method of the Telephony interface designates the calling app as the owner ...
- Archive/B2G_OS/API/Telephony/ready The ready read-only property of the Telephony interface provides an asynchronous notification ...
- Archive/B2G_OS/API/Telephony/sendTones The sendTones() method of the Telephony Interface generates multiple DTMF tones, with a ...
- Archive/B2G_OS/API/Telephony/speakerEnabled The speakerEnabled property of the Telephony interface indicates whether or not the speakerphone ...
- Archive/B2G_OS/API/Telephony/startTone The startTone() method of the Telephony Interface begins generating the tone for the specified ...
- Archive/B2G_OS/API/Telephony/stopTone The startTone() method of the Telephony Interface stops transmitting the currently-playing DTMF ...
- Archive/B2G_OS/API/TelephonyCall The TelephonyCall interface of the Web Telephony API represents one telephone call, providing ...
- Archive/B2G_OS/API/TelephonyCall/answer The answer() method of the TelephonyCall interface answers an incoming call.
- Archive/B2G_OS/API/TelephonyCall/disconnectedReason The disconnectedReason read-only property of the TelephonyCall interface indicates the reason ...
- Archive/B2G_OS/API/TelephonyCall/emergency The emergency read-only property of the TelephonyCall interface indicates whether the current ...
- Archive/B2G_OS/API/TelephonyCall/error The error read-only property of the TelephonyCall interface indicates a returned error when a ...
- Archive/B2G_OS/API/TelephonyCall/group The group read-only property of the TelephonyCall interface indicates the TelephonyCallGroup ...