From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/ko/webapi/websms/index.html | 85 --------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 files/ko/webapi/websms/index.html (limited to 'files/ko/webapi/websms/index.html') diff --git a/files/ko/webapi/websms/index.html b/files/ko/webapi/websms/index.html deleted file mode 100644 index 9f91f8ff00..0000000000 --- a/files/ko/webapi/websms/index.html +++ /dev/null @@ -1,85 +0,0 @@ ---- -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에서 논의되고 있습니다.

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Messaging')}}{{Spec2('Messaging')}}Editor Draft (WIP).
- -

설정 & 이용 가능한 환경

- -
 
- - -- cgit v1.2.3-54-g00ecf