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

Commit 25639ac

Browse files
author
Eduardo Fullea
committed
adding MmsSendParameters
1 parent c4344ad commit 25639ac

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

index.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -921,10 +921,10 @@ <h2><a>MmsManager</a> Interface</h2>
921921
<dd>
922922
Content and recipients of the MMS message to be sent.
923923
</dd>
924-
<dt>optional DOMString serviceID</dt>
924+
<dt>optional MmsSendParameters sendParameters</dt>
925925
<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).
928928
</dd>
929929
</dl>
930930
</dd>
@@ -1477,6 +1477,22 @@ <h2>Event handlers</h2>
14771477

14781478
</section>
14791479

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>
14801496

14811497
<!-- - - - - - - - - - - - Interface SmsMessage - - - - - - - - - - - - - - -->
14821498
<section>

0 commit comments

Comments
 (0)