Articles tagged: WebAPI
Found 234 documents
- Archive/B2G_OS/API/BluetoothAdapter The BluetoothAdapter interface of the Web Bluetooth API is used to handle all the operations ...
- Archive/B2G_OS/API/BluetoothAdapter/address The address property value provides the address of the device's adapter on the Bluetooth ...
- Archive/B2G_OS/API/BluetoothAdapter/answerWaitingCall The answerWaitingCall method is used to allow HFP devices to answer a pending incoming call on a ...
- Archive/B2G_OS/API/BluetoothAdapter/class The class property value provides the Bluetooth "Class of Device" number of the device's ...
- Archive/B2G_OS/API/BluetoothAdapter/confirmReceivingFile The confirmReceivingFile method is used to accept or reject the incoming file transfer request ...
- Archive/B2G_OS/API/BluetoothAdapter/connect The connect method is used to connect the device's adapter to a specific service of a remote device.
- Archive/B2G_OS/API/BluetoothAdapter/connectSco The connectSco method is used to allow the device to enable the SCO connection to broadcast and ...
- Archive/B2G_OS/API/BluetoothAdapter/devices The devices property gives direct access to all the Bluetooth devices discovered in the area ...
- Archive/B2G_OS/API/BluetoothAdapter/disconnect The disconnect method is used to disconnect the device's adapter from a specific service of a ...
- Archive/B2G_OS/API/BluetoothAdapter/disconnectSco The disconnectSco method is used to allow the device to disable the SCO connection with the ...
- Archive/B2G_OS/API/BluetoothAdapter/discoverable The discoverable property indicates if the device is discoverable (true) or not (false) by other ...
- Archive/B2G_OS/API/BluetoothAdapter/discoverableTimeout The discoverableTimeout property indicates how long (in seconds) the device remains discoverable.
- Archive/B2G_OS/API/BluetoothAdapter/discovering The discovering property indicates if the device is in the process of discovering (true) or not ...
- Archive/B2G_OS/API/BluetoothAdapter/getConnectedDevices The getConnectedDevices method is used to retrieve the full list of all devices connected with a ...
- Archive/B2G_OS/API/BluetoothAdapter/getPairedDevices The getPairedDevices method is used to retrieve the full list of all devices paired with the ...
- Archive/B2G_OS/API/BluetoothAdapter/ignoreWaitingCall The ignoreWaitingCall method is used to allow HFP devices to dismiss a pending incoming call on ...
- Archive/B2G_OS/API/BluetoothAdapter/isConnected The isConnected method is used to check if a device with a given Bluetooth profile is connected.
- Archive/B2G_OS/API/BluetoothAdapter/isScoConnected The isScoConnected method is used to allow to know if there is a SCO connection between local ...
- Archive/B2G_OS/API/BluetoothAdapter/name The name property provides the human readable name of the device's adapter.
- Archive/B2G_OS/API/BluetoothAdapter/ona2dpstatuschanged Specifies an event listener to receive a2dpstatuschanged events. Those events occur when an A2DP ...
- Archive/B2G_OS/API/BluetoothAdapter/ondevicefound Specifies an event listener to receive devicefound events. Those events occur when a Bluetooth ...
- Archive/B2G_OS/API/BluetoothAdapter/onhfpstatuschanged Specifies an event listener to receive hfpstatuschanged events. Those events occur when an HFP ...
- Archive/B2G_OS/API/BluetoothAdapter/onpairedstatuschanged Specifies an event listener to receive pairedstatuschanged events. Those events occur when a ...
- Archive/B2G_OS/API/BluetoothAdapter/onrequestmediaplaystatus Specifies an event listener to receive requestmediaplaystatus events. Those events occur when a ...
- Archive/B2G_OS/API/BluetoothAdapter/onscostatuschanged Specifies an event listener to receive scostatuschanged events. Those events occur when a SCO ...
- Archive/B2G_OS/API/BluetoothAdapter/pair The pair method is used to start pairing a remote device with the device's adapter.
- Archive/B2G_OS/API/BluetoothAdapter/sendFile The sendFile method is used to start sending a file to a given remote device.
- Archive/B2G_OS/API/BluetoothAdapter/sendMediaMetaData The sendMediaMetaData method is used to send metadata about media to remote devices connected ...
- Archive/B2G_OS/API/BluetoothAdapter/sendMediaPlayStatus The sendMediaPlayStatus method is used to send the play status of the device to remote devices ...
- Archive/B2G_OS/API/BluetoothAdapter/setDiscoverable The setDiscoverable method is used to change the value of the discoverable property for the ...
- Archive/B2G_OS/API/BluetoothAdapter/setDiscoverableTimeout The setDiscoverableTimeout method is used to change the value of the discoverableTimeout ...
- Archive/B2G_OS/API/BluetoothAdapter/setName The setName method is used to change the value of the name property for the device's adapter.
- Archive/B2G_OS/API/BluetoothAdapter/setPairingConfirmation The setPairingConfirmation method is used to send back the pairing confirmation when the ...
- Archive/B2G_OS/API/BluetoothAdapter/setPasskey The setPasskey method is used to send back the requested Passkey code when the device's adapter ...
- Archive/B2G_OS/API/BluetoothAdapter/setPinCode The setPinCode method is used to send back the requested PIN code when the device's adapter ...
- Archive/B2G_OS/API/BluetoothAdapter/startDiscovery The startDiscovery method is used to have the device's adapter start seeking for remote devices.
- Archive/B2G_OS/API/BluetoothAdapter/stopDiscovery The stopDiscovery method is used to have the device's adapter stop seeking for remote devices.
- Archive/B2G_OS/API/BluetoothAdapter/stopSendingFile The stopSendingFile method is used to abort sending a file to a given remote device.
- Archive/B2G_OS/API/BluetoothAdapter/toggleCalls The toggleCalls method is used to allow HFP devices to switch from one call to another on a CDMA ...
- Archive/B2G_OS/API/BluetoothAdapter/unpair The unpair method is used to remove the paired device from the paired device list of the ...
- Archive/B2G_OS/API/BluetoothAdapter/uuids The uuids property provides the list of all Bluetooth services' UUID s the device's adapter is ...
- Archive/B2G_OS/API/BluetoothDevice/address The address property value provides the address of the device on the Bluetooth micro-network.
- Archive/B2G_OS/API/BluetoothDevice/class The class property value provides the Bluetooth "Class of Device" number of the device. This ...
- Archive/B2G_OS/API/BluetoothDevice/connected The connected property indicates if the device is connected to the current device's adapter ...
- Archive/B2G_OS/API/BluetoothDevice/icon The icon property is a string indicating which kind of icon could be used to represent the device.
- Archive/B2G_OS/API/BluetoothDevice/name The name property provides the human readable name of the device.
- Archive/B2G_OS/API/BluetoothDevice/paired The paired property indicates if the device is paired to the current device's adapter (true) or ...
- Archive/B2G_OS/API/BluetoothDevice/services The services property provides a list of Bluetooth services the device is able to provide. For a ...
- Archive/B2G_OS/API/BluetoothDevice/uuids The uuids property provides the list of UUID s of each Bluetooth service the device is able to ...
- Archive/B2G_OS/API/BluetoothDeviceEvent The BluetoothDeviceEvent interface of the Web Bluetooth API provides access to a found/paired ...
- Archive/B2G_OS/API/BluetoothDeviceEvent/device The device property gives access to the device bound to the event.
- Archive/B2G_OS/API/BluetoothManager The BluetoothManager interface of the Web Bluetooth API allows to access all Bluetooth adapters ...
- Archive/B2G_OS/API/BluetoothManager/enabled The enabled property value indicates whether the Bluetooth is turned on (true) or off (false).
- Archive/B2G_OS/API/BluetoothManager/getDefaultAdapter The getDefaultAdapter method is used to retrieve the default adapter used to connect the device ...
- Archive/B2G_OS/API/BluetoothManager/isConnected The isConnected method is used to check if a device with a given Bluetooth profile is connected.
- Archive/B2G_OS/API/BluetoothManager/onadapteradded Specifies an event listener to receive adapteradded events. Those events occur when a Bluetooth ...
- Archive/B2G_OS/API/BluetoothManager/ondisabled Specifies an event listener to receive disabled events. Those events occur when the device's ...
- Archive/B2G_OS/API/BluetoothManager/onenabled Specifies an event listener to receive enabled events. Those events occur when the device's ...
- Archive/B2G_OS/API/CallEvent The CallEvent interface of the Web Telephony API represents events related to telephone calls.
- Archive/B2G_OS/API/CallEvent/call The call read-only property of the CallEvent interface returns a TelephonyCall object indicating ...
- Archive/B2G_OS/API/CameraCapabilities The CameraControl.capabilities property returns a CameraCapabilities object, which describes all ...
- Archive/B2G_OS/API/CameraCapabilities/effects The effects property value is an Array identifying the effects (such as normal, sepia, mono, ...
- Archive/B2G_OS/API/CameraCapabilities/fileFormats The fileFormats property is an Array identifying the file formats supported by the camera, such ...
- Archive/B2G_OS/API/CameraCapabilities/flashModes The flashModes property is an Array of strings identifying each of the flash modes supported by ...
- Archive/B2G_OS/API/CameraCapabilities/focusModes The focusModes property is an Array of strings identifying each of the focus modes supported by ...
- Archive/B2G_OS/API/CameraCapabilities/maxExposureCompensation The maxExposureCompensation property is a number that defines the maximum supported exposure ...
- Archive/B2G_OS/API/CameraCapabilities/maxFocusAreas The maxFocusAreas property is a number that defines the maximum number of focus areas supported ...
- Archive/B2G_OS/API/CameraCapabilities/maxMeteringAreas The maxMeteringAreas property is a number that defines the maximum number of metering areas ...
- Archive/B2G_OS/API/CameraCapabilities/minExposureCompensation The minExposureCompensation property is a number that defines the minimum supported exposure ...
- Archive/B2G_OS/API/CameraCapabilities/pictureSizes The pictureSizes property is an Array of objects containing the height and width properties ...
- Archive/B2G_OS/API/CameraCapabilities/previewSizes The previewSizes property is an Array of objects containing the height and width properties ...
- Archive/B2G_OS/API/CameraCapabilities/recorderProfiles The recorderProfiles property is an object with attributes for each of the supported recorder ...
- Archive/B2G_OS/API/CameraCapabilities/sceneModes The sceneModes property is an Array identifying each of the scene modes supported by the camera ...
- Archive/B2G_OS/API/CameraCapabilities/stepExposureCompensation The stepExposureCompensation property is a number that defines the exposure compensation minimum ...
- Archive/B2G_OS/API/CameraCapabilities/videoSizes The videoSizes property is an Array of objects containing the height and width properties ...
- Archive/B2G_OS/API/CameraCapabilities/whiteBalanceModes The whiteBalanceModes property is an Array of strings identifiers for each white balance mode ...
- Archive/B2G_OS/API/CameraCapabilities/zoomRatios The zoomRatios property is an Array of numbers representing all the supported zoom ratios. If ...
- Archive/B2G_OS/API/CameraControl When you use the CameraManager.getCamera() method to get a reference to a camera, you specify a ...
- Archive/B2G_OS/API/CameraControl/autoFocus This method attempts to focus the camera. If the camera is able to attempt to focus, a success ...
- Archive/B2G_OS/API/CameraControl/capabilities The capabilities property return a CameraCapabilities object, which describes the capabilities ...
- Archive/B2G_OS/API/CameraControl/effect The effect property is a string defining the effect to be used by the camera. When set, its ...
- Archive/B2G_OS/API/CameraControl/exposureCompensation The exposureCompensation property value is a number used to compensate the camera exposure.
- Archive/B2G_OS/API/CameraControl/flashMode The flashMode property value is a string that defines how the flash, if any, is to be used. When ...
- Archive/B2G_OS/API/CameraControl/focalLength The focalLength property value is a read-only property that returns a number that expresses the ...
- Archive/B2G_OS/API/CameraControl/focusAreas The focusAreas property is an Array of one or more Area objects that define where the camera ...
- Archive/B2G_OS/API/CameraControl/focusDistanceFar The focusDistanceFar property value is a distance in meters used with ...
- Archive/B2G_OS/API/CameraControl/focusDistanceNear The focusDistanceNear property value is a distance in meters used with ...
- Archive/B2G_OS/API/CameraControl/focusDistanceOptimum The focusDistanceOptimum property value is the distance in meters where the subject appears ...
- Archive/B2G_OS/API/CameraControl/focusMode The focusMode property value is a string that defines which kind of focus mode the camera should ...
- Archive/B2G_OS/API/CameraControl/getPreviewStream This method is used to configure and access a MediaStream from the camera. The resulting stream ...
- Archive/B2G_OS/API/CameraControl/getPreviewStreamVideoMode This method is used to configure and access a MediaStream from the camera. You use the resulting ...
- Archive/B2G_OS/API/CameraControl/meteringAreas The meteringAreas property is an Array of one or more Area objects that define where the camera ...
- Archive/B2G_OS/API/CameraControl/onClosed The onClosed property is used to set an event handler that will track when a new CameraControl ...
- Archive/B2G_OS/API/CameraControl/onRecorderStateChange The onRecorderStateChange property is used to set an event handler to listen to the recorder ...
- Archive/B2G_OS/API/CameraControl/onShutter The onShutter property is used to set an event handler for the camera's "shutter" event, to ...
- Archive/B2G_OS/API/CameraControl/release Releases the camera so that other applications can use it. You should call this whenever the ...
- Archive/B2G_OS/API/CameraControl/resumePreview This method is used to resume the preview stream.
- Archive/B2G_OS/API/CameraControl/sceneMode The sceneMode property value is a string that defines the quality of exposure to use while ...
- Archive/B2G_OS/API/CameraControl/setExposureCompensation This method is used to change the exposure compensation value.
- Archive/B2G_OS/API/CameraControl/startRecording This method is used to start recording a video file on the device; the video is stored as a 3gp ...