aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/navigator/mozsms/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/navigator/mozsms/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/web/api/navigator/mozsms/index.html')
-rw-r--r--files/ja/web/api/navigator/mozsms/index.html53
1 files changed, 53 insertions, 0 deletions
diff --git a/files/ja/web/api/navigator/mozsms/index.html b/files/ja/web/api/navigator/mozsms/index.html
new file mode 100644
index 0000000000..defb9326b5
--- /dev/null
+++ b/files/ja/web/api/navigator/mozsms/index.html
@@ -0,0 +1,53 @@
+---
+title: window.navigator.mozSms
+slug: Web/API/Navigator/mozSms
+tags:
+ - DOM
+ - Gecko DOM Reference
+ - Mobile
+ - WebSMS
+translation_of: Archive/B2G_OS/API/Navigator/mozSms
+---
+<div>
+ {{ApiRef}}{{non-standard_header}}</div>
+<h2 id="Summary" name="Summary">概要</h2>
+<p>SMS メッセージの送受信に用いることが出来る {{domxref("SmsManager")}} オブジェクトを返します。</p>
+<h2 id="Syntax" name="Syntax">構文</h2>
+<pre class="syntaxbox">var sms = window.navigator.mozSms;
+</pre>
+<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザ実装状況</h2>
+<p>主にモバイルブラウザでのサポートが期待されます。</p>
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>機能</th>
+ <th>Android</th>
+ <th>Firefox Mobile (Gecko)</th>
+ <th>IE Mobile</th>
+ <th>Opera Mobile</th>
+ <th>Safari Mobile</th>
+ </tr>
+ <tr>
+ <td>基本サポート</td>
+ <td>{{CompatNo}}</td>
+ <td>{{CompatGeckoMobile("12.0")}}</td>
+ <td>{{CompatNo}}</td>
+ <td>{{CompatNo}}</td>
+ <td>{{CompatNo}}</td>
+ </tr>
+ </tbody>
+</table>
+<h2 id="Preferences_.26_availability" name="Preferences_.26_availability">設定 / 可用性</h2>
+<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="Specification" name="Specification">仕様書</h2>
+<p>標準仕様には含まれていません。ただし、<a class="link-https" href="https://wiki.mozilla.org/WebAPI/WebSMS" title="https://wiki.mozilla.org/WebAPI/WebSMS">WebSMS design document</a> に基づく提案が予定されています。</p>
+<h2 id="See_also" name="See_also">関連情報</h2>
+<ul>
+ <li><a href="/ja/docs/API/WebSMS" title="API/WebSMS">WebSMS API</a></li>
+ <li>{{domxref("SmsManager")}}</li>
+ <li>{{domxref("window.navigator.mozTelephony")}} - 電話の呼び出しの制御</li>
+</ul>