aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/navigator/mozmobilemessage/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/api/navigator/mozmobilemessage/index.html')
-rw-r--r--files/ko/web/api/navigator/mozmobilemessage/index.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/files/ko/web/api/navigator/mozmobilemessage/index.html b/files/ko/web/api/navigator/mozmobilemessage/index.html
new file mode 100644
index 0000000000..7645d8d833
--- /dev/null
+++ b/files/ko/web/api/navigator/mozmobilemessage/index.html
@@ -0,0 +1,58 @@
+---
+title: window.navigator.mozMobileMessage
+slug: Web/API/Navigator/mozMobileMessage
+tags:
+ - Non-standard
+ - Obsolete
+translation_of: Archive/B2G_OS/API/Navigator/mozMobileMessage
+---
+<p>{{ ApiRef() }}</p>
+
+<p>{{ non-standard_header() }}</p>
+
+<p>{{ B2GOnlyHeader2('certified') }}</p>
+
+<h2 id="Summary" name="Summary">요약</h2>
+
+<p>{{ domxref("MozMobileMessageManager") }} 객체를 반환한다. 이 객체는 MMS와 SMS 메시지를 보내거나 받는데 사용된다.</p>
+
+<h2 id="명세">명세</h2>
+
+<p> </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="설정_이용_가능한_환경">설정 &amp; 이용 가능한 환경</h2>
+
+<div id="compat-mobile"> </div>
+
+<ul>
+ <li>WebSMS는 기본적으로 비활성화 되어있습니다. <code>dom.sms.enabled 설정을 true로 지정하여야 활성화됩니다.</code></li>
+ <li>WebSMS API를 사용하도록 허가된 호스트명들의 화이트 리스트(콤마로 구분)는 반드시 <code>dom.sms.whitelist 설정에 명시되어야 합니다. 이 문자열은 기본적으로 빈 문자열입니다.</code></li>
+ <li>WebSMS는 오직 Firefox OS (B2G) 에 인증된 앱에서만 이용 가능합니다.</li>
+ <li>MMS는 Firefox OS 1.1 부터 이용 가능합니다.</li>
+</ul>
+
+<h2 id="참고_자료">참고 자료</h2>
+
+<ul>
+ <li><a href="/en-US/docs/API/WebSMS" title="/en-US/docs/API/WebSMS">WebSMS API</a></li>
+ <li>{{ domxref("MozMobileMessageManager") }}</li>
+ <li>{{ domxref("window.navigator.mozTelephony") }} for controlling telephone calls.</li>
+ <li>{{ domxref("window.navigator.mozSms") }} for handling SMS only.</li>
+</ul>