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

Commit de1c8cc

Browse files
author
Eduardo Fullea
committed
addressing Marcos' comment
1 parent ed30313 commit de1c8cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ <h2><a>MmsManager</a> Interface</h2>
856856

857857
<dt>FetchMode getFetchMode ()</dt>
858858
<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
860860
provided, or the first item in the <code>serviceIDs</code> attribute of
861861
the <code>MmsManager</code> otherwise).
862862
<dl class='parameters'>
@@ -870,8 +870,8 @@ <h2><a>MmsManager</a> Interface</h2>
870870
<dt>void setFetchMode ()</dt>
871871
<dd>This method issues a request to the messaging system to set the MMS
872872
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.
875875
<dl class='parameters'>
876876
<dt>FetchMode fetchMode</dt>
877877
<dd>
@@ -1897,8 +1897,8 @@ <h2>Enumerations</h2>
18971897
<dt>fetching</dt>
18981898
<dd>
18991899
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.
19021902
</dd>
19031903

19041904
<dt>received</dt>

0 commit comments

Comments
 (0)