@@ -856,7 +856,7 @@ <h2><a>MmsManager</a> Interface</h2>
856
856
857
857
< dt > FetchMode getFetchMode ()</ dt >
858
858
< dd > This method requests to retrieve the fetch mode associated to a specific
859
- service (the one identified by the < code > serviceID</ code > attribute , if
859
+ service (the one identified by the < code > serviceID</ code > parameter , if
860
860
provided, or the first item in the < code > serviceIDs</ code > attribute of
861
861
the < code > MmsManager</ code > otherwise).
862
862
< dl class ='parameters '>
@@ -870,8 +870,8 @@ <h2><a>MmsManager</a> Interface</h2>
870
870
< dt > void setFetchMode ()</ dt >
871
871
< dd > This method issues a request to the messaging system to set the MMS
872
872
message fetch mode for the service identified by the < code > serviceID</ code >
873
- attribute , if provided, or for all services otherwise, to the mode indicated
874
- in the < code > fetchMode</ code > attribute .
873
+ argument , if provided, or for all services otherwise, to the mode indicated
874
+ in the < code > fetchMode</ code > parameter .
875
875
< dl class ='parameters '>
876
876
< dt > FetchMode fetchMode</ dt >
877
877
< dd >
@@ -1897,8 +1897,8 @@ <h2>Enumerations</h2>
1897
1897
< dt > fetching</ dt >
1898
1898
< dd >
1899
1899
The message is an inbound message, for which an MMS notification
1900
- has been received and the message is in the process of being
1901
- downloaded .
1900
+ has been received, and whose download has started and not yet
1901
+ finished .
1902
1902
</ dd >
1903
1903
1904
1904
< dt > received</ dt >
0 commit comments