@@ -1776,6 +1776,42 @@ <h2><a>DeliveryReport</a> Interface</h2>
1776
1776
</ section >
1777
1777
1778
1778
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
+
1779
1815
<!-- - - - - - - - - - - - Interface MessagingEvent - - - - - - - - - - - - -->
1780
1816
< section >
1781
1817
< h2 > < a > MessagingEvent</ a > Interface</ h2 >
0 commit comments