Articles tagged: WebAPI
Found 229 documents
- Archive/Firefox_OS/API/Alarm_API The Alarm API allows applications to schedule actions to be run in the future. For example, some ...
- Archive/Firefox_OS/API/Data_Store_API The Data Store API was created to allow multiple Firefox OS apps, with potentially different ...
- Archive/Firefox_OS/API/MozActivity The MozActivity interface allows apps to delegate an activity to another app.
- Archive/Firefox_OS/API/MozActivityOptions The MozActivityOptions interface allows apps to declare the activity they want to create and ...
- Archive/Firefox_OS/API/MozActivityOptions/data The data property returns an arbitrary object representing any data passed with the activity.
- Archive/Firefox_OS/API/MozActivityOptions/name The name property returns a string representing the name of the associated activity. See ...
- Archive/Firefox_OS/API/MozActivityRequestHandler/postError The postError method is used to send back an error message to the app that made the activity ...
- Archive/Firefox_OS/API/MozActivityRequestHandler/postResult The postResult method is used to send back an answer to the app that made the activity request.
- Archive/Firefox_OS/API/MozActivityRequestHandler/source The source property returns a MozActivityOptions object, which provides information about the ...
- Archive/Firefox_OS/API/MozAlarmsManager The MozAlarmsManager API allows to schedule notifications or applications to be started at a ...
- Archive/Firefox_OS/API/MozAlarmsManager/add The add method is used to retrieve a list of pending alarms.
- Archive/Firefox_OS/API/MozAlarmsManager/getAll The getAll method is used to retrieve a list of pending alarms.
- Archive/Firefox_OS/API/MozAlarmsManager/remove The remove method is used to retrieve a list of pending alarms.
- Archive/Firefox_OS/API/Navigator/mozAlarms Returns a MozAlarmsManager object you can use to schedule notifications or applications to be ...
- Archive/Firefox_OS/API/Navigator/mozHasPendingMessage This method is used to know if there are pending messages of a given type (true) ot not (false).
- Archive/Firefox_OS/Firefox_OS_apps/App_permissions The three levels of permission, in brief, are:
- Archive/Firefox_OS/Platform/Settings_list Firefox OS offers a number of settings that configure the device and its built-in features. ...
- Archive/Web/Window.importDialog Because opening windows on mobile isn't necessarily appropriate, the Firefox Mobile team ...
- Mozilla/B2G_OS/API/BluetoothAdapter The BluetoothAdapter interface of the Web Bluetooth API is used to handle all the operations ...
- Mozilla/B2G_OS/API/BluetoothAdapter/address The address property value provides the address of the device's adapter on the Bluetooth ...
- Mozilla/B2G_OS/API/BluetoothAdapter/answerWaitingCall The answerWaitingCall method is used to allow HFP devices to answer a pending incoming call on a ...
- Mozilla/B2G_OS/API/BluetoothAdapter/class The class property value provides the Bluetooth "Class of Device" number of the device's ...
- Mozilla/B2G_OS/API/BluetoothAdapter/confirmReceivingFile The confirmReceivingFile method is used to accept or reject the incoming file transfer request ...
- Mozilla/B2G_OS/API/BluetoothAdapter/connect The connect method is used to connect the device's adapter to a specific service of a remote device.
- Mozilla/B2G_OS/API/BluetoothAdapter/connectSco The connectSco method is used to allow the device to enable the SCO connection to broadcast and ...
- Mozilla/B2G_OS/API/BluetoothAdapter/devices The devices property gives direct access to all the Bluetooth devices discovered in the area ...
- Mozilla/B2G_OS/API/BluetoothAdapter/disconnect The disconnect method is used to disconnect the device's adapter from a specific service of a ...
- Mozilla/B2G_OS/API/BluetoothAdapter/disconnectSco The disconnectSco method is used to allow the device to disable the SCO connection with the ...
- Mozilla/B2G_OS/API/BluetoothAdapter/discoverable The discoverable property indicates if the device is discoverable (true) or not (false) by other ...
- Mozilla/B2G_OS/API/BluetoothAdapter/discoverableTimeout The discoverableTimeout property indicates how long (in seconds) the device remains discoverable.
- Mozilla/B2G_OS/API/BluetoothAdapter/discovering The discovering property indicates if the device is in the process of discovering (true) or not ...
- Mozilla/B2G_OS/API/BluetoothAdapter/getConnectedDevices The getConnectedDevices method is used to retrieve the full list of all devices connected with a ...
- Mozilla/B2G_OS/API/BluetoothAdapter/getPairedDevices The getPairedDevices method is used to retrieve the full list of all devices paired with the ...
- Mozilla/B2G_OS/API/BluetoothAdapter/ignoreWaitingCall The ignoreWaitingCall method is used to allow HFP devices to dismiss a pending incoming call on ...
- Mozilla/B2G_OS/API/BluetoothAdapter/isConnected The isConnected method is used to check if a device with a given Bluetooth profile is connected.
- Mozilla/B2G_OS/API/BluetoothAdapter/isScoConnected The isScoConnected method is used to allow to know if there is a SCO connection between local ...
- Mozilla/B2G_OS/API/BluetoothAdapter/name The name property provides the human readable name of the device's adapter.
- Mozilla/B2G_OS/API/BluetoothAdapter/ona2dpstatuschanged Specifies an event listener to receive a2dpstatuschanged events. Those events occur when an A2DP ...
- Mozilla/B2G_OS/API/BluetoothAdapter/ondevicefound Specifies an event listener to receive devicefound events. Those events occur when a Bluetooth ...
- Mozilla/B2G_OS/API/BluetoothAdapter/onhfpstatuschanged Specifies an event listener to receive hfpstatuschanged events. Those events occur when an HFP ...
- Mozilla/B2G_OS/API/BluetoothAdapter/onpairedstatuschanged Specifies an event listener to receive pairedstatuschanged events. Those events occur when a ...
- Mozilla/B2G_OS/API/BluetoothAdapter/onrequestmediaplaystatus Specifies an event listener to receive requestmediaplaystatus events. Those events occur when a ...
- Mozilla/B2G_OS/API/BluetoothAdapter/onscostatuschanged Specifies an event listener to receive scostatuschanged events. Those events occur when a SCO ...
- Mozilla/B2G_OS/API/BluetoothAdapter/pair The pair method is used to start pairing a remote device with the device's adapter.
- Mozilla/B2G_OS/API/BluetoothAdapter/sendFile The sendFile method is used to start sending a file to a given remote device.
- Mozilla/B2G_OS/API/BluetoothAdapter/sendMediaMetaData The sendMediaMetaData method is used to send metadata about media to remote devices connected ...
- Mozilla/B2G_OS/API/BluetoothAdapter/sendMediaPlayStatus The sendMediaPlayStatus method is used to send the play status of the device to remote devices ...
- Mozilla/B2G_OS/API/BluetoothAdapter/setDiscoverable The setDiscoverable method is used to change the value of the discoverable property for the ...
- Mozilla/B2G_OS/API/BluetoothAdapter/setDiscoverableTimeout The setDiscoverableTimeout method is used to change the value of the discoverableTimeout ...
- Mozilla/B2G_OS/API/BluetoothAdapter/setName The setName method is used to change the value of the name property for the device's adapter.
- Mozilla/B2G_OS/API/BluetoothAdapter/setPairingConfirmation The setPairingConfirmation method is used to send back the pairing confirmation when the ...
- Mozilla/B2G_OS/API/BluetoothAdapter/setPasskey The setPasskey method is used to send back the requested Passkey code when the device's adapter ...
- Mozilla/B2G_OS/API/BluetoothAdapter/setPinCode The setPinCode method is used to send back the requested PIN code when the device's adapter ...
- Mozilla/B2G_OS/API/BluetoothAdapter/startDiscovery The startDiscovery method is used to have the device's adapter start seeking for remote devices.
- Mozilla/B2G_OS/API/BluetoothAdapter/stopDiscovery The stopDiscovery method is used to have the device's adapter stop seeking for remote devices.
- Mozilla/B2G_OS/API/BluetoothAdapter/stopSendingFile The stopSendingFile method is used to abort sending a file to a given remote device.
- Mozilla/B2G_OS/API/BluetoothAdapter/toggleCalls The toggleCalls method is used to allow HFP devices to switch from one call to another on a CDMA ...
- Mozilla/B2G_OS/API/BluetoothAdapter/unpair The unpair method is used to remove the paired device from the paired device list of the ...
- Mozilla/B2G_OS/API/BluetoothAdapter/uuids The uuids property provides the list of all Bluetooth services' UUID s the device's adapter is ...
- Mozilla/B2G_OS/API/BluetoothDevice/address The address property value provides the address of the device on the Bluetooth micro-network.
- Mozilla/B2G_OS/API/BluetoothDevice/class The class property value provides the Bluetooth "Class of Device" number of the device. This ...
- Mozilla/B2G_OS/API/BluetoothDevice/connected The connected property indicates if the device is connected to the current device's adapter ...
- Mozilla/B2G_OS/API/BluetoothDevice/icon The icon property is a string indicating which kind of icon could be used to represent the device.
- Mozilla/B2G_OS/API/BluetoothDevice/name The name property provides the human readable name of the device.
- Mozilla/B2G_OS/API/BluetoothDevice/paired The paired property indicates if the device is paired to the current device's adapter (true) or ...
- Mozilla/B2G_OS/API/BluetoothDevice/services The services property provides a list of Bluetooth services the device is able to provide. For a ...
- Mozilla/B2G_OS/API/BluetoothDevice/uuids The uuids property provides the list of UUID s of each Bluetooth service the device is able to ...
- Mozilla/B2G_OS/API/BluetoothDeviceEvent The BluetoothDeviceEvent interface of the Web Bluetooth API provides access to a found/paired ...
- Mozilla/B2G_OS/API/BluetoothDeviceEvent/device The device property gives access to the device bound to the event.
- Mozilla/B2G_OS/API/BluetoothManager The BluetoothManager interface of the Web Bluetooth API allows to access all Bluetooth adapters ...
- Mozilla/B2G_OS/API/BluetoothManager/enabled The enabled property value indicates whether the Bluetooth is turned on (true) or off (false).
- Mozilla/B2G_OS/API/BluetoothManager/getDefaultAdapter The getDefaultAdapter method is used to retrieve the default adapter used to connect the device ...
- Mozilla/B2G_OS/API/BluetoothManager/isConnected The isConnected method is used to check if a device with a given Bluetooth profile is connected.
- Mozilla/B2G_OS/API/BluetoothManager/onadapteradded Specifies an event listener to receive adapteradded events. Those events occur when a Bluetooth ...
- Mozilla/B2G_OS/API/BluetoothManager/ondisabled Specifies an event listener to receive disabled events. Those events occur when the device's ...
- Mozilla/B2G_OS/API/BluetoothManager/onenabled Specifies an event listener to receive enabled events. Those events occur when the device's ...
- Mozilla/B2G_OS/API/Bluetooth_API The Web Bluetooth API lets an open web app discover, pair with, and connect to Bluetooth ...
- Mozilla/B2G_OS/API/CallEvent The CallEvent interface of the Web Telephony API represents events related to telephone calls.
- Mozilla/B2G_OS/API/CallEvent/call The call read-only property of the CallEvent interface returns a TelephonyCall object indicating ...
- Mozilla/B2G_OS/API/CameraCapabilities The CameraControl.capabilities property returns a CameraCapabilities object, which describes all ...
- Mozilla/B2G_OS/API/CameraCapabilities/effects The effects property value is an Array identifying the effects (such as normal, sepia, mono, ...
- Mozilla/B2G_OS/API/CameraCapabilities/fileFormats The fileFormats property is an Array identifying the file formats supported by the camera, such ...
- Mozilla/B2G_OS/API/CameraCapabilities/flashModes The flashModes property is an Array of strings identifying each of the flash modes supported by ...
- Mozilla/B2G_OS/API/CameraCapabilities/focusModes The focusModes property is an Array of strings identifying each of the focus modes supported by ...
- Mozilla/B2G_OS/API/CameraCapabilities/maxExposureCompensation The maxExposureCompensation property is a number that defines the maximum supported exposure ...
- Mozilla/B2G_OS/API/CameraCapabilities/maxFocusAreas The maxFocusAreas property is a number that defines the maximum number of focus areas supported ...
- Mozilla/B2G_OS/API/CameraCapabilities/maxMeteringAreas The maxMeteringAreas property is a number that defines the maximum number of metering areas ...
- Mozilla/B2G_OS/API/CameraCapabilities/minExposureCompensation The minExposureCompensation property is a number that defines the minimum supported exposure ...
- Mozilla/B2G_OS/API/CameraCapabilities/pictureSizes The pictureSizes property is an Array of objects containing the height and width properties ...
- Mozilla/B2G_OS/API/CameraCapabilities/previewSizes The previewSizes property is an Array of objects containing the height and width properties ...
- Mozilla/B2G_OS/API/CameraCapabilities/recorderProfiles The recorderProfiles property is an object with attributes for each of the supported recorder ...
- Mozilla/B2G_OS/API/CameraCapabilities/sceneModes The sceneModes property is an Array identifying each of the scene modes supported by the camera ...
- Mozilla/B2G_OS/API/CameraCapabilities/stepExposureCompensation The stepExposureCompensation property is a number that defines the exposure compensation minimum ...
- Mozilla/B2G_OS/API/CameraCapabilities/videoSizes The videoSizes property is an Array of objects containing the height and width properties ...
- Mozilla/B2G_OS/API/CameraCapabilities/whiteBalanceModes The whiteBalanceModes property is an Array of strings identifiers for each white balance mode ...
- Mozilla/B2G_OS/API/CameraCapabilities/zoomRatios The zoomRatios property is an Array of numbers representing all the supported zoom ratios. If ...
- Mozilla/B2G_OS/API/CameraControl When you use the CameraManager.getCamera() method to get a reference to a camera, you specify a ...
- Mozilla/B2G_OS/API/CameraControl/autoFocus This method attempts to focus the camera. If the camera is able to attempt to focus, a success ...
- Mozilla/B2G_OS/API/CameraControl/capabilities The capabilities property return a CameraCapabilities object, which describes the capabilities ...
- Mozilla/B2G_OS/API/CameraControl/effect The effect property is a string defining the effect to be used by the camera. When set, its ...