A
B
C
D
E
F
G
H
I
J
L
M
O
P
Q
R
S
T
U
V
W
C
- call(java.lang.String,java.lang.String,java.lang.String,android.os.Bundle) - function in android.content.ContentProvider
- canonicalize(android.net.Uri) - function in android.content.ContentProvider
- CHAT_ROOM_MEMBER_JOIN - enum entry in io.rong.imlib.model.ChatRoomMemberAction.ChatRoomMemberActionType
/~english Chat room members join.
- CHAT_ROOM_MEMBER_QUIT - enum entry in io.rong.imlib.model.ChatRoomMemberAction.ChatRoomMemberActionType
/~english Chat room members exit.
- chatRoomConfig() - function in io.rong.imlib.chatroom.base.RongChatRoomClient
- 获取聊天室默认配置。 可通过此方法获取默认配置后进行个性化修改,但必须在加入聊天室之前进行配置。
- chatRoomConfig() - function in io.rong.imlib.chatroom.base.RongChatRoomClient
- 获取聊天室默认配置。 可通过此方法获取默认配置后进行个性化修改,但必须在加入聊天室之前进行配置。
- ChatRoomConfig - class in io.rong.imlib.model
- ChatRoomContentProvider - class in io.rong.imlib.chatroom.base
- ChatRoomExtensionIPCModule - class in io.rong.imlib.chatroom.base
- ChatRoomExtensionModule - class in io.rong.imlib.chatroom.base
- ChatRoomInfo - class in io.rong.imlib.model
- ChatRoomInfo.ChatRoomMemberOrder - class in io.rong.imlib.model.ChatRoomInfo
- ChatRoomKVNotiMessage - class in io.rong.imlib.chatroom.message
- 聊天室自定义属性通知消息 不要随意构造此类消息发送,调用设置或者删除接口时会自动构建。 此消息不存储不计入未读消息数。
- ChatRoomKVNotiMessage.NotificationType - class in io.rong.imlib.chatroom.message.ChatRoomKVNotiMessage
- ChatRoomMemberAction - class in io.rong.imlib.model
- Created by yanke on 2021/7/13
- ChatRoomMemberAction.ChatRoomMemberActionType - class in io.rong.imlib.model.ChatRoomMemberAction
- /~english Chat room members join or exit type.
- ChatRoomMemberActionMessage - class in io.rong.imlib.chatroom.message
- 状态消息 此消息不存储不计入未读消息数.
- ChatRoomMemberActionModel - class in io.rong.imlib.model
- ChatRoomMemberBanEvent - class in io.rong.imlib.model
- 聊天室禁言事件 本事件只能通过 ServerApi 触发,端上只能被动接收到该事件 事件发生时,当前用户在线时能收到该事件 事件发生时,当前用户不在线,那么用户上线后,不会收到该事件。\
- ChatRoomMemberBanEvent.ChatRoomMemberBanType - class in io.rong.imlib.model.ChatRoomMemberBanEvent
- 聊天室禁言/解除禁言操作类型枚举
- ChatRoomMemberBanMessage - class in io.rong.imlib.chatroom.message
- 聊天室禁言事件消息 SDK 内部消息:SDK只能收到该消息,不会发送该消息 会被映射成 ChatRoomMemberBanEvent
- ChatRoomMemberBlockEvent - class in io.rong.imlib.model
- 聊天室成员封禁事件 本事件只能通过 ServerApi 触发,端上只能被动接收到该事件 事件发生时,当前用户在线时能收到该事件 事件发生时,当前用户不在线,那么用户上线后,不会收到该事件。
- ChatRoomMemberBlockEvent.ChatRoomOperateType - class in io.rong.imlib.model.ChatRoomMemberBlockEvent
- ChatRoomMemberBlockMessage - class in io.rong.imlib.chatroom.message
- 聊天室封禁事件消息 SDK 内部消息:SDK只能收到该消息,不会发送该消息 会被映射成 ChatRoomMemberBlockEvent
- ChatRoomMemberInfo - class in io.rong.imlib.model
- ChatRoomParamsVerify - class in io.rong.imlib.chatroom.base
- 聊天室参数合法校验类
- ChatRoomReceiveMessageConfig - class in io.rong.imlib.model
- ChatRoomReceiveMessageLevel - class in io.rong.imlib.model
- ChatRoomSyncEvent - class in io.rong.imlib.model
- 事件发生时,当前用户在线时能收到该事件 事件发生时,当前用户不在线,那么用户上线后,不会收到该事件。
- ChatRoomSyncEvent.ChatRoomSyncStatus - class in io.rong.imlib.model.ChatRoomSyncEvent
- ChatRoomSyncEvent.ChatRoomSyncStatusReason - class in io.rong.imlib.model.ChatRoomSyncEvent
- 离开原因,只有当 status 为 Quit 时,reason 才有效
- ChatRoomSyncMessage - class in io.rong.imlib.chatroom.message
- 聊天室成员同步事件消息 SDK 内部消息:SDK只能收到该消息,不会发送该消息 会被映射成 ChatRoomSyncEvent
- clearCallingIdentity() - function in android.content.ContentProvider
- clearMessagesAndKVWhenJoinChatRoom(boolean) - function in io.rong.imlib.model.ChatRoomConfig
- 加入聊天室时,是否清除该聊天室本地历史消息和 KV。 默认清除历史消息和 KV。
- COMMON - enum entry in io.rong.imlib.chatroom.base.RongChatRoomClient.JoinMode
通用模式(普通聊天室)