aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/navigator/mozmobilemessage/index.html
blob: 7645d8d833d9b4edddccb457c13e7c2f02b5bdb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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>