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

Commit d803a4e

Browse files
author
Eduardo Fullea
committed
MmsManager.send procedures with MmsSendParameters
1 parent 25639ac commit d803a4e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,9 +1037,9 @@ <h3>Steps</h3>
10371037
<li>Set the <code>type</code> of <em>mmsMessage</em> to 'mms'.
10381038
<li>Set the <code>serviceID</code> of <em>mmsMessage</em> to the
10391039
identifier of the service used to send the message, i.e. the one passed in
1040-
the <code>serviceID</code> parameter, if provided, or otherwise to the
1041-
first item in the <code>serviceIDs</code> attribute of the
1042-
<code>MmsManager</code>.
1040+
the <code>serviceID</code> parameter in <code>MmsSendParameters</code>, if
1041+
provided, or otherwise to the first item in the <code>serviceIDs</code>
1042+
attribute of the <code>MmsManager</code>.
10431043
<li>Set the <code>from</code> of <em>mmsMessage</em> to the number of the
10441044
mobile subscription used to send this MMS message.
10451045
<li>Set the <code>read</code> of <em>mmsMessage</em> to 'true'.
@@ -1062,13 +1062,14 @@ <h3>Steps</h3>
10621062
<code>to</code>, <code>cc</code> and <code>bcc</code> parameters (i.e. a
10631063
single item if the same address has multiple ocurrences across these
10641064
parameters), with the <code>recipient</code> attribute set to this
1065-
recipient's address and the <code>deliveryStatus</code> attribute set to
1065+
recipient's address, with the <code>deliveryStatus</code> attribute set to
10661066
'pending', if a delivery report has been requested, or 'not-applicable'
1067-
otherwise.
1067+
otherwise and with the <code>readStatus</code> attribute set to 'pending',
1068+
if a read report has been requested, or 'not-applicable' otherwise.
10681069
<li>Make a request to the system to send an MMS message with the content
10691070
passed in the <code>content</code> parameter to the number(s) of indicated
10701071
in the <code>to</code> parameter, using the proper service as described
1071-
above.
1072+
above and asking for delivery and/or read report if requested.
10721073
<li><a>Queue a task</a> to monitor MMS sending progress.
10731074
</ol>
10741075
<li>If an <var>error</var> occurs run these substeps and terminate these

0 commit comments

Comments
 (0)