diff options
Diffstat (limited to 'files/ko/web/api/navigator/mozsms/index.html')
| -rw-r--r-- | files/ko/web/api/navigator/mozsms/index.html | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/files/ko/web/api/navigator/mozsms/index.html b/files/ko/web/api/navigator/mozsms/index.html deleted file mode 100644 index d6c9c16983..0000000000 --- a/files/ko/web/api/navigator/mozsms/index.html +++ /dev/null @@ -1,67 +0,0 @@ ---- -title: window.navigator.mozSms -slug: Web/API/Navigator/mozSms -tags: - - API - - Firefox OS - - Mobile - - Obsolete - - Property - - WebSMS -translation_of: Archive/B2G_OS/API/Navigator/mozSms ---- -<p>{{APIRef("Mobile Messaging API")}}</p> - -<div class="blockIndicator obsolete"> -<p><strong>Obsolete since Gecko 25 (Firefox 25 / Thunderbird 25 / SeaMonkey 2.22)</strong><br> - This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.</p> -</div> - -<div class="blockIndicator warning"> -<p style="text-align: center;">This API is available on <a href="/en-US/docs/Mozilla/Firefox_OS">Firefox OS</a> for <a href="/en-US/docs/Mozilla/Firefox_OS/Security/Application_security#App_Types">internal applications</a> only.</p> -</div> - -<p><code><a href="/ko/docs/Archive/B2G_OS/API/MozSmsManager">MozSmsManager</a></code> 객체를 반환한다. 이 객체는 SMS 메시지를 보내거나 받는데 사용된다.</p> - -<div class="blockIndicator note"> -<p>Note: <strong>Do not use anymore! </strong>This object has been removed in favor of <a href="/en-US/docs/Archive/B2G_OS/API/Navigator/mozMobileMessage" title="Returns a MozMobileMessageManager object you can use to receive and send MMS and SMS messages."><code>Navigator.mozMobileMessage</code></a>.</p> -</div> - -<h2 id="명세">명세</h2> - -<p>이 API는 비 표준 스펙의 구현체입니다. 하지만 W3C의 <a href="http://www.w3.org/2012/sysapps/" title="http://www.w3.org/2012/sysapps/">System Application Working Group</a>에서 논의되고 있습니다.</p> - -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('Messaging')}}</td> - <td>{{Spec2('Messaging')}}</td> - <td>Editor Draft (WIP).</td> - </tr> - </tbody> -</table> - -<h2 id="설정_이용_가능한_환경">설정 & 이용 가능한 환경</h2> - -<div id="compat-mobile"> </div> - -<ul> - <li>WebSMS는 기본적으로 비활성화 되어있습니다. <code>dom.sms.enabled</code> 설정을 true로 지정하여야 활성화됩니다.</li> - <li>WebSMS API를 사용하도록 허가된 호스트명들의 화이트 리스트(콤마로 구분)는 반드시 <code>dom.sms.whitelist 설정에 명시되어야 합니다. 이 문자열은 기본적으로 빈 문자열입니다.</code></li> - <li>WebSMS는 오직 Firefox OS (B2G) 에 인증된 앱에서만 이용 가능합니다.</li> -</ul> - -<h2 id="참고_자료">참고 자료</h2> - -<ul> - <li><a href="/en-US/docs/API/WebSMS" title="/en/docs/API/WebSMS">WebSMS API</a></li> - <li>{{ domxref("SmsManager") }}</li> - <li>{{ domxref("window.navigator.mozTelephony") }} for controlling telephone calls.</li> -</ul> |
