@@ -1037,9 +1037,9 @@ <h3>Steps</h3>
1037
1037
< li > Set the < code > type</ code > of < em > mmsMessage</ em > to 'mms'.
1038
1038
< li > Set the < code > serviceID</ code > of < em > mmsMessage</ em > to the
1039
1039
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 > .
1043
1043
< li > Set the < code > from</ code > of < em > mmsMessage</ em > to the number of the
1044
1044
mobile subscription used to send this MMS message.
1045
1045
< li > Set the < code > read</ code > of < em > mmsMessage</ em > to 'true'.
@@ -1062,13 +1062,14 @@ <h3>Steps</h3>
1062
1062
< code > to</ code > , < code > cc</ code > and < code > bcc</ code > parameters (i.e. a
1063
1063
single item if the same address has multiple ocurrences across these
1064
1064
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
1066
1066
'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.
1068
1069
< li > Make a request to the system to send an MMS message with the content
1069
1070
passed in the < code > content</ code > parameter to the number(s) of indicated
1070
1071
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 .
1072
1073
< li > < a > Queue a task</ a > to monitor MMS sending progress.
1073
1074
</ ol >
1074
1075
< li > If an < var > error</ var > occurs run these substeps and terminate these
0 commit comments