Articles tagged: WebAPI
Found 234 documents
- Archive/B2G_OS/API/CameraControl/stopRecording Stops recording video on the device; you should call this at some point after calling ...
- Archive/B2G_OS/API/CameraControl/takePicture Captures a still image from the camera and passes it as a Blob to a success callback handler, ...
- Archive/B2G_OS/API/CameraControl/whiteBalanceMode The whiteBalanceMode property value is a string that defines the white balance mode to use. When ...
- Archive/B2G_OS/API/CameraControl/zoom The zoom property value is a number that defines the zoom factor that is to be used when taking ...
- Archive/B2G_OS/API/CameraManager The CameraManager interface provides access to any cameras available on the device being used.
- Archive/B2G_OS/API/CameraManager/getCamera This method is used to access to one of the cameras available on the device based on its ...
- Archive/B2G_OS/API/CameraManager/getListOfCameras This method is used to get an Array of identifiers of all the cameras available on the device.
- Archive/B2G_OS/API/Camera_API The Camera API allows applications to manage the camera of the device. It allows them to take ...
- Archive/B2G_OS/API/ContactManager The ContactManager interface is used to access and manage the contact available on the device.
- Archive/B2G_OS/API/ContactManager/clear The clear method is used to remove ALL the contacts from the device's contact database.
- Archive/B2G_OS/API/ContactManager/find The find method is used to retrieve a limited list of contacts from the device's contact ...
- Archive/B2G_OS/API/ContactManager/getAll The getAll method is used to access a sorted list of contact from the device's contact database. ...
- Archive/B2G_OS/API/ContactManager/getCount The getCount method is used to retrieve the total number of contacts available inside the ...
- Archive/B2G_OS/API/ContactManager/getRevision The getRevision method is used to retrieve the revision number of the device's contact database.
- Archive/B2G_OS/API/ContactManager/oncontactchange Specifies an event listener to receive contactchange events. These events occur when a contact ...
- Archive/B2G_OS/API/ContactManager/remove The remove method is used to delete a contact from the device's contact database.
- Archive/B2G_OS/API/ContactManager/save The save method is used to store a contact inside the device's contact database. If the contact ...
- Archive/B2G_OS/API/Contacts_API The Contacts API provides a simple interface to manage a user's contacts stored in the system's ...
- Archive/B2G_OS/API/DeviceStorage The DeviceStorage interface is used to access files on a specific storage area available on the ...
- Archive/B2G_OS/API/DeviceStorage/add The add method is used to add a file inside a given storage area.
- Archive/B2G_OS/API/DeviceStorage/addNamed The addNamed method is used to add a file inside a given storage area.
- Archive/B2G_OS/API/DeviceStorage/available The available() method is used to check whether the storage area is available; this is an ...
- Archive/B2G_OS/API/DeviceStorage/default The default property indicates if the storage area is the one which will be used by default for ...
- Archive/B2G_OS/API/DeviceStorage/delete The delete method is used to remove a file from a given storage area.
- Archive/B2G_OS/API/DeviceStorage/enumerate The enumerate method is used to iterate through the files of a given storage area.
- Archive/B2G_OS/API/DeviceStorage/enumerateEditable The enumerateEditable method is used to iterate through the files of a given storage area.
- Archive/B2G_OS/API/DeviceStorage/freeSpace The freeSpace method is used to get the amount of free space usable by the storage area.
- Archive/B2G_OS/API/DeviceStorage/get The get method is used to retrieve a read-only file from a given storage area.
- Archive/B2G_OS/API/DeviceStorage/getEditable The getEditable method is used to retrieve a file, which is editable, from a given storage area.
- Archive/B2G_OS/API/DeviceStorage/lowDiskSpace The lowDiskSpace read-only property of the DeviceStorage interface returns a Boolean value that ...
- Archive/B2G_OS/API/DeviceStorage/onchange The onchange property is used to specify an event handler to receive change events. Those events ...
- Archive/B2G_OS/API/DeviceStorage/storageName The storageName property indicates the name of the storage area.
- Archive/B2G_OS/API/DeviceStorage/usedSpace The usedSpace method is used to get the total of space used by the storage (the amount of space ...
- Archive/B2G_OS/API/DeviceStorageChangeEvent The DeviceStorageChangeEvent provides information about any change made to a file inside a given ...
- Archive/B2G_OS/API/DeviceStorageChangeEvent/path The path property provides the full path to the file affected by the change.
- Archive/B2G_OS/API/DeviceStorageChangeEvent/reason The reason property gives the nature of the change that occurred.
- Archive/B2G_OS/API/Device_Storage_API The Device Storage API is used to access the file system within a Web app. Accessing the file ...
- Archive/B2G_OS/API/FMRadio The WebFM API provides access to the device FM radio. This interface lets you turn the FM radio ...
- Archive/B2G_OS/API/MMICall The MMICall interface of the Web Telephony API represents an MMI call, allowing us to receive ...
- Archive/B2G_OS/API/MMICall/result The result read-only property of the MMICall interface returns a promise that resolves to a ...
- Archive/B2G_OS/API/Mobile_Connection_API This API has 2 purposes:
- Archive/B2G_OS/API/MozActivity The MozActivity interface allows apps to delegate an activity to another app.
- Archive/B2G_OS/API/MozActivityOptions The MozActivityOptions interface allows apps to declare the activity they want to create and ...
- Archive/B2G_OS/API/MozActivityOptions/data The data property returns an arbitrary object representing any data passed with the activity.
- Archive/B2G_OS/API/MozActivityOptions/name The name property returns a string representing the name of the associated activity. See ...
- Archive/B2G_OS/API/MozActivityRequestHandler/postError The postError method is used to send back an error message to the app that made the activity ...
- Archive/B2G_OS/API/MozActivityRequestHandler/postResult The postResult method is used to send back an answer to the app that made the activity request.
- Archive/B2G_OS/API/MozActivityRequestHandler/source The source property returns a MozActivityOptions object, which provides information about the ...
- Archive/B2G_OS/API/MozAlarmsManager The MozAlarmsManager API allows to schedule notifications or applications to be started at a ...
- Archive/B2G_OS/API/MozAlarmsManager/add The add method is used to retrieve a list of pending alarms.
- Archive/B2G_OS/API/MozAlarmsManager/getAll The getAll method is used to retrieve a list of pending alarms.
- Archive/B2G_OS/API/MozAlarmsManager/remove The remove method is used to retrieve a list of pending alarms.
- Archive/B2G_OS/API/MozContact/additionalName The additionalName property is a list of any additional names (other than given names or family ...
- Archive/B2G_OS/API/MozContact/adr The adr property is a list of all the possible addresses for the contact.
- Archive/B2G_OS/API/MozContact/anniversary The anniversary property represents the anniversary date of the contact (which can be different ...
- Archive/B2G_OS/API/MozContact/bday The bday property represents the birthday date of the contact.
- Archive/B2G_OS/API/MozContact/category The category property is a list of all the different categories the contact is associated with.
- Archive/B2G_OS/API/MozContact/email The email property is a list of all the possible e-mails for the contact.
- Archive/B2G_OS/API/MozContact/familyName The familyName property is a list of all the possible family names usable for the contact.
- Archive/B2G_OS/API/MozContact/genderIdentity The genderIdentity property represents the actual gender identity of the contact (which can be ...
- Archive/B2G_OS/API/MozContact/givenName The givenName property is a list of all the possible given names usable for the contact.
- Archive/B2G_OS/API/MozContact/honorificPrefix The honorificPrefix property is a list of all the possible honorific prefix usable for the contact.
- Archive/B2G_OS/API/MozContact/honorificSuffix The honorificSuffix property is a list of all the possible honorific suffixes usable for the ...
- Archive/B2G_OS/API/MozContact/id The id property is a unique string representing the contact within the device's contact database.
- Archive/B2G_OS/API/MozContact/impp The impp property is a list of all the possible Instant Messaging addresses for the contact.
- Archive/B2G_OS/API/MozContact/init The init method is used to initialize the mozContact object using a configuration object.
- Archive/B2G_OS/API/MozContact/jobTitle The jobTitle property is a list of all the possible job titles of the contact.
- Archive/B2G_OS/API/MozContact/key The key property is a list of all the possible encryption keys usable with the contact.
- Archive/B2G_OS/API/MozContact/name The name property is a list of all the possible names use to identify the contact. It's ...
- Archive/B2G_OS/API/MozContact/nickname The nickname property is a list of all the possible nicknames for the contact.
- Archive/B2G_OS/API/MozContact/note The note property is a list of arbitrary notes related to the contact.
- Archive/B2G_OS/API/MozContact/org The org property is a list of all the possible organizations the contact is affiliated with.
- Archive/B2G_OS/API/MozContact/photo The photo property is a list of images for the contact.
- Archive/B2G_OS/API/MozContact/published The published property provides the date of when the contact was stored for the first time on ...
- Archive/B2G_OS/API/MozContact/sex The sex property represents the actual sex of the contact.
- Archive/B2G_OS/API/MozContact/tel The tel property is a list of all the possible phone numbers for the contact.
- Archive/B2G_OS/API/MozContact/updated The updated property provides the date of when the contact was updated for the last time on the ...
- Archive/B2G_OS/API/MozContact/url The url property is a list of all the possible URLs for the contact.
- 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/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/mozHasPendingMessage This method is used to know if there are pending messages of a given type (true) ot not (false).
- 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/dial The dial() method of the Telephony interface dials a phone number and returns a new ...
- 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/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/emergency The emergency read-only property of the TelephonyCall interface indicates whether the current ...
- Archive/B2G_OS/API/TelephonyCall/group The group read-only property of the TelephonyCall interface indicates the TelephonyCallGroup ...
- Archive/B2G_OS/API/TelephonyCall/hangUp The hangUp () method of the TelephonyCall interface hangs up an ongoing call.
- Archive/B2G_OS/API/TelephonyCall/hold The hold() method of the TelephonyCall interface is used to put a call on hold.
- Archive/B2G_OS/API/TelephonyCall/id The id read-only property of the TelephonyCall interface indicates the caller id (usually the ...
- Archive/B2G_OS/API/TelephonyCall/number The number read-only property of the TelephonyCall interface indicates the telephone number ...