Articles tagged: API
Found 5012 documents
- 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/DOMApplication In the Open Web apps JavaScript API, an App object is a JavaScript object that represents an app ...
- Archive/B2G_OS/API/DOMApplication/launch This method doesn't return anything.
- Archive/B2G_OS/API/DOMCursor A DOMCursor object represents an ongoing operation over a list of results. It is an enhanced ...
- Archive/B2G_OS/API/DOMCursor/continue The continue method is used to tell the cursor to move to the next result. The DOMCursor 's ...
- Archive/B2G_OS/API/DOMCursor/done The done property indicate if the DOMCursor has reached the last result.
- Archive/B2G_OS/API/DOMRequest A DOMRequest object represents an ongoing operation. It provides callbacks that are called when ...
- Archive/B2G_OS/API/DOMRequest/error This property can contain error information in a DOMError object.
- Archive/B2G_OS/API/DOMRequest/onerror This property specifies a callback function to be run when a DOMRequest fails.
- Archive/B2G_OS/API/DOMRequest/onsuccess This property specifies a callback function to be run when a DOMRequest completes successfully.
- Archive/B2G_OS/API/DOMRequest/readyState This property is a string that indicates whether or not a DOMRequest operation has finished running.
- Archive/B2G_OS/API/DOMRequest/result This property provides the result value from a DOMRequest operation.
- 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/FMRadio/antennaAvailable The antennaAvailable property value indicates if an antenna is plugged and available.
- Archive/B2G_OS/API/FMRadio/cancelSeek The cancelSeek method is used to tell the radio to stop seeking for frequencies.
- Archive/B2G_OS/API/FMRadio/channelWidth The channelWidth property value indicates the channel width of the ranges of frequency, in MHz.
- Archive/B2G_OS/API/FMRadio/disable The disable method is used to turn off the radio.
- Archive/B2G_OS/API/FMRadio/enable The enable method is used to turns on the radio on the given frequency.
- Archive/B2G_OS/API/FMRadio/enabled The enabled property value indicates whether the radio is playing (true) or not (false)
- Archive/B2G_OS/API/FMRadio/frequency The frequency property value returns the current radio frequency.
- Archive/B2G_OS/API/FMRadio/frequencyLowerBound The frequencyLowerBound property value indicates the minimum frequency down to which the seek ...
- Archive/B2G_OS/API/FMRadio/frequencyUpperBound The frequencyUpperBound property value indicates the maximum frequency up to which the seek ...
- Archive/B2G_OS/API/FMRadio/onantennaavailablechange Specifies an event listener to receive antennaavailablechange events. Those events occur when an ...
- Archive/B2G_OS/API/FMRadio/ondisabled Specifies an event listener to receive disabled events. Those events occur when the device's FM ...
- Archive/B2G_OS/API/FMRadio/onenabled Specifies an event listener to receive enabled events. Those events occur when the device's FM ...
- Archive/B2G_OS/API/FMRadio/onfrequencychange Specifies an event listener to receive frequencychange events. Those events occur whenever the ...
- Archive/B2G_OS/API/FMRadio/seekDown The seekDown method is used to tell the radio to seek down to the next radio channel. The search ...
- Archive/B2G_OS/API/FMRadio/seekUp The seekUp method is used to tell the radio to seek up to the next radio channel. The search ...
- Archive/B2G_OS/API/FMRadio/setFrequency The setFrequency method is used to change the frequency listened to by the radio.
- Archive/B2G_OS/API/HTMLMediaElement/mozAudioChannelType The mozAudioChannelType property of the HTMLMediaElement interface can be used to set the audio ...
- Archive/B2G_OS/API/Idle_API The Idle API is used to notify an app when the user is idle. This lets an app take action when ...
- 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/Mobile_Messaging_API WebSMS is an API that makes it possible for web content to create, send, and receive Short ...
- Archive/B2G_OS/API/Mobile_Messaging_API/Introduction_to_Mobile_Message_API A part of the core functionality in a mobile phone is sending and receiving SMS and MMS ...
- 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 The MozActivityRequestHandler interface allows apps that handle activities to access and ...
- 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 The MozContact interface is used to describe a single contact in the device's contact database.
- 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/MozContactChangeEvent The MozContactChangeEvent interface provides information about the contact that has changed. It ...
- Archive/B2G_OS/API/MozContactChangeEvent/contactID The contactID property represents the unique ID of the contact that has been changed.
- Archive/B2G_OS/API/MozContactChangeEvent/reason The reason property indicates what kind of change was made to the contact.
- Archive/B2G_OS/API/MozIccManager The MozIccManager interface gives access to ICC related functionalities.
- Archive/B2G_OS/API/MozIccManager/onstkcommand The onstkcommand property specifies an event listener to receive stkcommand events. These events ...
- Archive/B2G_OS/API/MozIccManager/onstksessionend The onstksessionend property specifies an event listener to receive stksessionend events. These ...
- Archive/B2G_OS/API/MozIccManager/sendStkResponse The sendStkResponse method is used to send a response back to ICC after an attempt to execute ...
- Archive/B2G_OS/API/MozMmsEvent The DOM MozMmsEvent represents events related to WebSMS MMS messages.
- Archive/B2G_OS/API/MozMmsEvent/message The message property is the MozMmsMessage from which the event originated.
- Archive/B2G_OS/API/MozMmsMessage The DOM MozMmsMessage object represents an MMS message and has all the information about sender, ...
- Archive/B2G_OS/API/MozMmsMessage/attachments The attachments property gives access to the list of all the MMS attachments (resources ...
- Archive/B2G_OS/API/MozMmsMessage/delivery The delivery property represents the current state of the message delivery from the device ...
- Archive/B2G_OS/API/MozMmsMessage/deliveryStatus The deliveryStatus property represents the current state of the message delivery from the ...
- Archive/B2G_OS/API/MozMmsMessage/expiryDate The expiryDate property represents the expiry date for an MMS to be manually downloaded.
- Archive/B2G_OS/API/MozMmsMessage/id The id property represents the unique id of the message.
- Archive/B2G_OS/API/MozMmsMessage/read The read property indicates if the message has been read (true) or not (false).
- Archive/B2G_OS/API/MozMmsMessage/receivers The receivers property provides the list of all receivers for a given message. Each receiver is ...
- Archive/B2G_OS/API/MozMmsMessage/sender The sender property provides the phone number of the sender of a given message.
- Archive/B2G_OS/API/MozMmsMessage/smil The smil property represents a stringified version of the SMIL content of the message (an MMS is ...
- Archive/B2G_OS/API/MozMmsMessage/subject The subject property is a string representing the subject of the message (in many cases, its title).