@@ -924,6 +924,38 @@ <h2><a>MmsManager</a> Interface</h2>
924
924
< dl title ="[NoInterfaceObject] interface MmsManager : MessagingManager "
925
925
class ="idl ">
926
926
927
+ < dt > DOMString getFetchMode ()</ dt >
928
+ < dd > This method requests to retrieve the fetch mode associated to a specific
929
+ service (the one identified by the < code > serviceID</ code > attribute, if
930
+ provided, or the first element in the < code > serviceIDs</ code > attribute of
931
+ the < code > MmsManager</ code > otherwise). It can have one of the following
932
+ values: 'manual' or 'automatic'.
933
+ < dl class ='parameters '>
934
+ < dt > optional DOMString serviceID</ dt >
935
+ < dd >
936
+ Identifier of the service whose fetch mode is queried.
937
+ </ dd >
938
+ </ dl >
939
+ </ dd >
940
+
941
+ < dt > void setFetchMode ()</ dt >
942
+ < dd > This method issues a request to the messaging system to set to 'manual'
943
+ or 'automatic' the MMS message fetch mode of the specific service, the one
944
+ identified by the < code > serviceID</ code > attribute, if provided, or all
945
+ services otherwise).
946
+ < dl class ='parameters '>
947
+ < dt > DOMString fetchMode</ dt >
948
+ < dd >
949
+ Fetch mode that is requested to be set for a specific service. The
950
+ allowed values for this attribute are 'manual' and 'automatic'
951
+ </ dd >
952
+ < dt > optional DOMString serviceID</ dt >
953
+ < dd >
954
+ Identifier of the service whose fetch mode is requested to be set
955
+ </ dd >
956
+ </ dl >
957
+ </ dd >
958
+
927
959
< dt > MessagingRequest send ()</ dt >
928
960
< dd > This method issues a request to the messaging system to send an MMS
929
961
message with the content and recipients included in the
@@ -959,7 +991,7 @@ <h2><a>MmsManager</a> Interface</h2>
959
991
</ dl >
960
992
961
993
< div class ='note '>
962
- It is FFS whether any MMS setting (e.g. fetch mode, creation mode) needs to be
994
+ It is FFS whether MMS settings (e.g. fetch mode, creation mode) needs to be
963
995
managed through the MmsManager interface.
964
996
</ div >
965
997
@@ -1067,7 +1099,7 @@ <h3>Steps</h3>
1067
1099
</ ol >
1068
1100
</ ol >
1069
1101
1070
- < p > The User Agent MAY fire additional < code > ProgressEvent </ code > s
1102
+ < p > The User Agent MAY fire additional < code > ProgressEvents </ code >
1071
1103
[[!PROGRESS-EVENTS]] on the < code > MessagingRequest</ code > object associated to
1072
1104
the sending and fetching of an MMS message, in order to report on the progress
1073
1105
of such operations
0 commit comments