This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -921,10 +921,10 @@ <h2><a>MmsManager</a> Interface</h2>
921
921
< dd >
922
922
Content and recipients of the MMS message to be sent.
923
923
</ dd >
924
- < dt > optional DOMString serviceID </ dt >
924
+ < dt > optional MmsSendParameters sendParameters </ dt >
925
925
< dd >
926
- Identifier of the service through which the message is requested to
927
- be sent .
926
+ Set of parameters related to the submission of the message (e.g.
927
+ request of delivery/read report or not) .
928
928
</ dd >
929
929
</ dl >
930
930
</ dd >
@@ -1477,6 +1477,22 @@ <h2>Event handlers</h2>
1477
1477
1478
1478
</ section >
1479
1479
1480
+ <!-- - - - - - - - - - - - Dictionary MmsSendParameters- - - - - - - - - - - -->
1481
+ < section >
1482
+ < h2 > < a > MmsSendParameters</ a > Dictionary</ h2 >
1483
+ < dl title ="dictionary MmsSendParameters " class ="idl ">
1484
+ < dt > optional DOMString serviceID</ dt >
1485
+ < dd > Identifier of the service through which the message is requested to be
1486
+ sent. </ dd >
1487
+
1488
+ < dt > boolean requestDeliveryReport</ dt >
1489
+ < dd > Flag to indicate whether a delivery report is requested. </ dd >
1490
+
1491
+ < dt > boolean requestReadReport</ dt >
1492
+ < dd > Flag to indicate whether a read report is requested. </ dd >
1493
+
1494
+ </ dl >
1495
+ </ section >
1480
1496
1481
1497
<!-- - - - - - - - - - - - Interface SmsMessage - - - - - - - - - - - - - - -->
1482
1498
< section >
You can’t perform that action at this time.
0 commit comments