Our volunteers haven't translated this article into Azərbaycanca yet. Join us and help get the job done!
Non-standard
This feature is not on a current W3C standards track, but it is supported on the Firefox OS platform. Although implementations may change in the future and it is not supported widely across browsers, it is suitable for use in code dedicated to Firefox OS apps.
This API is available on Firefox OS for internal applications only.
Summary
The DOM MozMobileMessageThread object represents a thread of messages.
Properties
MozMobileMessageThread.idRead only- Returns a number representing the id of the thread.
MozMobileMessageThread.bodyRead only- Returns a
DOMStringwith the message body of the last message in the thread. MozMobileMessageThread.unreadCountRead only- Returns a number representing the total unread messages in the thread.
MozMobileMessageThread.participantsRead only- Returns an array of
DOMStringrepresenting the addresses of each participant to the thread. MozMobileMessageThread.timestampRead only- Returns a
Dateobject with the timestamp of the last message in the thread. MozMobileMessageThread.lastMessageTypeRead only- Returns a
DOMStringwhich can either besmsormms.
Specifications
This is a nonstandard 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 | Not supported | Not supported | Not supported | Not supported | Not supported |
| Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|
| Basic support | Not supported | 12.0 (12.0) Moz | Not supported | Not supported | Not supported |