Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 423157e

Browse files
author
Eduardo Fullea
committed
adding Interface ReadReport
1 parent 3affa12 commit 423157e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,42 @@ <h2><a>DeliveryReport</a> Interface</h2>
17761776
</section>
17771777

17781778

1779+
<!-- - - - - - - - - - - - Interface ReadReport - - - - - - - - - - - - -->
1780+
<section>
1781+
<h2><a>ReadReport</a> Interface</h2>
1782+
<p>The <a>ReadReport</a> interface represents a system message related to
1783+
a read report of a sent MMS message. This event is originated from the system
1784+
and will start the application if it is not currently running.
1785+
1786+
<p>The application that consumes this API MAY set a message handler for the
1787+
<code>ReadReport</code> system message to listen for when a system
1788+
message related to a received read report is fired.
1789+
1790+
<dl title="interface ReadReport"
1791+
class="idl">
1792+
<dt>readonly attribute DOMString serviceID</dt>
1793+
<dd>MUST return the identifier of the service used to send the message to
1794+
which this read report is related.</dd>
1795+
<dt>readonly attribute DOMString messageID</dt>
1796+
<dd>MUST return the identifier of the message to which this read
1797+
report is related.</dd>
1798+
<dt>readonly attribute DOMString[] recipients</dt>
1799+
<dd>MUST return an array contining the addresses of the subset of the
1800+
original recipients of the message to which this read report is
1801+
related. As read reports related to just part of the recipients of the
1802+
MMS message are possible, this array may not contain the full list of
1803+
recipients to which the MMS message was sent.
1804+
</dd>
1805+
<dt>readonly attribute Date[]? readTimestamps</dt>
1806+
<dd>MUST return an array containing the read dates by each of the
1807+
recipients to which this read report event relates. Each element in the
1808+
array refers to the recipient in the same position of the
1809+
<code>recipients</code> array.
1810+
</dd>
1811+
</dl>
1812+
</section>
1813+
1814+
17791815
<!-- - - - - - - - - - - - Interface MessagingEvent - - - - - - - - - - - - -->
17801816
<section>
17811817
<h2><a>MessagingEvent</a> Interface</h2>

0 commit comments

Comments
 (0)