Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
This API is available on Firefox OS for internal applications only.
요약
DOM MozMobileMessageThread
객체는 메시지의 스레드를 나타낸다.
속성
-
MozMobileMessageThread.id
Read only - 스레드의 id를 나타내는 숫자를 반환한다.
-
MozMobileMessageThread.body
Read only -
스레드의 마지막 메시지의 본문을 나타내는
DOMString
을 반환한다. -
MozMobileMessageThread.unreadCount
Read only - 스레드에 있는 총 읽지 않은 메시지의 개수를 반환한다.
-
MozMobileMessageThread.participants
Read only -
스레드에 각 참가자의 주소를 나타내는
DOMString
의 배열을 반환한다. -
MozMobileMessageThread.timestamp
Read only -
스레드의 마지막 메시지의 타임스탬프를 나타내는
Date
객체를 반환한다. -
MozMobileMessageThread.lastMessageType
Read only -
sms
또는mms 값을 가지는
DOMString
을 반환한다.
스펙
이 API는 비 표준 스펙의 구현체이다. 그러나 W3C의 System Application Working Group에서 논의되고 있다.
Specification | Status | Comment |
---|---|---|
Messaging API | Editor's Draft | Editor Draft (WIP). |
브라우저 호환성
당연하게도, 모바일 브라우저를 주로 지원할 것으로 예상된다.
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 |