| Package | Description |
|---|---|
| cn.jmessage.api |
JPush IM (JMessage) API features.
|
| cn.jmessage.api.chatroom |
Chat room API features.
|
| Modifier and Type | Method and Description |
|---|---|
ChatRoomListResult |
JMessageClient.getAppChatRoomInfo(int start,
int count)
Get application's chat room list
|
ChatRoomListResult |
JMessageClient.getBatchChatRoomInfo(long... roomIds)
Get chat room information by room ids
|
ChatRoomListResult |
JMessageClient.getUserChatRoomInfo(java.lang.String username)
Get user's whole chat room information
|
| Modifier and Type | Method and Description |
|---|---|
static ChatRoomListResult |
ChatRoomListResult.fromResponse(cn.jiguang.common.resp.ResponseWrapper responseWrapper) |
ChatRoomListResult |
ChatRoomClient.getAppChatRoomInfo(int start,
int count)
Get application's chat room list
|
ChatRoomListResult |
ChatRoomClient.getBatchChatRoomInfo(long... roomIds)
Get chat room information by room ids
|
ChatRoomListResult |
ChatRoomClient.getUserChatRoomInfo(java.lang.String username)
Get user's whole chat room information
|
Copyright © 2019. All Rights Reserved.