--- title: WebSMS slug: WebAPI/WebSMS tags: - Non-standard translation_of: Archive/B2G_OS/API/Mobile_Messaging_API ---

{{DefaultAPISidebar("Mobile Messaging API")}}

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.

요약

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

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

DOM 인터페이스

SMS 인터페이스

MMS, SMS 인터페이스

예제 코드와 소개

명세

이 API는 비 표준 스펙의 구현체입니다. 하지만 W3C의 System Application Working Group에서 논의되고 있습니다.

Specification Status Comment
{{SpecName('Messaging')}} {{Spec2('Messaging')}} Editor Draft (WIP).

설정 & 이용 가능한 환경