跳过导航链接
A B C D E F G I J L M O P Q R S T U V 

A

addMemberToDiscussion(String, List<String>, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃。
addRealTimeLocationListener(Conversation.ConversationType, String, RongIMClient.RealTimeLocationListener) - 类 中的方法io.rong.imlib.RongIMClient
添加位置共享监听。
addToBlacklist(String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
将某个用户加入黑名单。
appOnStart() - 类 中的方法io.rong.imlib.RongIMClient
应用回到前台,通知 SDK #onAppBackgroundChanged(boolean))}。

B

batchInsertMessage(List<Message>, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
批量插入接收的消息(该消息只插入本地数据库,实际不会发送给服务器和对方) Message 下列属性会被入库,其余属性会被抛弃 conversationType 会话类型 targetId 会话 ID messageDirection 消息方向 senderUserId 发送者 ID receivedStatus 接收状态;消息方向为接收方且未调用 message.getReceivedStatus().setRead(),该条消息未读; sentStatus 发送状态 content 消息的内容 sentTime 消息发送的 Unix 时间戳,单位为毫秒,会影响消息排序 此方法不支持聊天室的会话类型。
beginDestructMessage(Message, RongIMClient.DestructCountDownTimerListener) - 类 中的方法io.rong.imlib.RongIMClient
开始焚烧消息,仅支持单聊。

C

Callback() - 类 的构造器io.rong.imlib.RongIMClient.Callback
 
cancelDownloadMediaMessage(Message, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
取消多媒体消息下载。
cancelSDKHeartBeat() - 类 中的方法io.rong.imlib.RongIMClient
取消 sdk 心跳,在连接成功之后调用,整个应用程序全局只需要调用一次。
cancelSendMediaMessage(Message, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
取消发送多媒体文件。
cleanHistoryMessages(Conversation.ConversationType, String, long, boolean, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
删除指定时间戳之前的消息,可选择是否同时删除服务器端消息 此方法可从服务器端清除历史消息,但是必须先开通历史消息云存储功能。
cleanRemoteHistoryMessages(Conversation.ConversationType, String, long, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
清除服务器上存储的历史消息。
clearConversations(RongIMClient.ResultCallback, Conversation.ConversationType...) - 类 中的方法io.rong.imlib.RongIMClient
清空指定会话类型列表中的所有会话及会话信息。
clearMessages(Conversation.ConversationType, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
删除某个会话中的所有消息。
clearMessagesUnreadStatus(Conversation.ConversationType, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
清除某个会话中的未读消息数。
clearMessagesUnreadStatus(Conversation.ConversationType, String, long, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
清除某个会话中的未读消息数。
clearTextMessageDraft(Conversation.ConversationType, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
删除指定会话中的草稿信息。
code - 枚举 中的变量io.rong.imlib.RongIMClient.ErrorCode
 
connect(String, RongIMClient.ConnectCallback) - 类 中的静态方法io.rong.imlib.RongIMClient
连接融云服务器,在整个应用程序全局,只需要调用一次,需在 RongIMClient.init(Context) 之后调用。
connect(String, int, RongIMClient.ConnectCallback) - 类 中的静态方法io.rong.imlib.RongIMClient
连接融云服务器,在整个应用程序全局,只需要调用一次,需在 RongIMClient.init(Context) 之后调用。
ConnectCallback() - 类 的构造器io.rong.imlib.RongIMClient.ConnectCallback
 
createDiscussion(String, List<String>, RongIMClient.CreateDiscussionCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃。
CreateDiscussionCallback() - 类 的构造器io.rong.imlib.RongIMClient.CreateDiscussionCallback
已过时。
 

D

DefaultOperationCallback(<any>) - 类 的构造器io.rong.imlib.RongIMClient.DefaultOperationCallback
 
deleteMessages(int[], RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
删除消息。
deleteMessages(Conversation.ConversationType, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
删除某个会话中的所有消息。
deleteRemoteMessages(Conversation.ConversationType, String, Message[], RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
批量删除某个会话中的指定远端消息(同时删除对应的本地消息)。
disconnect() - 类 中的方法io.rong.imlib.RongIMClient
断开与融云服务器的连接,但仍然接收远程推送。
disconnect(boolean) - 类 中的方法io.rong.imlib.RongIMClient
断开与融云服务器的连接,根据参数选择是否继续接收远程推送。
downloadMedia(Conversation.ConversationType, String, RongIMClient.MediaType, String, RongIMClient.DownloadMediaCallback) - 类 中的方法io.rong.imlib.RongIMClient
下载多媒体文件。
DownloadMediaCallback() - 类 的构造器io.rong.imlib.RongIMClient.DownloadMediaCallback
 
downloadMediaFile(String, String, String, String, IRongCallback.IDownloadMediaFileCallback) - 类 中的方法io.rong.imlib.RongIMClient
下载文件。
downloadMediaMessage(Message, IRongCallback.IDownloadMediaMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
下载多媒体文件。

E

evaluateCustomService(String, boolean, String) - 类 中的方法io.rong.imlib.RongIMClient
评价机器人客服,用于人工机器人分开评价。
evaluateCustomService(String, int, String, String) - 类 中的方法io.rong.imlib.RongIMClient
评价机器人客服,用于人工机器人分开评价。
evaluateCustomService(String, int, CustomServiceConfig.CSEvaSolveStatus, String, String, String, String) - 类 中的方法io.rong.imlib.RongIMClient
评价机器人客服,用于人工机器人分开评价。
evaluateCustomService(String, int, CustomServiceConfig.CSEvaSolveStatus, String, String) - 类 中的方法io.rong.imlib.RongIMClient
评价机器人客服,用于人工机器人统一评价。

F

forceRemoveChatRoomEntry(String, String, Boolean, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
强制删除聊天室自定义属性。
forceSetChatRoomEntry(String, String, String, boolean, boolean, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
强制设置聊天室自定义属性。

G

getAllChatRoomEntries(String, RongIMClient.ResultCallback<Map<String, String>>) - 类 中的方法io.rong.imlib.RongIMClient
获取聊天室所有属性。
getBlacklist(RongIMClient.GetBlacklistCallback) - 类 中的方法io.rong.imlib.RongIMClient
获取当前用户设置的黑名单列表。
GetBlacklistCallback() - 类 的构造器io.rong.imlib.RongIMClient.GetBlacklistCallback
 
getBlacklistStatus(String, RongIMClient.ResultCallback<RongIMClient.BlacklistStatus>) - 类 中的方法io.rong.imlib.RongIMClient
获取某用户是否在黑名单中。
getBlockedConversationList(RongIMClient.ResultCallback<List<Conversation>>, Conversation.ConversationType...) - 类 中的方法io.rong.imlib.RongIMClient
获取免打扰的会话列表。
getChatRoomEntry(String, String, RongIMClient.ResultCallback<Map<String, String>>) - 类 中的方法io.rong.imlib.RongIMClient
获取聊天室单个属性。
getChatroomHistoryMessages(String, long, int, RongIMClient.TimestampOrder, IRongCallback.IChatRoomHistoryMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
获取聊天室历史消息。
getChatRoomInfo(String, int, ChatRoomInfo.ChatRoomMemberOrder, RongIMClient.ResultCallback<ChatRoomInfo>) - 类 中的方法io.rong.imlib.RongIMClient
获取聊天室的信息(包含部分成员信息和当前聊天室中的成员总数)。
getConversation(Conversation.ConversationType, String, RongIMClient.ResultCallback<Conversation>) - 类 中的方法io.rong.imlib.RongIMClient
获取单个会话信息。
getConversationList(RongIMClient.ResultCallback<List<Conversation>>) - 类 中的方法io.rong.imlib.RongIMClient
获取当前用户本地会话列表,该方法返回的是以下类型的会话列表:私聊,群组,讨论组,系统会话。
getConversationList(RongIMClient.ResultCallback<List<Conversation>>, Conversation.ConversationType...) - 类 中的方法io.rong.imlib.RongIMClient
根据会话类型,获取当前用户的本地会话列表。
getConversationListByPage(RongIMClient.ResultCallback<List<Conversation>>, long, int, Conversation.ConversationType...) - 类 中的方法io.rong.imlib.RongIMClient
分页获取会话列表。
getConversationNotificationStatus(Conversation.ConversationType, String, RongIMClient.ResultCallback<Conversation.ConversationNotificationStatus>) - 类 中的方法io.rong.imlib.RongIMClient
获取会话消息提醒状态。
getCurrentConnectionStatus() - 类 中的方法io.rong.imlib.RongIMClient
获取当前 IM 服务连接状态。
getCurrentUserId() - 类 中的方法io.rong.imlib.RongIMClient
获取当前连接用户的信息。
getDeltaTime() - 类 中的方法io.rong.imlib.RongIMClient
获取本地时间与服务器时间的时间差。
getDiscussion(String, RongIMClient.ResultCallback<Discussion>) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃。
getDownloadInfo(String, RongIMClient.ResultCallback<DownloadInfo>) - 类 中的方法io.rong.imlib.RongIMClient
获取媒体文件下载信息。
getGIFLimitSize() - 类 中的方法io.rong.imlib.RongIMClient
获取允许发送 GIF 图片大小最大值。
getHistoryMessages(Conversation.ConversationType, String, int, int) - 类 中的方法io.rong.imlib.RongIMClient
getHistoryMessages(Conversation.ConversationType, String, String, int, int) - 类 中的方法io.rong.imlib.RongIMClient
getHistoryMessages(Conversation.ConversationType, String, String, int, int, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
获取会话中符合条件的消息列表。
getHistoryMessages(Conversation.ConversationType, String, String, int, int, RongCommonDefine.GetMessageDirection, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
获取会话中符合条件的消息列表。
getHistoryMessages(Conversation.ConversationType, String, List<String>, long, int, RongCommonDefine.GetMessageDirection, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
获取会话中符合条件的消息列表。
getHistoryMessages(Conversation.ConversationType, String, int, int, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
获取会话中,从指定消息之前、指定数量的、指定消息类型的最新消息实体。
getHistoryMessages(Conversation.ConversationType, String, long, int, int, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
在会话中搜索指定消息的前 before 数量和 after 数量的消息。
getInstance() - 类 中的静态方法io.rong.imlib.RongIMClient
获取 IMLib 接口类实例,需在执行 init 方法初始化 SDK 后获取, 否则返回值为 NULL。
getLatestMessages(Conversation.ConversationType, String, int, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
获取指定会话的最新消息。
getMainHandler() - 类 中的方法io.rong.imlib.RongIMClient
 
getMessage() - 枚举 中的方法io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus
获取状态消息。
getMessage() - 枚举 中的方法io.rong.imlib.RongIMClient.ErrorCode
获取错误消息。
getMessage(int, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
根据消息 id 获取消息体(数据库索引唯一值)。
getMessageByUid(String, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
通过全局唯一 id 获取消息实体。
getMessageCount(Conversation.ConversationType, String, RongIMClient.ResultCallback<Integer>) - 类 中的方法io.rong.imlib.RongIMClient
获取指定会话的消息总数。
getMsg() - 枚举 中的方法io.rong.imlib.RongIMClient.PushLanguage
 
getNotificationQuietHours(RongIMClient.GetNotificationQuietHoursCallback) - 类 中的方法io.rong.imlib.RongIMClient
获取消息通知免打扰时间。
GetNotificationQuietHoursCallback() - 类 的构造器io.rong.imlib.RongIMClient.GetNotificationQuietHoursCallback
 
getOfflineMessageDuration(RongIMClient.ResultCallback<String>) - 类 中的方法io.rong.imlib.RongIMClient
获取离线消息时间(以天为单位)。
getPublicServiceList(RongIMClient.ResultCallback<PublicServiceProfileList>) - 类 中的方法io.rong.imlib.RongIMClient
获取己关注公共账号列表。
getPublicServiceProfile(Conversation.PublicServiceType, String, RongIMClient.ResultCallback<PublicServiceProfile>) - 类 中的方法io.rong.imlib.RongIMClient
获取某公共服务信息。
getPushContentShowStatus(RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
获取是否显示远程推送内容详情设置。
getPushLanguage(RongIMClient.ResultCallback<RongIMClient.PushLanguage>) - 类 中的方法io.rong.imlib.RongIMClient
获取远程推送语言设置。
getPushReceiveStatus(RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
获取是否接收远程推送的设置。
getRealTimeLocation(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
获取 RealTimeLocation 实例。
getRealTimeLocationCurrentState(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
获取位置共享状态。
getRealTimeLocationParticipants(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
获取位置共享的所有成员。
getRemoteHistoryMessages(Conversation.ConversationType, String, long, int, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
从服务器端获取指定时间之前的历史消息。
getRemoteHistoryMessages(Conversation.ConversationType, String, RemoteHistoryMsgOption, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
获取指定会话远端历史消息。
getSendTimeByMessageId(int) - 类 中的方法io.rong.imlib.RongIMClient
根据消息 id 获取消息发送时间。
getTextMessageDraft(Conversation.ConversationType, String, RongIMClient.ResultCallback<String>) - 类 中的方法io.rong.imlib.RongIMClient
获取会话中的草稿信息。
getTheFirstUnreadMessage(Conversation.ConversationType, String, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
获取第一条未读消息。
getToken() - 类 中的方法io.rong.imlib.RongIMClient
 
getTopConversationList(RongIMClient.ResultCallback<List<Conversation>>, Conversation.ConversationType...) - 类 中的方法io.rong.imlib.RongIMClient
根据会话类型,获取置顶会话列表
getTopForegroundActivity() - 类 中的方法io.rong.imlib.RongIMClient
获取处于前台的最上层 Activity。
getTotalUnreadCount(RongIMClient.ResultCallback<Integer>) - 类 中的方法io.rong.imlib.RongIMClient
获取所有会话的总未读消息数。
getTotalUnreadCount(RongIMClient.ResultCallback<Integer>, Conversation...) - 类 中的方法io.rong.imlib.RongIMClient
获取所有指定会话的总未读消息数。
getTypingUserListFromConversation(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
获取会话正在输入的用户列表
getUnreadCount(Conversation.ConversationType, String, RongIMClient.ResultCallback<Integer>) - 类 中的方法io.rong.imlib.RongIMClient
获取指定会话的未读消息数。
getUnreadCount(RongIMClient.ResultCallback<Integer>, Conversation.ConversationType...) - 类 中的方法io.rong.imlib.RongIMClient
获取指定会话类型的总未读消息数。
getUnreadCount(Conversation.ConversationType[], boolean, RongIMClient.ResultCallback<Integer>) - 类 中的方法io.rong.imlib.RongIMClient
获取指定会话类型的总未读消息数。
getUnreadCount(Conversation.ConversationType[], RongIMClient.ResultCallback<Integer>) - 类 中的方法io.rong.imlib.RongIMClient
获取指定会话类型的总未读消息数。
getUnreadMentionedMessages(Conversation.ConversationType, String, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
获取会话中未读的 @ 消息。
getValue() - 枚举 中的方法io.rong.imlib.RongIMClient.BlacklistStatus
获取黑名单状态。
getValue() - 枚举 中的方法io.rong.imlib.RongIMClient.ConnectionErrorCode
获取错误代码值。
getValue() - 枚举 中的方法io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus
获取状态代码值。
getValue() - 枚举 中的方法io.rong.imlib.RongIMClient.DatabaseOpenStatus
获取数据库打开状态值。
getValue() - 枚举 中的方法io.rong.imlib.RongIMClient.DiscussionInviteStatus
已过时。
获取讨论组邀请状态。
getValue() - 枚举 中的方法io.rong.imlib.RongIMClient.ErrorCode
获取错误代码值。
getValue() - 枚举 中的方法io.rong.imlib.RongIMClient.MediaType
获取文件类型的值。
getValue() - 枚举 中的方法io.rong.imlib.RongIMClient.PushLanguage
获取语言值
getValue() - 枚举 中的方法io.rong.imlib.RongIMClient.SearchType
获取搜索类型的值。
getVendorToken(RongIMClient.ResultCallback<String>) - 类 中的方法io.rong.imlib.RongIMClient
获取登录者身份认证信息。
getVideoLimitTime() - 类 中的方法io.rong.imlib.RongIMClient
获取允许发送视频文件的最大时长。
getWorkHandler() - 类 中的方法io.rong.imlib.RongIMClient
 

I

init(Application, String) - 类 中的静态方法io.rong.imlib.RongIMClient
初始化融云 SDK,在整个应用程序全局只需要调用一次。
init(Context) - 类 中的静态方法io.rong.imlib.RongIMClient
初始化 SDK,在整个应用程序全局只需要调用一次, 建议在 Application 继承类中调用。
init(Context, String) - 类 中的静态方法io.rong.imlib.RongIMClient
初始化 SDK,在整个应用程序全局只需要调用一次, 建议在 Application 继承类中调用。
init(Context, String, boolean) - 类 中的静态方法io.rong.imlib.RongIMClient
初始化 SDK,在整个应用程序全局只需要调用一次, 建议在 Application 继承类中调用。
initBindService() - 类 中的方法io.rong.imlib.RongIMClient
 
insertIncomingMessage(Conversation.ConversationType, String, String, Message.ReceivedStatus, MessageContent, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
向本地会话中插入一条消息,方向为接收。
insertIncomingMessage(Conversation.ConversationType, String, String, Message.ReceivedStatus, MessageContent, long, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
向本地会话中插入一条消息,方向为接收。
insertOutgoingMessage(Conversation.ConversationType, String, Message.SentStatus, MessageContent, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
向本地会话中插入一条消息。
insertOutgoingMessage(Conversation.ConversationType, String, Message.SentStatus, MessageContent, long, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
向本地会话中插入一条消息,方向为发送。
io.rong.imlib - 程序包 io.rong.imlib
 
IRongCallback - io.rong.imlib中的接口
 
IRongCallback.IChatRoomHistoryMessageCallback - io.rong.imlib中的接口
 
IRongCallback.IDownloadMediaFileCallback - io.rong.imlib中的接口
 
IRongCallback.IDownloadMediaMessageCallback - io.rong.imlib中的接口
 
IRongCallback.IGetUserOnlineStatusCallback - io.rong.imlib中的接口
 
IRongCallback.IRTCConfigCallback - io.rong.imlib中的接口
 
IRongCallback.IRTCDataCallback - io.rong.imlib中的接口
 
IRongCallback.IRtcIODataCallback - io.rong.imlib中的接口
 
IRongCallback.IRTCJoinRoomCallback - io.rong.imlib中的接口
 
IRongCallback.IRTCJoinRoomCallbackEx<T> - io.rong.imlib中的接口
 
IRongCallback.ISendMediaMessageCallback - io.rong.imlib中的接口
 
IRongCallback.ISendMediaMessageCallbackWithUploader - io.rong.imlib中的类
 
IRongCallback.ISendMessageCallback - io.rong.imlib中的接口
 
IRongCallback.ISetSubscribeStatusCallback - io.rong.imlib中的接口
 
IRongCallback.ISetUserOnlineStatusCallback - io.rong.imlib中的接口
 
IRongCallback.MediaMessageUploader - io.rong.imlib中的类
 
ISendMediaMessageCallbackWithUploader() - 类 的构造器io.rong.imlib.IRongCallback.ISendMediaMessageCallbackWithUploader
 
isFileDownloading(int) - 类 中的方法io.rong.imlib.RongIMClient
判断文件是否正在下载中。
isFileDownloading(String) - 类 中的方法io.rong.imlib.RongIMClient
判断文件是否正在下载中。

J

joinChatRoom(String, int, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
加入聊天室。
joinExistChatRoom(String, int, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
加入已存在的聊天室。
joinRealTimeLocation(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
加入位置共享。

L

leaveMessageCustomService(String, Map<String, String>, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
客服留言。
logout() - 类 中的方法io.rong.imlib.RongIMClient
断开与融云服务器的连接,并且不再接收远程推送消息。

M

MediaMessageUploader(IRongCoreCallback.MediaMessageUploader) - 类 的构造器io.rong.imlib.IRongCallback.MediaMessageUploader
 
MediaMessageUploader(Message, String, String, IRongCallback.ISendMediaMessageCallbackWithUploader) - 类 的构造器io.rong.imlib.IRongCallback.MediaMessageUploader
 
msg - 枚举 中的变量io.rong.imlib.RongIMClient.ErrorCode
 

O

onAttached(Message, IRongCallback.MediaMessageUploader) - 类 中的方法io.rong.imlib.IRongCallback.ISendMediaMessageCallbackWithUploader
消息已存储数据库。
onAttached(Message, IRongCoreCallback.MediaMessageUploader) - 类 中的方法io.rong.imlib.IRongCallback.ISendMediaMessageCallbackWithUploader
 
onAttached(Message) - 接口 中的方法io.rong.imlib.IRongCallback.ISendMessageCallback
消息已存储数据库。
onAttached(Message) - 类 中的方法io.rong.imlib.RongIMClient.SendImageMessageCallback
消息已保存数据库。
onAttached(Message, RongIMClient.UploadImageStatusListener) - 类 中的方法io.rong.imlib.RongIMClient.SendImageMessageWithUploadListenerCallback
消息已保存数据库。
onCallback() - 类 中的方法io.rong.imlib.RongIMClient.Callback
 
onCallback(T) - 类 中的方法io.rong.imlib.RongIMClient.ResultCallback
 
onCanceled() - 接口 中的方法io.rong.imlib.IRongCallback.IDownloadMediaFileCallback
 
onCanceled(Message) - 接口 中的方法io.rong.imlib.IRongCallback.IDownloadMediaMessageCallback
 
onCanceled(Message) - 接口 中的方法io.rong.imlib.IRongCallback.ISendMediaMessageCallback
 
onChanged(RongIMClient.ConnectionStatusListener.ConnectionStatus) - 接口 中的方法io.rong.imlib.RongIMClient.ConnectionStatusListener
网络状态变化。
onChatRoomKVRemove(String, Map<String, String>) - 接口 中的方法io.rong.imlib.RongIMClient.KVStatusListener
KV 被删除
onChatRoomKVSync(String) - 接口 中的方法io.rong.imlib.RongIMClient.KVStatusListener
加入聊天室成功后 KV 与服务端同步完成
onChatRoomKVUpdate(String, Map<String, String>) - 接口 中的方法io.rong.imlib.RongIMClient.KVStatusListener
KV 被增加、修改(包含加入聊天室成功后,同步完成回调全部 KV)
onComplete() - 类 中的方法io.rong.imlib.RongIMClient.DefaultOperationCallback
 
onDatabaseOpened(RongIMClient.DatabaseOpenStatus) - 类 中的方法io.rong.imlib.RongIMClient.ConnectCallback
 
onEncryptedSessionCanceled(String) - 接口 中的方法io.rong.imlib.RongIMClient.EncryptedSessionConnectionListener
取消加密会话。
onEncryptedSessionEstablished(String) - 接口 中的方法io.rong.imlib.RongIMClient.EncryptedSessionConnectionListener
建立加密会话。
onEncryptedSessionRequest(String, boolean) - 接口 中的方法io.rong.imlib.RongIMClient.EncryptedSessionConnectionListener
发起加密会话请求。
onEncryptedSessionResponse(String) - 接口 中的方法io.rong.imlib.RongIMClient.EncryptedSessionConnectionListener
响应加密会话请求。
onEncryptedSessionTerminated(String) - 接口 中的方法io.rong.imlib.RongIMClient.EncryptedSessionConnectionListener
结束加密会话。
onError(RongIMClient.ErrorCode) - 接口 中的方法io.rong.imlib.IRongCallback.IChatRoomHistoryMessageCallback
 
onError(RongIMClient.ErrorCode) - 接口 中的方法io.rong.imlib.IRongCallback.IDownloadMediaFileCallback
 
onError(Message, RongIMClient.ErrorCode) - 接口 中的方法io.rong.imlib.IRongCallback.IDownloadMediaMessageCallback
 
onError(int) - 接口 中的方法io.rong.imlib.IRongCallback.IGetUserOnlineStatusCallback
 
onError(RongIMClient.ErrorCode) - 接口 中的方法io.rong.imlib.IRongCallback.IRTCConfigCallback
 
onError(RongIMClient.ErrorCode) - 接口 中的方法io.rong.imlib.IRongCallback.IRTCDataCallback
 
onError(RongIMClient.ErrorCode) - 接口 中的方法io.rong.imlib.IRongCallback.IRtcIODataCallback
 
onError(RongIMClient.ErrorCode) - 接口 中的方法io.rong.imlib.IRongCallback.IRTCJoinRoomCallbackEx
 
onError(Message, RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.IRongCallback.ISendMediaMessageCallbackWithUploader
消息发送失败。
onError(Message, IRongCoreEnum.CoreErrorCode) - 类 中的方法io.rong.imlib.IRongCallback.ISendMediaMessageCallbackWithUploader
 
onError(Message, RongIMClient.ErrorCode) - 接口 中的方法io.rong.imlib.IRongCallback.ISendMessageCallback
消息发送失败。
onError(int) - 接口 中的方法io.rong.imlib.IRongCallback.ISetUserOnlineStatusCallback
 
onError(RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.Callback
 
onError(String, RongIMClient.ErrorCode) - 接口 中的方法io.rong.imlib.RongIMClient.ChatRoomActionListener
 
onError(RongIMClient.ConnectionErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.ConnectCallback
错误时回调。
onError(RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.GetNotificationQuietHoursCallback
获取消息通知免打扰时间出错。
onError(RealTimeLocationErrorCode) - 接口 中的方法io.rong.imlib.RongIMClient.RealTimeLocationListener
位置共享过程出现错误。
onError(RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.ResultCallback
错误时回调。
onError(Message, RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.SendImageMessageCallback
消息发送失败。
onError(Message, RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.SendImageMessageWithUploadListenerCallback
消息发送失败。
onError(RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.SendMessageCallback
 
onError(Integer, RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.SendMessageCallback
 
onError(Message, RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.UploadMediaCallback
上传文件失败。
onError(RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.UploadMediaCallback
 
onFail(int) - 类 中的方法io.rong.imlib.RongIMClient.Callback
 
onFail(RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.Callback
 
onFail(int) - 类 中的方法io.rong.imlib.RongIMClient.ResultCallback
 
onFail(RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.ResultCallback
 
onFail(int) - 类 中的方法io.rong.imlib.RongIMClient.SendMessageCallback
 
onFail(RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.SendMessageCallback
 
onFail(Integer, int) - 类 中的方法io.rong.imlib.RongIMClient.SendMessageCallback
 
onFail(Integer, RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.SendMessageCallback
 
onFailure(int) - 类 中的方法io.rong.imlib.RongIMClient.DefaultOperationCallback
 
onFileNameChanged(String) - 接口 中的方法io.rong.imlib.IRongCallback.IDownloadMediaFileCallback
 
onJoined(String) - 接口 中的方法io.rong.imlib.RongIMClient.ChatRoomActionListener
 
onJoining(String) - 接口 中的方法io.rong.imlib.RongIMClient.ChatRoomActionListener
 
onMessageExpansionRemove(List<String>, Message) - 接口 中的方法io.rong.imlib.RongIMClient.MessageExpansionListener
消息扩展信息删除的回调
onMessageExpansionUpdate(Map<String, String>, Message) - 接口 中的方法io.rong.imlib.RongIMClient.MessageExpansionListener
消息扩展信息更改的回调 expansion 只包含更新的键值对,不是全部的数据。
onMessageRecalled(Message, RecallNotificationMessage) - 接口 中的方法io.rong.imlib.RongIMClient.OnRecallMessageListener
 
onMessageReceiptRequest(Conversation.ConversationType, String, String) - 接口 中的方法io.rong.imlib.RongIMClient.ReadReceiptListener
群组和讨论组中,某人发起了回执请求,会话中其余人会收到该请求,并回调此方法。
onMessageReceiptResponse(Conversation.ConversationType, String, String, HashMap<String, Long>) - 接口 中的方法io.rong.imlib.RongIMClient.ReadReceiptListener
在群组和讨论组中发起了回执请求的用户,当收到接收方的响应时,会回调此方法。
onParticipantsJoin(String) - 接口 中的方法io.rong.imlib.RongIMClient.RealTimeLocationListener
对方加入位置共享。
onParticipantsQuit(String) - 接口 中的方法io.rong.imlib.RongIMClient.RealTimeLocationListener
对方退出位置共享
onProgress(int) - 接口 中的方法io.rong.imlib.IRongCallback.IDownloadMediaFileCallback
 
onProgress(Message, int) - 接口 中的方法io.rong.imlib.IRongCallback.IDownloadMediaMessageCallback
 
onProgress(Message, int) - 接口 中的方法io.rong.imlib.IRongCallback.ISendMediaMessageCallback
 
onProgress(int) - 类 中的方法io.rong.imlib.RongIMClient.DownloadMediaCallback
下载进度。
onProgress(Message, int) - 类 中的方法io.rong.imlib.RongIMClient.SendImageMessageCallback
消息发送进度。
onProgress(Message, int) - 类 中的方法io.rong.imlib.RongIMClient.SendImageMessageWithUploadListenerCallback
消息发送进度。
onProgress(Message, int) - 类 中的方法io.rong.imlib.RongIMClient.UploadMediaCallback
上传媒体文件进度。
onQuited(String) - 接口 中的方法io.rong.imlib.RongIMClient.ChatRoomActionListener
 
onRCLogInfoOccurred(String) - 接口 中的方法io.rong.imlib.RongIMClient.RCLogInfoListener
当 Log 写文件输出时,回调此方法
onReadReceiptReceived(Message) - 接口 中的方法io.rong.imlib.RongIMClient.ReadReceiptListener
单聊中收到消息回执的回调。
onReceive(Message) - 接口 中的方法io.rong.imlib.RongIMClient.OnReceiveDestructionMessageListener
 
onReceived(Message, int) - 接口 中的方法io.rong.imlib.RongIMClient.OnReceiveMessageListener
收到消息的处理。
onReceived(Message, int) - 类 中的方法io.rong.imlib.RongIMClient.OnReceiveMessageWrapperListener
 
onReceived(Message, int, boolean, boolean) - 类 中的方法io.rong.imlib.RongIMClient.OnReceiveMessageWrapperListener
接收实时或者离线消息。
onReceiveLocation(double, double, String) - 接口 中的方法io.rong.imlib.RongIMClient.RealTimeLocationListener
接收到位置共享信息。
onReceiveLocationWithType(double, double, RealTimeLocationType, String) - 接口 中的方法io.rong.imlib.RongIMClient.RealTimeLocationListener
接收到位置共享信息。
OnReceiveMessageWrapperListener() - 类 的构造器io.rong.imlib.RongIMClient.OnReceiveMessageWrapperListener
 
onStatusChange(RealTimeLocationStatus) - 接口 中的方法io.rong.imlib.RongIMClient.RealTimeLocationListener
位置共享状态发生改变。
onStatusChanged(ConversationStatus[]) - 接口 中的方法io.rong.imlib.RongIMClient.ConversationStatusListener
 
onStatusReceived(String, ArrayList<UserOnlineStatusInfo>) - 接口 中的方法io.rong.imlib.IRongCallback.ISetSubscribeStatusCallback
 
onStop(String) - 接口 中的方法io.rong.imlib.RongIMClient.DestructCountDownTimerListener
 
onSuccess(List<Message>, long) - 接口 中的方法io.rong.imlib.IRongCallback.IChatRoomHistoryMessageCallback
 
onSuccess() - 接口 中的方法io.rong.imlib.IRongCallback.IDownloadMediaFileCallback
 
onSuccess(Message) - 接口 中的方法io.rong.imlib.IRongCallback.IDownloadMediaMessageCallback
 
onSuccess(ArrayList<UserOnlineStatusInfo>) - 接口 中的方法io.rong.imlib.IRongCallback.IGetUserOnlineStatusCallback
 
onSuccess(String, long) - 接口 中的方法io.rong.imlib.IRongCallback.IRTCConfigCallback
 
onSuccess(List<RTCUser>) - 接口 中的方法io.rong.imlib.IRongCallback.IRTCDataCallback
 
onSuccess(Map<String, String>) - 接口 中的方法io.rong.imlib.IRongCallback.IRtcIODataCallback
 
onSuccess(List<RTCUser>, T) - 接口 中的方法io.rong.imlib.IRongCallback.IRTCJoinRoomCallbackEx
 
onSuccess(Message) - 接口 中的方法io.rong.imlib.IRongCallback.ISendMessageCallback
消息发送成功。
onSuccess() - 接口 中的方法io.rong.imlib.IRongCallback.ISetUserOnlineStatusCallback
 
onSuccess() - 类 中的方法io.rong.imlib.RongIMClient.Callback
 
onSuccess(String) - 类 中的方法io.rong.imlib.RongIMClient.ConnectCallback
成功时回调。
onSuccess(String, int) - 类 中的方法io.rong.imlib.RongIMClient.GetNotificationQuietHoursCallback
获取消息通知免打扰时间成功。
onSuccess(String) - 类 中的方法io.rong.imlib.RongIMClient.GetNotificationQuietHoursCallback
 
onSuccess(T) - 类 中的方法io.rong.imlib.RongIMClient.ResultCallback
成功时回调。
onSuccess(Message) - 类 中的方法io.rong.imlib.RongIMClient.SendImageMessageCallback
消息发送成功。
onSuccess(Message) - 类 中的方法io.rong.imlib.RongIMClient.SendImageMessageWithUploadListenerCallback
消息发送成功。
onSyncConversationReadStatus(Conversation.ConversationType, String) - 接口 中的方法io.rong.imlib.RongIMClient.SyncConversationReadStatusListener
 
onTick(long, String) - 接口 中的方法io.rong.imlib.RongIMClient.DestructCountDownTimerListener
 
onTypingStatusChanged(Conversation.ConversationType, String, Collection<TypingStatus>) - 接口 中的方法io.rong.imlib.RongIMClient.TypingStatusListener
会话输入状态发生变化。
OperationCallback() - 类 的构造器io.rong.imlib.RongIMClient.OperationCallback
 

P

pauseDownloadMediaFile(String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
暂停多媒体文件下载。
pauseDownloadMediaMessage(Message, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
暂停多媒体消息下载。

Q

quitChatRoom(String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
退出聊天室。
quitDiscussion(String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃。
quitRealTimeLocation(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
退出位置共享。

R

recallMessage(Message, String, RongIMClient.ResultCallback<RecallNotificationMessage>) - 类 中的方法io.rong.imlib.RongIMClient
撤回消息
registerMessageType(Class<? extends MessageContent>) - 类 中的静态方法io.rong.imlib.RongIMClient
已过时。
registerMessageType(List<Class<? extends MessageContent>>) - 类 中的静态方法io.rong.imlib.RongIMClient
批量注册自定义消息类型 请在初始化之后,连接之前调用该方法注册自定义消息。
removeChatRoomEntry(String, String, Boolean, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
删除聊天室自定义属性。
removeConversation(Conversation.ConversationType, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
从会话列表中移除某一会话。
removeFromBlacklist(String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
将某个用户从黑名单中移出。
removeMemberFromDiscussion(String, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃。
removeMessageExpansion(List<String>, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
删除消息扩展信息中特定的键值对
removeNotificationQuietHours(RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
移除消息通知免打扰时间。
removeRealTimeLocationObserver(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
移除位置共享监听。
Result() - 类 的构造器io.rong.imlib.RongIMClient.ResultCallback.Result
 
ResultCallback() - 类 的构造器io.rong.imlib.RongIMClient.ResultCallback
 
RongIMClient - io.rong.imlib中的类
IM 客户端核心类。
RongIMClient.BlacklistStatus - io.rong.imlib中的枚举
是否在黑名单中状态。
RongIMClient.Callback - io.rong.imlib中的类
 
RongIMClient.ChatRoomActionListener - io.rong.imlib中的接口
聊天室操作监听器
RongIMClient.ConnectCallback - io.rong.imlib中的类
连接服务器回调类。
RongIMClient.ConnectionErrorCode - io.rong.imlib中的枚举
建立连接返回的错误码
RongIMClient.ConnectionStatusListener - io.rong.imlib中的接口
连接状态监听器,获取连接相关状态。
RongIMClient.ConnectionStatusListener.ConnectionStatus - io.rong.imlib中的枚举
连接状态枚举。
RongIMClient.ConversationStatusListener - io.rong.imlib中的接口
会话状态(置顶和免打扰)多端同步监听
RongIMClient.CreateDiscussionCallback - io.rong.imlib中的类
已过时。
已废弃。
RongIMClient.DatabaseOpenStatus - io.rong.imlib中的枚举
数据库打开枚举
RongIMClient.DefaultOperationCallback - io.rong.imlib中的类
 
RongIMClient.DestructCountDownTimerListener - io.rong.imlib中的接口
焚烧倒计时回调接口。
RongIMClient.DiscussionInviteStatus - io.rong.imlib中的枚举
已过时。
已废弃。
RongIMClient.DownloadMediaCallback - io.rong.imlib中的类
下载文件的回调。
RongIMClient.EncryptedSessionConnectionListener - io.rong.imlib中的接口
加密会话信令建立状态监听。
RongIMClient.ErrorCode - io.rong.imlib中的枚举
RongIMClient ErrorCode
RongIMClient.GetBlacklistCallback - io.rong.imlib中的类
获取黑名单回调。
RongIMClient.GetNotificationQuietHoursCallback - io.rong.imlib中的类
获取消息通知免打扰时间的回调。
RongIMClient.KVStatusListener - io.rong.imlib中的接口
聊天室 KV 状态变化的监听
RongIMClient.MediaType - io.rong.imlib中的枚举
文件类型枚举。
RongIMClient.MessageExpansionListener - io.rong.imlib中的接口
 
RongIMClient.OnRecallMessageListener - io.rong.imlib中的接口
撤回消息监听器
RongIMClient.OnReceiveDestructionMessageListener - io.rong.imlib中的接口
阅后即焚消息接收监听器
RongIMClient.OnReceiveMessageListener - io.rong.imlib中的接口
接收消息的监听器。
RongIMClient.OnReceiveMessageWrapperListener - io.rong.imlib中的类
接收消息的监听器。
RongIMClient.OperationCallback - io.rong.imlib中的类
执行操作回调。
RongIMClient.PushLanguage - io.rong.imlib中的枚举
远程推送语言类型
RongIMClient.RCLogInfoListener - io.rong.imlib中的接口
Log 输出监听
RongIMClient.ReadReceiptListener - io.rong.imlib中的接口
消息回执监听器。
RongIMClient.RealTimeLocationListener - io.rong.imlib中的接口
实时位置共享监听。
RongIMClient.ResultCallback<T> - io.rong.imlib中的类
泛型类,用于 API 中功能的回调处理。
RongIMClient.ResultCallback.Result<T> - io.rong.imlib中的类
 
RongIMClient.SearchType - io.rong.imlib中的枚举
搜索类型枚举。
RongIMClient.SendImageMessageCallback - io.rong.imlib中的类
发送图片消息的回调。
RongIMClient.SendImageMessageWithUploadListenerCallback - io.rong.imlib中的类
发送图片消息回调。
RongIMClient.SendMediaMessageCallback - io.rong.imlib中的类
发送多媒体类消息的回调。
RongIMClient.SendMessageCallback - io.rong.imlib中的类
发送消息的回调。
RongIMClient.SyncConversationReadStatusListener - io.rong.imlib中的接口
同步消息未读状态监听接口。
RongIMClient.TimestampOrder - io.rong.imlib中的枚举
 
RongIMClient.TypingStatusListener - io.rong.imlib中的接口
RongIMClient.UploadImageStatusListener - io.rong.imlib中的类
图片上传状态监听。
RongIMClient.UploadMediaCallback - io.rong.imlib中的类
上传媒体文件的回调。

S

saveTextMessageDraft(Conversation.ConversationType, String, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
保存会话草稿信息。
searchConversations(String, Conversation.ConversationType[], String[], RongIMClient.ResultCallback<List<SearchConversationResult>>) - 类 中的方法io.rong.imlib.RongIMClient
根据关键字搜索会话。
searchMessages(Conversation.ConversationType, String, String, int, long, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
根据关键字搜索指定会话中的消息。
searchMessagesByUser(Conversation.ConversationType, String, String, int, long, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
根据用户 id 搜索指定会话中的消息。
searchPublicService(RongIMClient.SearchType, String, RongIMClient.ResultCallback<PublicServiceProfileList>) - 类 中的方法io.rong.imlib.RongIMClient
搜索公众服务。
searchPublicServiceByType(Conversation.PublicServiceType, RongIMClient.SearchType, String, RongIMClient.ResultCallback<PublicServiceProfileList>) - 类 中的方法io.rong.imlib.RongIMClient
按公众服务类型搜索公众服务。
selectCustomServiceGroup(String, String) - 类 中的方法io.rong.imlib.RongIMClient
发送转人工客服消息
sendDirectionalMediaMessage(Message, String[], String, String, IRongCallback.ISendMediaMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
发送定向多媒体消息。
sendDirectionalMessage(Conversation.ConversationType, String, MessageContent, String[], String, String, IRongCallback.ISendMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
发送定向消息。
sendImageMessage(Conversation.ConversationType, String, MessageContent, String, String, RongIMClient.SendImageMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
发送图片消息。
sendImageMessage(Message, String, String, RongIMClient.SendImageMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
发送图片消息。
sendImageMessage(Message, String, String, RongIMClient.SendImageMessageWithUploadListenerCallback) - 类 中的方法io.rong.imlib.RongIMClient
发送图片消息。
SendImageMessageCallback() - 类 的构造器io.rong.imlib.RongIMClient.SendImageMessageCallback
 
SendImageMessageWithUploadListenerCallback() - 类 的构造器io.rong.imlib.RongIMClient.SendImageMessageWithUploadListenerCallback
 
sendLocationMessage(Message, String, String, IRongCallback.ISendMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
sendMediaMessage(Message, String, String, IRongCallback.ISendMediaMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
发送多媒体消息。
sendMediaMessage(Message, String, String, IRongCallback.ISendMediaMessageCallbackWithUploader) - 类 中的方法io.rong.imlib.RongIMClient
发送多媒体消息,可以使用该方法将多媒体文件上传到自己的服务器。
SendMediaMessageCallback() - 类 的构造器io.rong.imlib.RongIMClient.SendMediaMessageCallback
 
sendMessage(Conversation.ConversationType, String, MessageContent, String, String, IRongCallback.ISendMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
根据会话类型,发送消息。
sendMessage(Message, String, String, IRongCallback.ISendMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
发送消息。
sendMessage(Message, String, String, SendMessageOption, IRongCallback.ISendMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
发送消息。
SendMessageCallback() - 类 的构造器io.rong.imlib.RongIMClient.SendMessageCallback
 
sendPing() - 类 中的方法io.rong.imlib.RongIMClient
OEM 实现心跳对齐,发送 Ping 接口
sendReadReceiptMessage(Conversation.ConversationType, String, long) - 类 中的方法io.rong.imlib.RongIMClient
发送某个会话中的消息阅读回执 使用 IMLib 可以注册监听 RongIMClient.setReadReceiptListener(io.rong.imlib.RongIMClient.ReadReceiptListener);使用 IMkit 直接设置 rc_config.xml 中 rc_read_receipt 为 true。
sendReadReceiptMessage(Conversation.ConversationType, String, long, IRongCallback.ISendMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
发送某个会话中的消息阅读回执。
sendReadReceiptRequest(Message, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
发起消息已读回执请求(只支持群组和讨论组)。
sendReadReceiptResponse(Conversation.ConversationType, String, List<Message>, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
发送已读回执(只支持群组和讨论组)
sendTypingStatus(Conversation.ConversationType, String, String) - 类 中的方法io.rong.imlib.RongIMClient
向会话中发送正在输入的状态,目前只支持单聊。
setAppVer(String) - 类 中的方法io.rong.imlib.RongIMClient
设置集成融云 SDK 的用户应用版本信息。
setChatRoomActionListener(RongIMClient.ChatRoomActionListener) - 类 中的静态方法io.rong.imlib.RongIMClient
设置聊天室操作监听。
setChatRoomEntry(String, String, String, boolean, boolean, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置聊天室自定义属性。
setConnectionStatusListener(RongIMClient.ConnectionStatusListener) - 类 中的静态方法io.rong.imlib.RongIMClient
设置连接状态变化的监听器。
setConversationNotificationStatus(Conversation.ConversationType, String, Conversation.ConversationNotificationStatus, RongIMClient.ResultCallback<Conversation.ConversationNotificationStatus>) - 类 中的方法io.rong.imlib.RongIMClient
设置会话消息提醒状态。
setConversationStatusListener(RongIMClient.ConversationStatusListener) - 类 中的方法io.rong.imlib.RongIMClient
设置会话状态(置顶和免打扰)多端同步监听
setConversationToTop(Conversation.ConversationType, String, boolean, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
设置会话的置顶状态。
setConversationToTop(Conversation.ConversationType, String, boolean, boolean, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
设置会话的置顶状态。
setCustomServiceHumanEvaluateListener(CustomServiceManager.OnHumanEvaluateListener) - 类 中的方法io.rong.imlib.RongIMClient
设置人工评价监听。
setDiscussionInviteStatus(String, RongIMClient.DiscussionInviteStatus, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃。
setDiscussionName(String, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃。
setEncryptedSessionConnectionListener(RongIMClient.EncryptedSessionConnectionListener) - 类 中的方法io.rong.imlib.RongIMClient
设置密聊会话建立的监听
setKVStatusListener(RongIMClient.KVStatusListener) - 类 中的方法io.rong.imlib.RongIMClient
设置聊天室 KV 状态变化的监听
setMessageExpansionListener(RongIMClient.MessageExpansionListener) - 类 中的方法io.rong.imlib.RongIMClient
设置消息扩展监听
setMessageExtra(int, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
设置本地消息的附加信息。
setMessageReadTime(long, long, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置消息已读时间。
setMessageReceivedStatus(int, Message.ReceivedStatus, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
设置消息接收状态。
setMessageSentStatus(Message, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
设置消息发送状态。
setNotificationQuietHours(String, int, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置消息通知免打扰时间。
setOfflineMessageDuration(int, RongIMClient.ResultCallback<Long>) - 类 中的方法io.rong.imlib.RongIMClient
设置离线消息在服务端的存储时间(以天为单位)。
setOnRecallMessageListener(RongIMClient.OnRecallMessageListener) - 类 中的静态方法io.rong.imlib.RongIMClient
设置撤回消息监听器
setOnReceiveDestructionMessageListener(RongIMClient.OnReceiveDestructionMessageListener) - 类 中的方法io.rong.imlib.RongIMClient
设置阅后即焚消息接收监听器
setOnReceiveMessageListener(RongIMClient.OnReceiveMessageListener) - 类 中的静态方法io.rong.imlib.RongIMClient
设置接收消息事件的监听器。
setPushContentShowStatus(boolean, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置是否显示远程推送内容详情。
setPushLanguage(RongIMClient.PushLanguage, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置远程推送语言,目前支持中文和英文。
setPushLanguageCode(String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置推送内容的自然语言。
setPushReceiveStatus(boolean, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置是否接收远程推送。
setRCLogInfoListener(RongIMClient.RCLogInfoListener) - 类 中的静态方法io.rong.imlib.RongIMClient
设置 Log 输出监听。
setReadReceiptListener(RongIMClient.ReadReceiptListener) - 类 中的静态方法io.rong.imlib.RongIMClient
设置消息回执监听器。
setReconnectKickEnable(boolean) - 类 中的方法io.rong.imlib.RongIMClient
设置断线重连时是否踢出重连设备。
setRLogFileMaxSize(long) - 类 中的方法io.rong.imlib.RongIMClient
设置业务日志文件大小,默认 1M。
setRLogLevel(int) - 类 中的方法io.rong.imlib.RongIMClient
设置业务日志写文件等级。
setServerInfo(String, String) - 类 中的静态方法io.rong.imlib.RongIMClient
设置私有部署的导航服务器和媒体服务器地址。
setStatisticDomain(String) - 类 中的静态方法io.rong.imlib.RongIMClient
配置数据上传地址 (非必须)。
setSyncConversationReadStatusListener(RongIMClient.SyncConversationReadStatusListener) - 类 中的方法io.rong.imlib.RongIMClient
设置多端同步会话阅读状态监听。
setTypingStatusListener(RongIMClient.TypingStatusListener) - 类 中的静态方法io.rong.imlib.RongIMClient
设置输入状态监听器。
setUploadCallback(RLogReporter.UploadCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置上传 RLog 日志到服务器的回调
setValue(int) - 枚举 中的静态方法io.rong.imlib.RongIMClient.BlacklistStatus
设置黑名单状态。
setValue(int) - 枚举 中的静态方法io.rong.imlib.RongIMClient.DiscussionInviteStatus
已过时。
设置讨论组邀请状态。
setValue(int) - 枚举 中的静态方法io.rong.imlib.RongIMClient.MediaType
设置文件类型。
setValue(int) - 枚举 中的方法io.rong.imlib.RongIMClient.PushLanguage
 
setValue(int) - 枚举 中的方法io.rong.imlib.RongIMClient.SearchType
设置搜索类型的值。
startCustomService(String, ICustomServiceListener, CSCustomServiceInfo) - 类 中的方法io.rong.imlib.RongIMClient
启动客服服务。
startRealTimeLocation(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
发起位置共享。
stopCustomService(String) - 类 中的方法io.rong.imlib.RongIMClient
退出客服服务。
stopDestructMessage(Message) - 类 中的方法io.rong.imlib.RongIMClient
取消焚烧消息,仅支持单聊。
subscribePublicService(Conversation.PublicServiceType, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
订阅公众号。
supportResumeBrokenTransfer(String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
判断是否支持断点续传。
switchAppKey(String) - 类 中的方法io.rong.imlib.RongIMClient
切换 appKey。
switchToHumanMode(String) - 类 中的方法io.rong.imlib.RongIMClient
切换到人工客服模式。
syncConversationReadStatus(Conversation.ConversationType, String, long, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
同步会话阅读状态。

T

t - 类 中的变量io.rong.imlib.RongIMClient.ResultCallback.Result
 

U

unsubscribePublicService(Conversation.PublicServiceType, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
取消订阅公众号。
updateConversationInfo(Conversation.ConversationType, String, String, String, RongIMClient.ResultCallback) - 类 中的方法io.rong.imlib.RongIMClient
更新会话信息。
updateMessageExpansion(Map<String, String>, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
更新消息扩展信息 每条消息携带扩展信息键值对最大值 300个,单次设置扩展信息键值对最大值 20个
updateRealTimeLocationStatus(Conversation.ConversationType, String, double, double, RealTimeLocationType) - 类 中的方法io.rong.imlib.RongIMClient
更新位置共享信息。
UploadImageStatusListener(IRongCoreListener.UploadImageStatusListener) - 类 的构造器io.rong.imlib.RongIMClient.UploadImageStatusListener
 
UploadImageStatusListener(Message, String, String, RongIMClient.SendImageMessageWithUploadListenerCallback) - 类 的构造器io.rong.imlib.RongIMClient.UploadImageStatusListener
 
UploadMediaCallback() - 类 的构造器io.rong.imlib.RongIMClient.UploadMediaCallback
 
uploadRLog() - 类 中的方法io.rong.imlib.RongIMClient
上传 RLog 日志 在 RongIMClient.connect(String, ConnectCallback) 成功后调用

V

valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.BlacklistStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.ConnectionErrorCode
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.imlib.RongIMClient.ConnectionErrorCode
设置错误代码值。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus
 
valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.DatabaseOpenStatus
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.imlib.RongIMClient.DatabaseOpenStatus
获取数据库打开状态值。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.DiscussionInviteStatus
已过时。
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.ErrorCode
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.imlib.RongIMClient.ErrorCode
设置错误代码值。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.MediaType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.PushLanguage
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.imlib.RongIMClient.PushLanguage
 
valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.SearchType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.TimestampOrder
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.rong.imlib.RongIMClient.BlacklistStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.RongIMClient.ConnectionErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.RongIMClient.DatabaseOpenStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.RongIMClient.DiscussionInviteStatus
已过时。
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.RongIMClient.ErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.RongIMClient.MediaType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.RongIMClient.PushLanguage
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.RongIMClient.SearchType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.RongIMClient.TimestampOrder
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G I J L M O P Q R S T U V