aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/mozmobilemessagethread/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/web/api/mozmobilemessagethread/index.html
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/web/api/mozmobilemessagethread/index.html')
-rw-r--r--files/ko/web/api/mozmobilemessagethread/index.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/files/ko/web/api/mozmobilemessagethread/index.html b/files/ko/web/api/mozmobilemessagethread/index.html
new file mode 100644
index 0000000000..4e8e8048a5
--- /dev/null
+++ b/files/ko/web/api/mozmobilemessagethread/index.html
@@ -0,0 +1,40 @@
+---
+title: MozMobileMessageThread
+slug: Web/API/MozMobileMessageThread
+tags:
+ - Non-standard
+translation_of: Archive/B2G_OS/API/MozMobileMessageThread
+---
+<p>{{ ApiRef() }}</p>
+
+<p>{{ non-standard_header() }}</p>
+
+<h2 id="요약">요약</h2>
+
+<p>DOM <code>MozMobileMessageThread</code> 객체는 메시지의 스레드를 나타낸다.</p>
+
+<h2 id="속성">속성</h2>
+
+<dl>
+ <dt>{{domxref("MozMobileMessageThread.id")}} {{readonlyinline}}</dt>
+ <dd>스레드의 id를 나타내는 숫자를 반환한다.</dd>
+ <dt>{{domxref("MozMobileMessageThread.body")}} {{readonlyinline}}</dt>
+ <dd>스레드의 마지막 메시지의 본문을 나타내는 {{ domxref("DOMString") }} 을 반환한다.</dd>
+ <dt>{{domxref("MozMobileMessageThread.unreadCount")}} {{readonlyinline}}</dt>
+ <dd>스레드에 있는 총 읽지 않은 메시지의 개수를 반환한다.</dd>
+ <dt>{{domxref("MozMobileMessageThread.participants")}} {{readonlyinline}}</dt>
+ <dd>스레드에 각 참가자의 주소를 나타내는 {{ domxref("DOMString") }} 의 배열을 반환한다.</dd>
+ <dt>{{domxref("MozMobileMessageThread.timestamp")}} {{readonlyinline}}</dt>
+ <dd>스레드의 마지막 메시지의 타임스탬프를 나타내는 <code><a href="/en/JavaScript/Reference/Global_Objects/Date" title="Date">Date</a></code> 객체를 반환한다.</dd>
+ <dt>{{domxref("MozMobileMessageThread.lastMessageType")}} {{readonlyinline}}</dt>
+ <dd><code>sms</code> 또는 <code>mms 값을 가지는 </code>{{ domxref("DOMString") }} 을 반환한다.</dd>
+</dl>
+
+<h2 id="참고_자료">참고 자료</h2>
+
+<div id="compat-mobile"> </div>
+
+<ul>
+ <li>{{ domxref("window.navigator.mozMobileMessage") }}</li>
+ <li>{{ domxref("MozMobileMessageManager") }}</li>
+</ul>