Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify Android Push Docs #281

Merged
merged 1 commit into from
Mar 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
modify
  • Loading branch information
haoxiuwen committed Mar 31, 2023
commit ab28f4e1f16ea988a88bae6bea4dd548bf1f3e7c
2 changes: 1 addition & 1 deletion docs/document/android/push.md
Original file line number Diff line number Diff line change
@@ -1100,7 +1100,7 @@ EMClient.getInstance().chatManager().sendMessage(message);
| 参数 | 描述 |
| :---------------------- | :------------------------------------- |
| `txtBody` | 消息体。 |
| `toChatUsername` | 消息接收方用户 ID。 |
| `toChatUsername` | 消息接收方:<br/> - 单聊为对端用户的用户 ID;<br/> - 群聊为群组 ID;<br/> - 聊天室聊天为聊天室 ID。 |
| `em_force_notification` | 表示是否为强制推送的关键字,不可修改。 |

### 发送静默消息