This article needs a technical review. How you can help.
This API is available on Firefox OS for internal applications only.
Summary
The getThreads
method is used to iterate through a list of MozMobileMessageThread
objects. Each of those objects represents a conversation between participants.
Syntax
var cursor = navigator.mozMobileMessage.getThreads();
Return
A DOMCursor
object to handle the success
or error
of the operation. Each time the cursor operation is successful, the cursor's result
represents the current MozMobileMessageThread
in the list.
Specifications
This is a non-standard implementation, but it is discussed at W3C as part of the System Application Working Group.
Specification | Status | Comment |
---|---|---|
Messaging API | Editor's Draft | Editor Draft (WIP). |
Browser compatibility
For obvious reasons, support is primarily expected on mobile browsers.
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | No support | No support | No support | No support | No support |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | No support | 12.0 (12.0) Moz | No support | No support | No support |