Skip to content

Commit efd9964

Browse files
author
zhanq
committed
更新Api文档和版本号
1 parent d37cf14 commit efd9964

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

document/API.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ JMessage.createSendMessage({type: 'single', username: 'username', appKey: 'appke
11391139
- isCustomNotificationEnabled: 是否开启自定义接收方通知栏功能,设置为 `true` 后可设置下面的 `notificationTitle``notificationText`。默认未设置。
11401140
- notificationTitle: 设置此条消息在接收方通知栏所展示通知的标题。
11411141
- notificationText: 设置此条消息在接收方通知栏所展示通知的内容。
1142-
- needReadReceipt: 设置这条消息的发送是否需要对方发送已读回执 开启之后,对方收到消息后,如果调用了setMsgHaveRead()接口, 则作为消息发送方,会收到已读消息回执事件通知
1142+
- needReadReceipt: (Android Only)设置这条消息的发送是否需要对方发送已读回执 开启之后,对方收到消息后,如果调用了setMsgHaveRead()接口, 则作为消息发送方,会收到已读消息回执事件通知
11431143

11441144
### sendTextMessage
11451145

@@ -1759,7 +1759,7 @@ JMessage.resetUnreadMessageCount({ type: 'single', username: 'username', appKey:
17591759
17601760
### setMsgHaveRead
17611761
1762-
设置消息已读
1762+
设置消息已读(Android Only)
17631763
17641764
#### 示例
17651765
@@ -2132,7 +2132,7 @@ JMessage.removeSyncOfflineMessageListener(listener) // 移除监听(一般在 co
21322132
21332133
#### addReceiptMessageListener
21342134
2135-
已读消息回执事件监听。
2135+
已读消息回执事件监听。(Android Only)
21362136
21372137
##### 示例
21382138

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jmessage-react-plugin",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "a jmessage plugin for react native application",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)