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.

WebSMS

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 certified applications only.

요약

WebSMS는 웹 콘텐츠에서 단문 메시지 서비스 (SMS) 또는 멀티미디어 메시지 서비스 (MMS)의 메시지들을 만들고, 보내고, 받을수 있도록 해주는 API 입니다.

이 API는 MozSmsManager 객체를 반환하는 window.navigator.mozSms 또는 MozMobileMessageManager 객체를 반환하는 window.navigator.mozMobileMessage 를 사용하여 이용 가능합니다. 자세한 내용은 아래의 인터페이스 전체 목록을 통해 보실 수 있습니다.

DOM 인터페이스

SMS 인터페이스

MMS, SMS 인터페이스

예제 코드와 소개

스펙

이 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) Not supported Not supported Not supported

설정 & 이용 가능한 환경

  • WebSMS는 기본적으로 비활성화 되어있습니다. dom.sms.enabled 설정을 true로 지정하여야 활성화됩니다.
  • WebSMS API를 사용하도록 허가된 호스트명들의 화이트 리스트(콤마로 구분)는 반드시 dom.sms.whitelist 설정에 명시되어야 합니다. 이 문자열은 기본적으로 빈 문자열입니다.
  • WebSMS는 오직 Firefox OS (B2G) 에 인증된 앱에서만 이용 가능합니다.
  • MMS는 Firefox OS 1.1 부터 이용 가능합니다.

참고 자료

문서 태그 및 공헌자

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