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

Commit 072a425

Browse files
author
Eduardo Fullea
committed
fixing MessagingFilter WebIDL
1 parent db88a6c commit 072a425

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,37 +1743,37 @@ <h2><a>MessagingFilter</a> Dictionary</h2>
17431743
<code>Messaging</code> interface).
17441744
<dl title="dictionary MessagingFilter"
17451745
class="idl">
1746-
<dt>optional MessageType type</dt>
1746+
<dt>MessageType type</dt>
17471747
<dd>Indicates whether just the SMS or MMS messages are to be provided in the
17481748
results of this filter, respectively if it is set to string value 'SMS' or
17491749
'MMS'.
17501750
</dd>
17511751

1752-
<dt>optional Date startDate</dt>
1752+
<dt>Date startDate</dt>
17531753
<dd>Indicates that messages with timestamp previous to this date will not be
17541754
provided in the results of this filter.</dd>
17551755

1756-
<dt>optional Date endDate</dt>
1756+
<dt>Date endDate</dt>
17571757
<dd>Indicates that messages with timestamp after this date will not be
17581758
provided in the results of this filter.</dd>
17591759

1760-
<dt>optional DOMString from</dt>
1760+
<dt>DOMString from</dt>
17611761
<dd>Indicates that just messages sent from this number are to be provided in
17621762
the results of this filter.</dd>
17631763

1764-
<dt>optional DOMString[] recipients</dt>
1764+
<dt>DOMString[] recipients</dt>
17651765
<dd>Indicates that just messages sent to one of these numbers are to be
17661766
provided in the results of this filter.</dd>
17671767

1768-
<dt>optional (SmsState or MmsState) state</dt>
1768+
<dt>(SmsState or MmsState) state</dt>
17691769
<dd>Indicates whether the results of this filter just needs to return the
17701770
messages matching the indicated state.
17711771

1772-
<dt>optional DOMString serviceID</dt>
1772+
<dt>DOMString serviceID</dt>
17731773
<dd>Indicates that just messages associated to the messaging service with
17741774
this identifier are to be provided in the results of this filter.</dd>
17751775

1776-
<dt>optional boolean read</dt>
1776+
<dt>boolean read</dt>
17771777
<dd>optional whether just read or unread messages are to be provided in the
17781778
results of this filter, respectively if it is set to 'true' or 'false'.</dd>
17791779

0 commit comments

Comments
 (0)