Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

MozSmsMessage

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 MozSmsMessage 객체는 SMS 문자 메시지를 나타내며 발신자, 수신자, 본문, 날짜와 같은 모든 정보를 가지고 있다.

속성

MozSmsMessage.type Read only
sms라는 값을 가지는 문자열이다.
MozSmsMessage.id Read only
메시지의 id를 나타내는 숫자를 반환한다.
MozSmsMessage.threadId Read only
메시지 일부의 스레드의 id를 나타내는 숫자를 반환한다.
MozSmsMessage.body Read only
메시지의 본문을 나타내는 DOMString 를 반환한다.
MozSmsMessage.delivery Read only
received, sending, sent, error 중 하나의 DOMString 을 반환한다.
MozSmsMessage.deliveryStatus Read only
delivery 속성 값에 따라 다음과 같은 DOMString 을 반환한다:
* received : success
* sending  : pending 또는 not-applicable (만약 메시지가 상태 보고 요청없이 전송되었다면)
* sent     : pending, success, error 또는 not-applicable (만약 메시지가 상태 보고 요청없이 전송되었다면)
* error    : error
MozSmsMessage.read Read only
메시지를 읽었는지 읽지 않았는지를 가리키는 Boolean을 반환한다.
MozSmsMessage.receiver Read only
수신자 이름을 나타내는 DOMString 을 반환한다.
MozSmsMessage.sender Read only
발신자 이름을 나타내는 DOMString 을 반환한다.
MozSmsMessage.timestamp Read only
메시지의 타임스탬프인 Date 객체를 반환한다.
MozSmsMessage.messageClass Read only
normal, class-0, class-1, class-2, class-3 중 하나의 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

참고 자료

문서 태그 및 공헌자

 이 페이지의 공헌자: AshfaqHossain, PillarLee
 최종 변경: AshfaqHossain,