@@ -1859,6 +1859,36 @@ <h2><a>DeliveryReportEvent</a> Interface</h2>
1859
1859
</ section >
1860
1860
1861
1861
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
+
1862
1892
<!-- - - - - - - - - - - - Interface ServiceChangeEvent - - - - - - - - - - -->
1863
1893
< section >
1864
1894
< h2 > < a > ServiceChangeEvent</ a > Interface</ h2 >
0 commit comments