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 +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -241,9 +241,11 @@ <h2><a>MessagingManager</a> Interface</h2>
241
241
< dt > DOMString messageID</ dt > < dd >
242
242
Identifier of the message that is requested to be marked as
243
243
read or unread
244
- </ dd > < dt > boolean value</ dt > < dd >
245
- Indicates whether the message is to be marked as read (if 'true') or
246
- unread (if 'false')
244
+ </ dd >
245
+ < dt > optional boolean value = true</ dt >
246
+ < dd >
247
+ Indicates whether the message is to be marked as read (if 'true',
248
+ which is the default) or unread (if 'false')
247
249
</ dd >
248
250
</ dl >
249
251
</ dd >
@@ -257,9 +259,11 @@ <h2><a>MessagingManager</a> Interface</h2>
257
259
< dt > DOMString conversationID</ dt > < dd >
258
260
Identifier of the conversation whose messages are requested to be
259
261
marked as read or unread
260
- </ dd > < dt > boolean value</ dt > < dd >
262
+ </ dd >
263
+ < dt > optional boolean value = true</ dt >
264
+ < dd >
261
265
Indicates whether the messages in the conversation are to be marked as
262
- read (if 'true') or unread (if 'false')
266
+ read (if 'true', which is the default ) or unread (if 'false')
263
267
</ dd >
264
268
</ dl >
265
269
</ dd >
You can’t perform that action at this time.
0 commit comments