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

Commit 326d1a0

Browse files
author
Eduardo Fullea
committed
adding Interface ReadReportEvent
1 parent 423157e commit 326d1a0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,6 +1859,36 @@ <h2><a>DeliveryReportEvent</a> Interface</h2>
18591859
</section>
18601860

18611861

1862+
<!-- - - - - - - - - - - - Interface ReadReportEvent - - - - - - - - - - -->
1863+
<section>
1864+
<h2><a>ReadReportEvent</a> Interface</h2>
1865+
<p>The <a>ReadReportEvent</a> interface represents events related
1866+
to a read report of a sent message.
1867+
<dl title="interface ReadReportEvent : Event"
1868+
class="idl">
1869+
<dt>readonly attribute DOMString serviceID</dt>
1870+
<dd>MUST return the identifier of the service used to send the message to
1871+
which this read report event is related.</dd>
1872+
<dt>readonly attribute DOMString messageID</dt>
1873+
<dd>MUST return the identifier of the message to which this read
1874+
report event is related.</dd>
1875+
<dt>readonly attribute DOMString[] recipients</dt>
1876+
<dd>MUST return an array contining the addresses of the subset of the
1877+
original recipients of the message to which this read report event is
1878+
related. As read reports related to just part of the recipients of the
1879+
MMS message are possible, this array may not contain the full list of
1880+
recipients to which the MMS message was sent.
1881+
</dd>
1882+
<dt>readonly attribute Date[]? readTimestamps</dt>
1883+
<dd>MUST return an array containing the read dates for each of the
1884+
recipients to which this read report event relates. Each element in the
1885+
array refers to the recipient in the same position of the
1886+
<code>recipients</code> array.
1887+
</dd>
1888+
</dl>
1889+
</section>
1890+
1891+
18621892
<!-- - - - - - - - - - - - Interface ServiceChangeEvent - - - - - - - - - - -->
18631893
<section>
18641894
<h2><a>ServiceChangeEvent</a> Interface</h2>

0 commit comments

Comments
 (0)