@@ -1743,37 +1743,37 @@ <h2><a>MessagingFilter</a> Dictionary</h2>
1743
1743
< code > Messaging</ code > interface).
1744
1744
< dl title ="dictionary MessagingFilter "
1745
1745
class ="idl ">
1746
- < dt > optional MessageType type</ dt >
1746
+ < dt > MessageType type</ dt >
1747
1747
< dd > Indicates whether just the SMS or MMS messages are to be provided in the
1748
1748
results of this filter, respectively if it is set to string value 'SMS' or
1749
1749
'MMS'.
1750
1750
</ dd >
1751
1751
1752
- < dt > optional Date startDate</ dt >
1752
+ < dt > Date startDate</ dt >
1753
1753
< dd > Indicates that messages with timestamp previous to this date will not be
1754
1754
provided in the results of this filter.</ dd >
1755
1755
1756
- < dt > optional Date endDate</ dt >
1756
+ < dt > Date endDate</ dt >
1757
1757
< dd > Indicates that messages with timestamp after this date will not be
1758
1758
provided in the results of this filter.</ dd >
1759
1759
1760
- < dt > optional DOMString from</ dt >
1760
+ < dt > DOMString from</ dt >
1761
1761
< dd > Indicates that just messages sent from this number are to be provided in
1762
1762
the results of this filter.</ dd >
1763
1763
1764
- < dt > optional DOMString[] recipients</ dt >
1764
+ < dt > DOMString[] recipients</ dt >
1765
1765
< dd > Indicates that just messages sent to one of these numbers are to be
1766
1766
provided in the results of this filter.</ dd >
1767
1767
1768
- < dt > optional (SmsState or MmsState) state</ dt >
1768
+ < dt > (SmsState or MmsState) state</ dt >
1769
1769
< dd > Indicates whether the results of this filter just needs to return the
1770
1770
messages matching the indicated state.
1771
1771
1772
- < dt > optional DOMString serviceID</ dt >
1772
+ < dt > DOMString serviceID</ dt >
1773
1773
< dd > Indicates that just messages associated to the messaging service with
1774
1774
this identifier are to be provided in the results of this filter.</ dd >
1775
1775
1776
- < dt > optional boolean read</ dt >
1776
+ < dt > boolean read</ dt >
1777
1777
< dd > optional whether just read or unread messages are to be provided in the
1778
1778
results of this filter, respectively if it is set to 'true' or 'false'.</ dd >
1779
1779
0 commit comments