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 MozMmsMessage
객체는 MMS 메시지를 나타내며 발신자, 수신자, 본문, 첨부 파일, 날짜와 같은 모든 정보를 가지고 있다.
속성
-
MozMmsMessage.type
Read only -
mms라는 값을 가지는 문자열이다.
-
MozMmsMessage.id
Read only - 메시지의 id를 나타내는 숫자를 반환한다.
-
MozMmsMessage.threadId
Read only - 메시지 일부의 스레드의 id를 나타내는 숫자를 반환한다.
-
MozMmsMessage.subject
Read only -
메시지의 제목을 나타내는
DOMString
을 반환한다. -
MozMmsMessage.smil
Read only -
메시지의 SMIL 콘텐츠를 나타내는
DOMString
을 반환한다. -
MozMmsMessage.attachments
Read only -
SMIL 콘텐츠에 필요한 첨부 파일을 나타내는 객체의 배열을 반환한다. 이 객체들은
id
,location,
content
(Blob
)를 포함하고 있다. -
MozMmsMessage.expiryDate
Read only -
MMS를 수동으로 다운로드 받게 되는 만기일을 나타내는
Date
객체를 반환한다. -
MozMmsMessage.delivery
Read only -
Returns an array of
DOMString
which can either benot-download
,received
,sending
,sent
,error 중 하나의 값을 가지게 되는
DOMString
의 배열을 반환한다.
-
MozMmsMessage.deliveryStatus
Read only -
delivery
속성 값에 따라 다음과 같은DOMString
을 반환한다:
*received
:success
*sending
:pending
또는not-applicable
(만약 메시지가 상태 보고 요청없이 전송되었다면).
*sent
:pending
,success
,error
또는not-applicable
(만약 메시지가 상태 보고 요청없이 전송되었다면).
*error
:error
-
MozMmsMessage.read
Read only - 메시지를 읽었는지 읽지 않았는지를 가리키는 Boolean을 반환한다.
-
MozMmsMessage.receivers
Read only -
각 수신자의 이름을 가진
DOMString
의 배열을 반환한다. -
MozMmsMessage.sender
Read only -
발신자의 이름을 가진
DOMString
을 반환한다. -
MozMmsMessage.timestamp
Read only -
메시지의 타임스탬프인
Date
객체를 반환한다.
스펙
이 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 |