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

Commit 11a0c94

Browse files
author
Eduardo Fullea
committed
MMS fetch mode
1 parent f7ff9a4 commit 11a0c94

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

index.html

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,38 @@ <h2><a>MmsManager</a> Interface</h2>
924924
<dl title="[NoInterfaceObject] interface MmsManager : MessagingManager"
925925
class="idl">
926926

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+
927959
<dt> MessagingRequest send ()</dt>
928960
<dd>This method issues a request to the messaging system to send an MMS
929961
message with the content and recipients included in the
@@ -959,7 +991,7 @@ <h2><a>MmsManager</a> Interface</h2>
959991
</dl>
960992

961993
<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
963995
managed through the MmsManager interface.
964996
</div>
965997

@@ -1067,7 +1099,7 @@ <h3>Steps</h3>
10671099
</ol>
10681100
</ol>
10691101

1070-
<p>The User Agent MAY fire additional <code>ProgressEvent</code>s
1102+
<p>The User Agent MAY fire additional <code>ProgressEvents</code>
10711103
[[!PROGRESS-EVENTS]] on the <code>MessagingRequest</code> object associated to
10721104
the sending and fetching of an MMS message, in order to report on the progress
10731105
of such operations

0 commit comments

Comments
 (0)