This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -1169,8 +1169,9 @@ <h3>Steps</h3>
1169
1169
< ol >
1170
1170
< li > If the < code > messageID</ code > parameter passed in the request matches
1171
1171
with an MMS message that has already been fetched, or to an SMS message go
1172
- to next step, otherwise make a request to the system to fetch the MMS
1173
- message.
1172
+ to next step, otherwise set the < code > state</ code > of the
1173
+ < code > MmsMessage</ code > to 'fetching' and make a request to the system to
1174
+ fetch the MMS message.
1174
1175
< li > Let < var > future</ var > be a new < code > Future</ code > object and
1175
1176
< var > resolver</ var > its associated < code > resolver</ code >
1176
1177
< li > Return < var > future</ var > to the caller.
@@ -1885,10 +1886,17 @@ <h2>Enumerations</h2>
1885
1886
< dl class ="idl " title ="enum MmsState ">
1886
1887
< dt > not-downloaded</ dt >
1887
1888
< dd >
1888
- The message is an inbound message, for which an MMS mnotification
1889
+ The message is an inbound message, for which an MMS notification
1889
1890
has been received but that has not yet been downloaded.
1890
1891
</ dd >
1891
1892
1893
+ < dt > fetching</ dt >
1894
+ < dd >
1895
+ The message is an inbound message, for which an MMS notification
1896
+ has been received and the message is in the process of being
1897
+ downloaded.
1898
+ </ dd >
1899
+
1892
1900
< dt > received</ dt >
1893
1901
< dd >
1894
1902
The message is an inbound message.
You can’t perform that action at this time.
0 commit comments