跳过导航链接
RongCloud Android IMLib 通讯能力库 API 文档 v2.10.5
A B C D E G H I J L M N O P Q R S T U V W 

A

AccountInfo() - 类 的构造器io.rong.imlib.model.UserData.AccountInfo
 
AccountInfo(Parcel) - 类 的构造器io.rong.imlib.model.UserData.AccountInfo
 
addMemberToDiscussion(String, List<String>, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
根据 discussionId 添加一名或者一组用户加入讨论组。
addRealTimeLocationListener(Conversation.ConversationType, String, RongIMClient.RealTimeLocationListener) - 类 中的方法io.rong.imlib.RongIMClient
添加位置共享监听。
address(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户地址
addToBlacklist(String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
将某个用户加到黑名单中。
adminTipTime - 类 中的变量io.rong.imlib.CustomServiceConfig
客服坐席超时时间, 单位: 分钟
adminTipWord - 类 中的变量io.rong.imlib.CustomServiceConfig
客服坐席超时提示
age(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户年龄
announceClickUrl - 类 中的变量io.rong.imlib.CustomServiceConfig
通告栏链接 Url
announceMsg - 类 中的变量io.rong.imlib.CustomServiceConfig
通告栏展示内容
appOnStart() - 类 中的方法io.rong.imlib.RongIMClient
通知 SDK 应用回到了前台。

B

birthday(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户生日
build() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
 
build() - 类 中的方法io.rong.imlib.model.MessageConfig.Builder
 
Builder() - 类 的构造器io.rong.imlib.model.CSCustomServiceInfo.Builder
 
Builder() - 类 的构造器io.rong.imlib.model.MessageConfig.Builder
 

C

Callback() - 类 的构造器io.rong.imlib.RongIMClient.Callback
 
cancel() - 类 中的方法io.rong.imlib.IRongCallback.MediaMessageUploader
取消上传时调用此接口
cancelDownloadMediaMessage(Message, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
取消多媒体消息下载。
cancelMessageDestructionTask(int) - 类 中的方法io.rong.imlib.RongIMClient
 
cancelSendMediaMessage(Message, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
取消发送多媒体文件。
ChatRoomInfo - io.rong.imlib.model中的类
 
ChatRoomInfo() - 类 的构造器io.rong.imlib.model.ChatRoomInfo
 
ChatRoomInfo(Parcel) - 类 的构造器io.rong.imlib.model.ChatRoomInfo
 
ChatRoomInfo.ChatRoomMemberOrder - io.rong.imlib.model中的枚举
 
ChatRoomMemberInfo - io.rong.imlib.model中的类
 
ChatRoomMemberInfo() - 类 的构造器io.rong.imlib.model.ChatRoomMemberInfo
 
ChatRoomMemberInfo(Parcel) - 类 的构造器io.rong.imlib.model.ChatRoomMemberInfo
 
city(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户所在城市
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
清空会话类型列表中的所有会话及会话信息,回调方式通知是否清空成功。
clearConversations(Conversation.ConversationType...) - 类 中的方法io.rong.imlib.RongIMClient
clearEncryptedConversations() - 类 中的方法io.rong.imlib.RongIMClient
清除本地所有加密会话
clearMessages(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃,建议使用 { #clearMessages(Conversation.ConversationType, String, ResultCallback)} 异步方法。
clearMessages(Conversation.ConversationType, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
清空指定类型,targetId 的某一会话所有聊天消息记录。
clearMessagesUnreadStatus(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
clearMessagesUnreadStatus(Conversation.ConversationType, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
清除指定类型,targetId 的某一会话消息未读状态。
clearMessagesUnreadStatus(Conversation.ConversationType, String, long, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
根据时间戳清除指定类型,目标Id 的某一会话消息未读状态。
clearTextMessageDraft(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
clearTextMessageDraft(Conversation.ConversationType, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
根据消息类型,targetId 清除某一会话的文字消息草稿。
ClientInfo() - 类 的构造器io.rong.imlib.model.UserData.ClientInfo
 
ClientInfo(Context) - 类 的构造器io.rong.imlib.model.UserData.ClientInfo
 
ClientInfo(Parcel) - 类 的构造器io.rong.imlib.model.UserData.ClientInfo
 
CommandMessage - io.rong.message中的类
Created by lifei on 15/12/3.
CommandMessage(Parcel) - 类 的构造器io.rong.message.CommandMessage
 
CommandNotificationMessage - io.rong.message中的类
 
CommandNotificationMessage(Parcel) - 类 的构造器io.rong.message.CommandNotificationMessage
 
companyIcon - 类 中的变量io.rong.imlib.CustomServiceConfig
公司logo
companyName - 类 中的变量io.rong.imlib.CustomServiceConfig
公司名称
connect(String, RongIMClient.ConnectCallback) - 类 中的静态方法io.rong.imlib.RongIMClient
连接服务器,在整个应用程序全局,只需要调用一次,需在 {#init(Context)} 之后调用。
ConnectCallback() - 类 的构造器io.rong.imlib.RongIMClient.ConnectCallback
 
CONTACT_OPERATION_ACCEPT_RESPONSE - 类 中的静态变量io.rong.message.ContactNotificationMessage
同意好友响应。
CONTACT_OPERATION_REJECT_RESPONSE - 类 中的静态变量io.rong.message.ContactNotificationMessage
拒绝好友响应。
CONTACT_OPERATION_REQUEST - 类 中的静态变量io.rong.message.ContactNotificationMessage
加好友请求。
ContactInfo() - 类 的构造器io.rong.imlib.model.UserData.ContactInfo
 
ContactInfo(Parcel) - 类 的构造器io.rong.imlib.model.UserData.ContactInfo
 
ContactNotificationMessage - io.rong.message中的类
 
ContactNotificationMessage(Parcel) - 类 的构造器io.rong.message.ContactNotificationMessage
 
Conversation - io.rong.imlib.model中的类
会话的实体,用来容纳和存储客户端的会话信息,对应会话列表中的会话。
Conversation() - 类 的构造器io.rong.imlib.model.Conversation
默认构造函数。
Conversation(Parcel) - 类 的构造器io.rong.imlib.model.Conversation
 
Conversation.ConversationNotificationStatus - io.rong.imlib.model中的枚举
会话提醒状态。
Conversation.ConversationType - io.rong.imlib.model中的枚举
会话类型枚举。
Conversation.PublicServiceType - io.rong.imlib.model中的枚举
公众服务类型枚举。
createDiscussion(String, List<String>, RongIMClient.CreateDiscussionCallback) - 类 中的方法io.rong.imlib.RongIMClient
创建讨论组。
CreateDiscussionCallback() - 类 的构造器io.rong.imlib.RongIMClient.CreateDiscussionCallback
 
createMessageDestructionTask(Message, DestructionTaskManager.OnOverTimeChangeListener, String) - 类 中的方法io.rong.imlib.RongIMClient
 
CREATOR - 类 中的静态变量io.rong.imlib.model.ChatRoomInfo
 
CREATOR - 类 中的静态变量io.rong.imlib.model.ChatRoomMemberInfo
 
CREATOR - 类 中的静态变量io.rong.imlib.model.Conversation
 
CREATOR - 类 中的静态变量io.rong.imlib.model.CSCustomServiceInfo
 
CREATOR - 类 中的静态变量io.rong.imlib.model.Group
 
CREATOR - 类 中的静态变量io.rong.imlib.model.Message
 
CREATOR - 类 中的静态变量io.rong.imlib.model.MessageConfig
 
CREATOR - 类 中的静态变量io.rong.imlib.model.PublicServiceMenu
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
CREATOR - 类 中的静态变量io.rong.imlib.model.PublicServiceMenuItem
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
CREATOR - 类 中的静态变量io.rong.imlib.model.PublicServiceProfile
 
CREATOR - 类 中的静态变量io.rong.imlib.model.PublicServiceProfileList
 
CREATOR - 类 中的静态变量io.rong.imlib.model.UserData.AccountInfo
 
CREATOR - 类 中的静态变量io.rong.imlib.model.UserData.ClientInfo
 
CREATOR - 类 中的静态变量io.rong.imlib.model.UserData.ContactInfo
 
CREATOR - 类 中的静态变量io.rong.imlib.model.UserData
 
CREATOR - 类 中的静态变量io.rong.imlib.model.UserData.PersonalInfo
 
CREATOR - 类 中的静态变量io.rong.imlib.model.UserInfo
 
CREATOR - 类 中的静态变量io.rong.imlib.typingmessage.TypingStatusMessage
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
CREATOR - 类 中的静态变量io.rong.message.CommandMessage
 
CREATOR - 类 中的静态变量io.rong.message.CommandNotificationMessage
 
CREATOR - 类 中的静态变量io.rong.message.ContactNotificationMessage
 
CREATOR - 类 中的静态变量io.rong.message.GroupNotificationMessage
 
CREATOR - 类 中的静态变量io.rong.message.HandshakeMessage
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
CREATOR - 类 中的静态变量io.rong.message.HasReceivedNotificationMessage
 
CREATOR - 类 中的静态变量io.rong.message.ImageMessage
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
CREATOR - 类 中的静态变量io.rong.message.InformationNotificationMessage
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
CREATOR - 类 中的静态变量io.rong.message.LocationMessage
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
CREATOR - 类 中的静态变量io.rong.message.ProfileNotificationMessage
 
CREATOR - 类 中的静态变量io.rong.message.PublicServiceCommandMessage
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
CREATOR - 类 中的静态变量io.rong.message.PublicServiceMultiRichContentMessage
 
CREATOR - 类 中的静态变量io.rong.message.PublicServiceRichContentMessage
 
CREATOR - 类 中的静态变量io.rong.message.ReadReceiptMessage
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
CREATOR - 类 中的静态变量io.rong.message.RichContentMessage
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
CREATOR - 类 中的静态变量io.rong.message.SuspendMessage
 
CREATOR - 类 中的静态变量io.rong.message.TextMessage
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
CREATOR - 类 中的静态变量io.rong.message.VoiceMessage
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
CSCustomServiceInfo - io.rong.imlib.model中的类
 
CSCustomServiceInfo(Parcel) - 类 的构造器io.rong.imlib.model.CSCustomServiceInfo
 
CSCustomServiceInfo.Builder - io.rong.imlib.model中的类
构建消息实体
CustomServiceConfig - io.rong.imlib中的类
客服的配置参数
CustomServiceConfig() - 类 的构造器io.rong.imlib.CustomServiceConfig
 
CustomServiceConfig.CSEvaEntryPoint - io.rong.imlib中的枚举
 
CustomServiceConfig.CSEvaSolveStatus - io.rong.imlib中的枚举
 
CustomServiceConfig.CSEvaType - io.rong.imlib中的枚举
 
CustomServiceConfig.CSLeaveMessageType - io.rong.imlib中的枚举
 
CustomServiceConfig.CSQuitSuspendType - io.rong.imlib中的枚举
 
CustomServiceMode - io.rong.imlib.model中的枚举
 

D

decodeMessage(Message, ImageMessage) - 类 中的方法io.rong.message.ImageMessageHandler
 
decodeMessage(Message, LocationMessage) - 类 中的方法io.rong.message.LocationMessageHandler
 
decodeMessage(Message, VoiceMessage) - 类 中的方法io.rong.message.VoiceMessageHandler
 
define(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置预留参数
deleteMessages(int[]) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃,建议使用 { #deleteMessages(int[], ResultCallback)} 异步方法。
deleteMessages(int[], RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
根据 messageId,删除指定的一条或者一组消息。
deleteMessages(Conversation.ConversationType, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
清除指定会话的消息。
deleteRemoteMessages(Conversation.ConversationType, String, Message[], RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
删除指定的一条或者一组消息。
describeContents() - 类 中的方法io.rong.imlib.model.ChatRoomInfo
 
describeContents() - 类 中的方法io.rong.imlib.model.ChatRoomMemberInfo
 
describeContents() - 类 中的方法io.rong.imlib.model.Conversation
 
describeContents() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.imlib.model.Group
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.imlib.model.Message
 
describeContents() - 类 中的方法io.rong.imlib.model.MessageConfig
 
describeContents() - 类 中的方法io.rong.imlib.model.PublicServiceMenu
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.imlib.model.PublicServiceMenuItem
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.imlib.model.PublicServiceProfile
 
describeContents() - 类 中的方法io.rong.imlib.model.PublicServiceProfileList
 
describeContents() - 类 中的方法io.rong.imlib.model.UserData.AccountInfo
 
describeContents() - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
describeContents() - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
describeContents() - 类 中的方法io.rong.imlib.model.UserData
 
describeContents() - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
describeContents() - 类 中的方法io.rong.imlib.model.UserInfo
 
describeContents() - 类 中的方法io.rong.imlib.typingmessage.TypingStatusMessage
 
describeContents() - 类 中的方法io.rong.message.CommandMessage
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.message.CommandNotificationMessage
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.message.ContactNotificationMessage
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.message.GroupNotificationMessage
 
describeContents() - 类 中的方法io.rong.message.HandshakeMessage
 
describeContents() - 类 中的方法io.rong.message.HasReceivedNotificationMessage
 
describeContents() - 类 中的方法io.rong.message.ImageMessage
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.message.InformationNotificationMessage
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.message.LocationMessage
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.message.ProfileNotificationMessage
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.message.PublicServiceCommandMessage
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.message.PublicServiceMultiRichContentMessage
 
describeContents() - 类 中的方法io.rong.message.PublicServiceRichContentMessage
 
describeContents() - 类 中的方法io.rong.message.ReadReceiptMessage
 
describeContents() - 类 中的方法io.rong.message.RichContentMessage
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.message.SuspendMessage
 
describeContents() - 类 中的方法io.rong.message.TextMessage
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
describeContents() - 类 中的方法io.rong.message.VoiceMessage
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
disconnect() - 类 中的方法io.rong.imlib.RongIMClient
断开与融云服务器的连接。
disconnect(boolean) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
该方法已废弃,请使用 RongIMClient.disconnect() 或者 RongIMClient.logout()
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
下载文件 支持断点续传, 对应的暂停下载须调用 @see RongIMClient.pauseDownloadMediaFile(String, OperationCallback)
downloadMediaMessage(Message, IRongCallback.IDownloadMediaMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
下载文件。

E

email(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户邮箱
enableHttpsSelfCertificate(boolean) - 类 中的方法io.rong.imlib.RongIMClient
设置建立 Https 连接时,是否使用自签证书。
encode() - 类 中的方法io.rong.imlib.model.MessageContent
将本地消息对象序列化为消息数据。
encode() - 类 中的方法io.rong.imlib.typingmessage.TypingStatusMessage
序列化需要传输的数据。
encode() - 类 中的方法io.rong.message.CommandMessage
 
encode() - 类 中的方法io.rong.message.CommandNotificationMessage
 
encode() - 类 中的方法io.rong.message.ContactNotificationMessage
 
encode() - 类 中的方法io.rong.message.GroupNotificationMessage
 
encode() - 类 中的方法io.rong.message.HandshakeMessage
 
encode() - 类 中的方法io.rong.message.HasReceivedNotificationMessage
序列化需要传输的数据。
encode() - 类 中的方法io.rong.message.ImageMessage
 
encode() - 类 中的方法io.rong.message.InformationNotificationMessage
将本地消息对象序列化为消息数据。
encode() - 类 中的方法io.rong.message.LocationMessage
 
encode() - 类 中的方法io.rong.message.ProfileNotificationMessage
 
encode() - 类 中的方法io.rong.message.PublicServiceCommandMessage
将本地消息对象序列化为消息数据。
encode() - 类 中的方法io.rong.message.PublicServiceMultiRichContentMessage
 
encode() - 类 中的方法io.rong.message.PublicServiceRichContentMessage
 
encode() - 类 中的方法io.rong.message.ReadReceiptMessage
 
encode() - 类 中的方法io.rong.message.RichContentMessage
将本地消息对象序列化为消息数据。
encode() - 类 中的方法io.rong.message.SuspendMessage
 
encode() - 类 中的方法io.rong.message.TextMessage
将本地消息对象序列化为消息数据。
encode() - 类 中的方法io.rong.message.VoiceMessage
 
encodeMessage(Message) - 类 中的方法io.rong.message.ImageMessageHandler
 
encodeMessage(Message) - 类 中的方法io.rong.message.LocationMessageHandler
 
encodeMessage(Message) - 类 中的方法io.rong.message.VoiceMessageHandler
 
enterUrl(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置咨询所在页面
equals(Object) - 类 中的方法io.rong.imlib.model.Message
 
error() - 类 中的方法io.rong.imlib.IRongCallback.MediaMessageUploader
上传失败时调用这个接口
error() - 类 中的方法io.rong.imlib.RongIMClient.UploadImageStatusListener
上传失败时调用这个接口
evaEntryPoint - 类 中的变量io.rong.imlib.CustomServiceConfig
评价配置, 是在离开时评价还是在 extension 里增加评价入口。
evaluateCustomService(String, boolean, String) - 类 中的方法io.rong.imlib.RongIMClient
当建立客服连接时,返回的 CustomServiceConfig.CSEvaType 为 CSEvaType.EVA_SEPARATELY, 即人工机器人分开评价时,调用此方法对机器人客服进行评价
evaluateCustomService(String, int, String, String) - 类 中的方法io.rong.imlib.RongIMClient
当建立客服连接时,返回的 CustomServiceConfig.CSEvaType 为 CSEvaType.EVA_SEPARATELY, 即人工机器人分开评价时,调用此方法对人工客服进行评价
evaluateCustomService(String, int, CustomServiceConfig.CSEvaSolveStatus, String, String, String, String) - 类 中的方法io.rong.imlib.RongIMClient
当建立客服连接时,返回的 CustomServiceConfig.CSEvaType 为 CSEvaType.EVA_SEPARATELY, 即人工机器人分开评价时,调用此方法对人工客服进行评价
evaluateCustomService(String, int, CustomServiceConfig.CSEvaSolveStatus, String, String) - 类 中的方法io.rong.imlib.RongIMClient
当建立客服连接时,返回的 CustomServiceConfig.CSEvaType 为 CSEvaType.EVA_UNIFIED, 即人工机器人统一评价时,调用此方法进行评价。
evaluateType - 类 中的变量io.rong.imlib.CustomServiceConfig
评价配置类型,是统一评价还是机器人、人工分开评价。

G

gender(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户性别
getAccountInfo() - 类 中的方法io.rong.imlib.model.UserData
 
getAddress() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户地址
getAddress() - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
getAge() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户年龄
getAge() - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
getAllEncryptedConversations() - 类 中的方法io.rong.imlib.RongIMClient
获取所有加密会话。
getAppUserId() - 类 中的方法io.rong.imlib.model.UserData.AccountInfo
 
getAppVersion() - 类 中的方法io.rong.imlib.model.UserData
 
getBase64() - 类 中的方法io.rong.message.ImageMessage
获取需要传递的Base64数据。
getBase64() - 类 中的方法io.rong.message.LocationMessage
获取需要传递的Base64数据。
getBase64() - 类 中的方法io.rong.message.VoiceMessage
 
getBirthday() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户生日
getBirthday() - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
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
获取所有设置了消息免打扰的会话列表。
getCarrier() - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
getChatroomHistoryMessages(String, long, int, RongIMClient.TimestampOrder, IRongCallback.IChatRoomHistoryMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
获取聊天室历史消息记录。
getChatRoomId() - 类 中的方法io.rong.imlib.model.ChatRoomInfo
 
getChatRoomInfo(String, int, ChatRoomInfo.ChatRoomMemberOrder, RongIMClient.ResultCallback<ChatRoomInfo>) - 类 中的方法io.rong.imlib.RongIMClient
查询聊天室信息。
getCity() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户所在城市
getClientInfo() - 类 中的方法io.rong.imlib.model.UserData
 
getComment() - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
getContactInfo() - 类 中的方法io.rong.imlib.model.UserData
 
getContent() - 类 中的方法io.rong.imlib.model.Message
获取消息内容。
getContent() - 类 中的方法io.rong.message.RichContentMessage
获取消息正文。
getContent() - 类 中的方法io.rong.message.TextMessage
获取文字消息的内容。
getConversation(Conversation.ConversationType, String, RongIMClient.ResultCallback<Conversation>) - 类 中的方法io.rong.imlib.RongIMClient
根据不同会话类型的目标 Id,回调方式获取某一会话信息。
getConversation(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
getConversationList(RongIMClient.ResultCallback<List<Conversation>>) - 类 中的方法io.rong.imlib.RongIMClient
获取当前用户本地会话列表的默认方法,该方法返回的是以下类型的会话列表:私聊,群组,讨论组,系统会话。
getConversationList() - 类 中的方法io.rong.imlib.RongIMClient
getConversationList(RongIMClient.ResultCallback<List<Conversation>>, Conversation.ConversationType...) - 类 中的方法io.rong.imlib.RongIMClient
根据会话类型,获取当前用户的本地会话列表。
getConversationList(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
获取会话消息提醒状态。
getConversationTitle() - 类 中的方法io.rong.imlib.model.Conversation
获取会话标题。
getConversationType() - 类 中的方法io.rong.imlib.model.Conversation
获取会话类型。
getConversationType() - 类 中的方法io.rong.imlib.model.Message
获取会话类型。
getConversationType() - 类 中的方法io.rong.imlib.model.PublicServiceProfile
获取公众服务号类型
getCurrentConnectionStatus() - 类 中的方法io.rong.imlib.RongIMClient
获取当前服务器连接状态。
getCurrentUserId() - 类 中的方法io.rong.imlib.RongIMClient
获取当前连接用户的信息。
getData() - 类 中的方法io.rong.imlib.typingmessage.TypingStatusMessage
 
getData() - 类 中的方法io.rong.message.CommandMessage
获取命令数据,可以为任意格式,如 JSON。
getData() - 类 中的方法io.rong.message.CommandNotificationMessage
获取命令数据,可以为任意格式,如 JSON。
getData() - 类 中的方法io.rong.message.GroupNotificationMessage
 
getData() - 类 中的方法io.rong.message.ProfileNotificationMessage
获取资料变更的数据,可以为任意格式,如 JSON。
getDefine() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取预留参数
getDeltaTime() - 类 中的方法io.rong.imlib.RongIMClient
获取本地时间与服务器时间的差值。
getDestructTime() - 类 中的方法io.rong.imlib.model.MessageContent
 
getDevice() - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
getDiscussion(String, RongIMClient.ResultCallback<Discussion>) - 类 中的方法io.rong.imlib.RongIMClient
根据消息类型,targetId 获取讨论组信息和设置。
getDraft() - 类 中的方法io.rong.imlib.model.Conversation
获取文字消息草稿。
getDuration() - 类 中的方法io.rong.message.VoiceMessage
获取音频片段的时长。
getEmail() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户邮箱
getEmail() - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
getEncryptedSessionStatus(String) - 类 中的方法io.rong.imlib.RongIMClient
根据id获取加密会话。
getEnterUrl() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取咨询所在页面
getExtra() - 类 中的方法io.rong.imlib.model.Message
获取消息的附加信息。
getExtra() - 类 中的方法io.rong.imlib.model.UserData
 
getExtra() - 类 中的方法io.rong.imlib.model.UserInfo
获取附加信息。
getExtra() - 类 中的方法io.rong.message.ContactNotificationMessage
获取附加信息。
getExtra() - 类 中的方法io.rong.message.GroupNotificationMessage
 
getExtra() - 类 中的方法io.rong.message.InformationNotificationMessage
获取附加信息
getExtra() - 类 中的方法io.rong.message.LocationMessage
获取扩展信息。
getExtra() - 类 中的方法io.rong.message.ProfileNotificationMessage
获取消息扩展信息。
getExtra() - 类 中的方法io.rong.message.PublicServiceCommandMessage
获取消息扩展信息
getExtra() - 类 中的方法io.rong.message.RichContentMessage
获取消息的扩展信息。
getExtra() - 类 中的方法io.rong.message.TextMessage
获取消息扩展信息
getExtra() - 类 中的方法io.rong.message.VoiceMessage
获取消息扩展信息
getFlag() - 类 中的方法io.rong.imlib.model.Message.ReceivedStatus
获取状态标识。
getGender() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户性别
getGrade() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户等级
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
获取本地数据库中保存,特定类型,targetId 的N条历史消息记录。
getHistoryMessages(Conversation.ConversationType, String, String, int, int, RongCommonDefine.GetMessageDirection, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
根据会话类型的目标 Id,回调方式获取某消息类型的某条消息之前或之后的N条历史消息记录。
getHistoryMessages(Conversation.ConversationType, String, List<String>, long, int, RongCommonDefine.GetMessageDirection, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
根据会话类型的目标 Id,回调方式获取某些消息类型的某条消息之前或之后的N条历史消息记录。
getHistoryMessages(Conversation.ConversationType, String, int, int, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
获取指定类型,targetId 的N条历史消息记录。
getHistoryMessages(Conversation.ConversationType, String, long, int, int, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
在会话中搜索指定消息的前 before 数量和 after 数量的消息。
getHistoryMessagesByMessageId(Conversation.ConversationType, String, int, int) - 类 中的方法io.rong.imlib.RongIMClient
getHistoryMessagesByObjectNames(Conversation.ConversationType, String, List<String>, long, int, RongCommonDefine.GetMessageDirection) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
getHistoryMessagesOneWay(Conversation.ConversationType, String, int, int, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
getId() - 类 中的方法io.rong.imlib.model.Group
获取群组 Id。
getId() - 类 中的方法io.rong.imlib.model.PublicServiceMenuItem
获取菜单 Id
getImgUri() - 类 中的方法io.rong.message.LocationMessage
获取地图缩略图地址。
getImgUrl() - 类 中的方法io.rong.message.RichContentMessage
获取消息图片Imgurl.
getInstance() - 类 中的静态方法io.rong.imlib.RongIMClient
获取 IMLib 接口类实例,需在执行 init 方法初始化 SDK 后获取, 否则返回值为 NULL。
getIntroduction() - 类 中的方法io.rong.imlib.model.PublicServiceProfile
获取公众服务账号介绍
getJob() - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
getJoinTime() - 类 中的方法io.rong.imlib.model.ChatRoomMemberInfo
 
getJSONDestructInfo() - 类 中的方法io.rong.imlib.model.MessageContent
 
getJsonMentionInfo() - 类 中的方法io.rong.imlib.model.MessageContent
 
getJSONUserInfo() - 类 中的方法io.rong.imlib.model.MessageContent
 
getLastMessageSendTime() - 类 中的方法io.rong.message.ReadReceiptMessage
 
getLat() - 类 中的方法io.rong.message.LocationMessage
获取纬度。
getLatestMessage() - 类 中的方法io.rong.imlib.model.Conversation
获取本会话最后一条消息。
getLatestMessageId() - 类 中的方法io.rong.imlib.model.Conversation
获取本会话最后一条消息 Id。
getLatestMessages(Conversation.ConversationType, String, int) - 类 中的方法io.rong.imlib.RongIMClient
getLatestMessages(Conversation.ConversationType, String, int, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
获取指定类型,targetId 的最新消息记录。
getListUrl() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户浏览网址列表
getLng() - 类 中的方法io.rong.message.LocationMessage
获取经度。
getLocalUri() - 类 中的方法io.rong.message.ImageMessage
获取本地图片地址(file:///)。
getLoginName() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户登录名
getMemberInfo() - 类 中的方法io.rong.imlib.model.ChatRoomInfo
 
getMemberOrder() - 类 中的方法io.rong.imlib.model.ChatRoomInfo
 
getMemo() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取备注信息
getMentionedCount() - 类 中的方法io.rong.imlib.model.Conversation
获取本会话里自己被@的消息数量。
getMentionedInfo() - 类 中的方法io.rong.imlib.model.MessageContent
 
getMenu() - 类 中的方法io.rong.imlib.model.PublicServiceProfile
获取公众服务号菜单
getMenuItems() - 类 中的方法io.rong.imlib.model.PublicServiceMenu
 
getMessage() - 枚举 中的方法io.rong.imlib.model.PublicServiceMenu.PublicServiceMenuItemType
获取菜单命令消息。
getMessage() - 枚举 中的方法io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus
获取状态消息。
getMessage() - 枚举 中的方法io.rong.imlib.RongIMClient.ErrorCode
获取错误消息。
getMessage(int, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
根据 message id 获取消息体。
getMessage() - 类 中的方法io.rong.message.ContactNotificationMessage
获取请求或者响应消息,如添加理由或拒绝理由。
getMessage() - 类 中的方法io.rong.message.GroupNotificationMessage
 
getMessage() - 类 中的方法io.rong.message.InformationNotificationMessage
获取提示条(小灰条)通知消息的内容。
getMessage() - 类 中的方法io.rong.message.PublicServiceRichContentMessage
 
getMessageByUid(String, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
根据 uid 获取 message 对象
getMessageConfig() - 类 中的方法io.rong.imlib.model.Message
获取消息配置
getMessageDirection() - 类 中的方法io.rong.imlib.model.Message
获取消息方向。
getMessageId() - 类 中的方法io.rong.imlib.model.Message
获取本地存储的消息的唯一值(数据库索引唯一值)。
getMessages() - 类 中的方法io.rong.message.PublicServiceMultiRichContentMessage
 
getMessageUId() - 类 中的方法io.rong.message.ReadReceiptMessage
 
getMobileNo() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户电话号码
getMobilePhoneManufacturers() - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
getMsg() - 枚举 中的方法io.rong.imlib.RongIMClient.PushLanguage
 
getName() - 枚举 中的方法io.rong.imlib.model.Conversation.ConversationType
获取会话类型名称。
getName() - 枚举 中的方法io.rong.imlib.model.Conversation.PublicServiceType
获取公众服务类型名称。
getName() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户名称
getName() - 类 中的方法io.rong.imlib.model.Group
获取群组名称。
getName() - 类 中的方法io.rong.imlib.model.PublicServiceMenuItem
获取菜单标题
getName() - 类 中的方法io.rong.imlib.model.PublicServiceProfile
获取公众服务账号名称
getName() - 类 中的方法io.rong.imlib.model.UserInfo
获取用户名称(昵称)。
getName() - 类 中的方法io.rong.message.CommandMessage
获取命令名。
getName() - 类 中的方法io.rong.message.CommandNotificationMessage
获取命令名。
getNetwork() - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
getNickName() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户昵称
getNickName() - 类 中的方法io.rong.imlib.model.UserData.AccountInfo
 
getNotificationQuietHours(RongIMClient.GetNotificationQuietHoursCallback) - 类 中的方法io.rong.imlib.RongIMClient
获取消息通知免打扰时间。
GetNotificationQuietHoursCallback() - 类 的构造器io.rong.imlib.RongIMClient.GetNotificationQuietHoursCallback
 
getNotificationStatus() - 类 中的方法io.rong.imlib.model.Conversation
获取通知消息状态。
getObjectName() - 类 中的方法io.rong.imlib.model.Conversation
获取消息对象名称。
getObjectName() - 类 中的方法io.rong.imlib.model.Message
获取消息对象名称。
getOfflineMessageDuration(RongIMClient.ResultCallback<String>) - 类 中的方法io.rong.imlib.RongIMClient
获取当前用户离线消息的存储时间,取值范围为int值1~7天
getOperation() - 类 中的方法io.rong.message.ContactNotificationMessage
获取操作名,对应 ContactOperationXxxx,或自己传任何字符串。
getOperation() - 类 中的方法io.rong.message.GroupNotificationMessage
 
getOperation() - 类 中的方法io.rong.message.ProfileNotificationMessage
获取资料变更的操作名。
getOperatorUserId() - 类 中的方法io.rong.message.GroupNotificationMessage
 
getOs() - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
getPage() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户布点信息
getPersonalInfo() - 类 中的方法io.rong.imlib.model.UserData
 
getPoi() - 类 中的方法io.rong.message.LocationMessage
获取POI信息。
getPortraitUri() - 类 中的方法io.rong.imlib.model.Group
获取群组头像。
getPortraitUri() - 类 中的方法io.rong.imlib.model.PublicServiceProfile
获取公众服务账号头像
getPortraitUri() - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
getPortraitUri() - 类 中的方法io.rong.imlib.model.UserInfo
获取用户头像。
getPortraitUrl() - 类 中的方法io.rong.imlib.model.Conversation
 
getPortraitUrl() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户头像
getProductId() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取商品 id。
getProfession() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户职业
getProvince() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户所在省份
getPublicServiceData() - 类 中的方法io.rong.imlib.model.PublicServiceProfileList
获取公众服务列表
getPublicServiceList(RongIMClient.ResultCallback<PublicServiceProfileList>) - 类 中的方法io.rong.imlib.RongIMClient
获取己关注公共账号列表。
getPublicServiceProfile(Conversation.PublicServiceType, String, RongIMClient.ResultCallback<PublicServiceProfile>) - 类 中的方法io.rong.imlib.RongIMClient
获取某公共服务信息。
getPublicServiceUserInfo() - 类 中的方法io.rong.message.PublicServiceMultiRichContentMessage
 
getPublicServiceUserInfo() - 类 中的方法io.rong.message.PublicServiceRichContentMessage
 
getPushContentShowStatus(RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
获取是否显示 Push 内容详情的设置
getPushLanguage(RongIMClient.ResultCallback<RongIMClient.PushLanguage>) - 类 中的方法io.rong.imlib.RongIMClient
获取 Push 语言设置
getPushReceiveStatus(RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
获取是否接收 Push 的设置, 前提: 移动端未在线,Web 、MAC/PC 终端在线,移动端是否接收 Push
getQQ() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户QQ
getQQ() - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
getReadReceiptInfo() - 类 中的方法io.rong.imlib.model.Message
 
getReadTime() - 类 中的方法io.rong.imlib.model.Message
 
getRealName() - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
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
获取参与该位置共享的所有成员。
getReceivedStatus() - 类 中的方法io.rong.imlib.model.Conversation
获取接收到的消息的状态。
getReceivedStatus() - 类 中的方法io.rong.imlib.model.Message
获取消息的接收状态。
getReceivedTime() - 类 中的方法io.rong.imlib.model.Conversation
获取消息接收时间。
getReceivedTime() - 类 中的方法io.rong.imlib.model.Message
获取消息接收时间(Unix 时间戳、毫秒)。
getReferrer() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取来源
getRemoteHistoryMessages(Conversation.ConversationType, String, long, int, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
获取融云服务器中暂存且在本地数据库中没有存储的,特定类型,targetId 的N条(一次不超过20条)历史消息记录。
getRemoteUri() - 类 中的方法io.rong.message.ImageMessage
获取网络图片地址(http://)。
getSearchableWord() - 类 中的方法io.rong.imlib.model.MessageContent
返回消息体内可搜索的内容。
getSearchableWord() - 类 中的方法io.rong.message.RichContentMessage
 
getSearchableWord() - 类 中的方法io.rong.message.TextMessage
 
getSenderUserId() - 类 中的方法io.rong.imlib.model.Conversation
获取发送消息的用户 Id。
getSenderUserId() - 类 中的方法io.rong.imlib.model.Message
获取发送消息的用户 id。
getSenderUserName() - 类 中的方法io.rong.imlib.model.Conversation
获取发送消息的用户名称。
getSendTimeByMessageId(int) - 类 中的方法io.rong.imlib.RongIMClient
根据 messageId 获取消息发送时间 Message.sentTime
getSentStatus() - 类 中的方法io.rong.imlib.model.Conversation
获取发送出的消息的状态。
getSentStatus() - 类 中的方法io.rong.imlib.model.Message
获取消息的发送状态。
getSentTime() - 类 中的方法io.rong.imlib.model.Conversation
获取最后消息发送时间
getSentTime() - 类 中的方法io.rong.imlib.model.Message
获取消息发送时间(Unix 时间戳、毫秒)。
getSex() - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
getSkillId() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取分组Id,路由分配客服的Id
getSourceUserId() - 类 中的方法io.rong.message.ContactNotificationMessage
获取请求者或者响应者的 UserId。
getSubMenuItems() - 类 中的方法io.rong.imlib.model.PublicServiceMenuItem
获取子菜单
getSystemVersion() - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
getTargetId() - 类 中的方法io.rong.imlib.model.Conversation
获取目标 Id。
getTargetId() - 类 中的方法io.rong.imlib.model.Message
获取目标 id。
getTargetId() - 类 中的方法io.rong.imlib.model.PublicServiceProfile
获取对方公众服务号 Id
getTargetUserId() - 类 中的方法io.rong.message.ContactNotificationMessage
获取被请求者或者被响应者的 UserId。
getTel() - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
getTextMessageDraft(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
getTextMessageDraft(Conversation.ConversationType, String, RongIMClient.ResultCallback<String>) - 类 中的方法io.rong.imlib.RongIMClient
根据消息类型,targetId 获取某一会话的文字消息草稿。
getTheFirstUnreadMessage(Conversation.ConversationType, String, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
获取第一条未读消息
getThumUri() - 类 中的方法io.rong.message.ImageMessage
获取缩略图Uri。
getTitle() - 类 中的方法io.rong.message.RichContentMessage
获取消息标题。
getTopForegroundActivity() - 类 中的方法io.rong.imlib.RongIMClient
获取在前台的最上层 activity.
getTotalMemberCount() - 类 中的方法io.rong.imlib.model.ChatRoomInfo
 
getTotalUnreadCount(RongIMClient.ResultCallback<Integer>) - 类 中的方法io.rong.imlib.RongIMClient
通过回调方式,获取所有未读消息数。
getTotalUnreadCount(RongIMClient.ResultCallback<Integer>, Conversation...) - 类 中的方法io.rong.imlib.RongIMClient
通过回调方式,获取所有指定会话的未读消息数(聊天室除外)。
getTotalUnreadCount() - 类 中的方法io.rong.imlib.RongIMClient
已过时。
getType() - 类 中的方法io.rong.imlib.model.PublicServiceMenuItem
获取菜单类型
getType() - 类 中的方法io.rong.message.HandshakeMessage
 
getType() - 类 中的方法io.rong.message.ReadReceiptMessage
 
getTypingContentType() - 类 中的方法io.rong.imlib.typingmessage.TypingStatusMessage
 
getTypingUserListFromConversation(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
根据conversationType和targetId获取当前会话正在输入的用户列表
getUId() - 类 中的方法io.rong.imlib.model.Message
获取服务器消息唯一 id(在同一个 Appkey 下全局唯一)
getUnreadCount(Conversation.ConversationType, String, RongIMClient.ResultCallback<Integer>) - 类 中的方法io.rong.imlib.RongIMClient
根据会话类型的目标 Id,回调方式获取来自某用户(某会话)的未读消息数。
getUnreadCount(Conversation.ConversationType, String) - 类 中的方法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
根据会话类型数组,回调方式获取某会话类型的未读消息数。
getUnreadCount(Conversation.ConversationType...) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
getUnreadMentionedMessages(Conversation.ConversationType, String, RongIMClient.ResultCallback<List<Message>>) - 类 中的方法io.rong.imlib.RongIMClient
获取某会话里未读的@消息。
getUnreadMessageCount() - 类 中的方法io.rong.imlib.model.Conversation
获取未读消息数。
getUri() - 类 中的方法io.rong.message.VoiceMessage
获取音频文件的 Uri。
getUrl() - 类 中的方法io.rong.imlib.model.PublicServiceMenuItem
获取菜单 Url
getUrl() - 类 中的方法io.rong.message.RichContentMessage
获取消息url.
getUserId() - 类 中的方法io.rong.imlib.model.ChatRoomMemberInfo
获取用户 Id。
getUserId() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户唯一标识
getUserId() - 类 中的方法io.rong.imlib.model.UserInfo
获取用户 Id。
getUserInfo() - 类 中的方法io.rong.imlib.model.MessageContent
 
getUserName() - 类 中的方法io.rong.imlib.model.UserData.AccountInfo
 
getUserOnlineStatus(String, IRongCallback.IGetUserOnlineStatusCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
getValue() - 枚举 中的方法io.rong.imlib.CustomServiceConfig.CSEvaEntryPoint
 
getValue() - 枚举 中的方法io.rong.imlib.CustomServiceConfig.CSEvaSolveStatus
 
getValue() - 枚举 中的方法io.rong.imlib.CustomServiceConfig.CSEvaType
 
getValue() - 枚举 中的方法io.rong.imlib.CustomServiceConfig.CSLeaveMessageType
 
getValue() - 枚举 中的方法io.rong.imlib.CustomServiceConfig.CSQuitSuspendType
 
getValue() - 枚举 中的方法io.rong.imlib.model.ChatRoomInfo.ChatRoomMemberOrder
 
getValue() - 枚举 中的方法io.rong.imlib.model.Conversation.ConversationNotificationStatus
获取会话提醒状态。
getValue() - 枚举 中的方法io.rong.imlib.model.Conversation.ConversationType
获取会话类型的值。
getValue() - 枚举 中的方法io.rong.imlib.model.Conversation.PublicServiceType
获取公众服务类型的值。
getValue() - 枚举 中的方法io.rong.imlib.model.CustomServiceMode
获取客服模式代码值。
getValue() - 枚举 中的方法io.rong.imlib.model.Message.MessageDirection
获取消息方向的值。
getValue() - 枚举 中的方法io.rong.imlib.model.Message.SentStatus
获取消息发送状态的值。
getValue() - 枚举 中的方法io.rong.imlib.model.PublicServiceMenu.PublicServiceMenuItemType
获取菜单类型。
getValue() - 枚举 中的方法io.rong.imlib.RongIMClient.BlacklistStatus
获取黑名单状态。
getValue() - 枚举 中的方法io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus
获取状态代码值。
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
获取搜索类型的值。
getValue() - 枚举 中的方法io.rong.message.ReadReceiptMessage.ReadReceiptType
 
getVendorToken(RongIMClient.ResultCallback<String>) - 类 中的方法io.rong.imlib.RongIMClient
获取登录者身份认证信息。
getVideoLimitTime() - 类 中的方法io.rong.imlib.RongIMClient
获取允许发送视频文件的最大时长
getWeibo() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户微博
getWeibo() - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
getWeixin() - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
获取用户微信
getWeixin() - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
grade(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户等级
Group - io.rong.imlib.model中的类
群组实体,用来容纳和存储群组的信息。
Group(Parcel) - 类 的构造器io.rong.imlib.model.Group
构造函数
Group(String, String, Uri) - 类 的构造器io.rong.imlib.model.Group
构造函数
GROUP_OPERATION_ADD - 类 中的静态变量io.rong.message.GroupNotificationMessage
新成员加入群。
GROUP_OPERATION_BULLETIN - 类 中的静态变量io.rong.message.GroupNotificationMessage
群组公告变更。
GROUP_OPERATION_CREATE - 类 中的静态变量io.rong.message.GroupNotificationMessage
创建群。
GROUP_OPERATION_DISMISS - 类 中的静态变量io.rong.message.GroupNotificationMessage
解散群。
GROUP_OPERATION_KICKED - 类 中的静态变量io.rong.message.GroupNotificationMessage
成员被管理员踢出。
GROUP_OPERATION_QUIT - 类 中的静态变量io.rong.message.GroupNotificationMessage
成员退出群。
GROUP_OPERATION_RENAME - 类 中的静态变量io.rong.message.GroupNotificationMessage
群组重命名。
GroupNotificationMessage - io.rong.message中的类
 
GroupNotificationMessage(Parcel) - 类 的构造器io.rong.message.GroupNotificationMessage
 

H

HandshakeMessage - io.rong.message中的类
 
HandshakeMessage() - 类 的构造器io.rong.message.HandshakeMessage
 
HandshakeMessage(byte[]) - 类 的构造器io.rong.message.HandshakeMessage
 
HandshakeMessage(Parcel) - 类 的构造器io.rong.message.HandshakeMessage
 
hashCode() - 类 中的方法io.rong.imlib.model.Message
 
HasReceivedNotificationMessage - io.rong.message中的类
通知消息,表示消息已经被收到,不会存入消息历史记录。
HasReceivedNotificationMessage(Parcel) - 类 的构造器io.rong.message.HasReceivedNotificationMessage
 
humanEvaluateList - 类 中的变量io.rong.imlib.CustomServiceConfig
满意度评价列表 CSHumanEvaluateItem getValue():取满意度评价值 CSHumanEvaluateItem getDescription():取满意度评价描述 io.rong.message.CSHumanEvaluateItem

I

ImageMessage - io.rong.message中的类
 
ImageMessage(byte[]) - 类 的构造器io.rong.message.ImageMessage
 
ImageMessage() - 类 的构造器io.rong.message.ImageMessage
 
ImageMessage(Parcel) - 类 的构造器io.rong.message.ImageMessage
构造函数。
ImageMessageHandler - io.rong.message中的类
 
ImageMessageHandler(Context) - 类 的构造器io.rong.message.ImageMessageHandler
 
InformationNotificationMessage - io.rong.message中的类
 
InformationNotificationMessage(byte[]) - 类 的构造器io.rong.message.InformationNotificationMessage
构造函数。
InformationNotificationMessage(Parcel) - 类 的构造器io.rong.message.InformationNotificationMessage
构造函数。
init(Application, String) - 类 中的静态方法io.rong.imlib.RongIMClient
初始化 SDK,在整个应用程序全局只需要调用一次, 建议在 Application 继承类中调用。
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 继承类中调用。
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
向本地会话中插入一条消息,方向为接收。
insertMessage(Conversation.ConversationType, String, String, MessageContent, long, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
insertMessage(Conversation.ConversationType, String, String, MessageContent, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
insertMessage(Conversation.ConversationType, String, String, MessageContent) - 类 中的方法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
 
io.rong.imlib.model - 程序包 io.rong.imlib.model
 
io.rong.imlib.typingmessage - 程序包 io.rong.imlib.typingmessage
 
io.rong.message - 程序包 io.rong.message
 
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.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中的类
 
isBlack - 类 中的变量io.rong.imlib.CustomServiceConfig
是否被加入黑名单
ISCOUNTED - 注释类型 中的静态变量io.rong.imlib.MessageTag
消息需要被记入未读消息数。
isDestruct() - 类 中的方法io.rong.imlib.model.MessageContent
 
isDisableLocation - 类 中的变量io.rong.imlib.CustomServiceConfig
是否需要屏蔽位置相关功能
isDisableNotification() - 类 中的方法io.rong.imlib.model.MessageConfig
是否关闭通知 true 关闭通知(不发送通知),false 不关闭通知(发送通知)
isDownload() - 类 中的方法io.rong.imlib.model.Message.ReceivedStatus
获取文件是否已经下载的状态。
isFileDownloading(int) - 类 中的方法io.rong.imlib.RongIMClient
判断文件是否正在下载中 此方法只适用于断点续传下载
isFileDownloading(String) - 类 中的方法io.rong.imlib.RongIMClient
判断文件是否正在下载中 此方法只适用于断点续传下载
isFollow() - 类 中的方法io.rong.imlib.model.PublicServiceProfile
获取是否关注该公众服务账号
isFull() - 类 中的方法io.rong.message.ImageMessage
是否是原图。
isGlobal() - 类 中的方法io.rong.imlib.model.PublicServiceProfile
获取公众服务账号是否为全局属性
isHasReceived() - 类 中的方法io.rong.message.HasReceivedNotificationMessage
获取消息已收到的状态。
isListened() - 类 中的方法io.rong.imlib.model.Message.ReceivedStatus
获取是否已被收听的状态。
isMultipleReceive() - 类 中的方法io.rong.imlib.model.Message.ReceivedStatus
获取是否被其他端同时接收。
ISPERSISTED - 注释类型 中的静态变量io.rong.imlib.MessageTag
消息需要被存储到消息历史记录。
isRead() - 类 中的方法io.rong.imlib.model.Message.ReceivedStatus
获取是否已读取的状态。
isReportResolveStatus - 类 中的变量io.rong.imlib.CustomServiceConfig
评价时是否携带问题解决状态。
isRetrieved() - 类 中的方法io.rong.imlib.model.Message.ReceivedStatus
获取是否已经被收取过。
isTop() - 类 中的方法io.rong.imlib.model.Conversation
获取置顶状态。
isUpLoadExp() - 类 中的方法io.rong.message.ImageMessage
是否上传失败。

J

joinChatRoom(String, int, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
加入聊天室。
joinExistChatRoom(String, int, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
加入已存在的聊天室。
joinGroup(String, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃。请参考群组 http://www.rongcloud.cn/docs/android.html#3、群组 和 href="http://support.rongcloud.cn/kb/MzY5" 使用说明。
joinRealTimeLocation(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
加入位置共享。

L

leaveMessageConfigType - 类 中的变量io.rong.imlib.CustomServiceConfig
留言点击跳转类型。
leaveMessageCustomService(String, Map<String, String>, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
发送留言消息给客服。
leaveMessageNativeInfo - 类 中的变量io.rong.imlib.CustomServiceConfig
客服后台配置的默认留言界面的展示项配置
listUrl(List<String>) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户浏览网址列表
LocationMessage - io.rong.message中的类
 
LocationMessage(byte[]) - 类 的构造器io.rong.message.LocationMessage
 
LocationMessage(Parcel) - 类 的构造器io.rong.message.LocationMessage
 
LocationMessageHandler - io.rong.message中的类
 
LocationMessageHandler(Context) - 类 的构造器io.rong.message.LocationMessageHandler
 
loginName(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户登录名
logout() - 类 中的方法io.rong.imlib.RongIMClient
断开与融云服务器的连接,并且不再接收 Push 消息。

M

MediaMessageUploader(Message, String, String, IRongCallback.ISendMediaMessageCallbackWithUploader) - 类 的构造器io.rong.imlib.IRongCallback.MediaMessageUploader
 
memo(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户备注信息
Message - io.rong.imlib.model中的类
消息实体,用来容纳和存储客户端收到的消息信息,对应聊天界面中的消息。
Message() - 类 的构造器io.rong.imlib.model.Message
默认构造函数。
Message(NativeObject.Message) - 类 的构造器io.rong.imlib.model.Message
构造函数
Message(Parcel) - 类 的构造器io.rong.imlib.model.Message
 
Message.MessageDirection - io.rong.imlib.model中的枚举
消息方向枚举。
Message.ReceivedStatus - io.rong.imlib.model中的类
接收到的消息的状态。
Message.SentStatus - io.rong.imlib.model中的枚举
发送出的消息的状态。
MessageConfig - io.rong.imlib.model中的类
 
MessageConfig() - 类 的构造器io.rong.imlib.model.MessageConfig
 
MessageConfig.Builder - io.rong.imlib.model中的类
 
MessageContent - io.rong.imlib.model中的类
消息基类。
MessageContent(byte[]) - 类 的构造器io.rong.imlib.model.MessageContent
从消息数据反序列化为本地消息对象,定义新消息对象时必须定义此构造函数。
MessageTag - io.rong.imlib中的注释类型
消息的注解,以声明消息的标识、是否记入未读消息数和是否存储为消息历史记录。
mobileNo(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户电话号码
msg - 类 中的变量io.rong.imlib.CustomServiceConfig
描述

N

name(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户名称
nickName(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户的昵称.
NONE - 注释类型 中的静态变量io.rong.imlib.MessageTag
空值,不表示任何意义。
NotificationMessage - io.rong.message中的类
通知消息的抽象基类,用来表示聊天中的各种通知,某些消息会存入消息历史记录,某些不会。
NotificationMessage() - 类 的构造器io.rong.message.NotificationMessage
 

O

obtain(Conversation.ConversationType, String, String) - 类 中的静态方法io.rong.imlib.model.Conversation
 
obtain(String, Conversation.ConversationType, MessageContent) - 类 中的静态方法io.rong.imlib.model.Message
 
obtain(String, String) - 类 中的静态方法io.rong.message.CommandMessage
创建消息实例。
obtain(String, String) - 类 中的静态方法io.rong.message.CommandNotificationMessage
创建消息实例。
obtain(String, String, String, String) - 类 中的静态方法io.rong.message.ContactNotificationMessage
创建消息实例。
obtain(String, String, String, String) - 类 中的静态方法io.rong.message.GroupNotificationMessage
 
obtain(String) - 类 中的静态方法io.rong.message.HandshakeMessage
 
obtain(Uri, Uri) - 类 中的静态方法io.rong.message.ImageMessage
生成ImageMessage对象。
obtain(Uri, Uri, boolean) - 类 中的静态方法io.rong.message.ImageMessage
生成ImageMessage对象。
obtain() - 类 中的静态方法io.rong.message.ImageMessage
生成ImageMessage对象。
obtain(String) - 类 中的静态方法io.rong.message.InformationNotificationMessage
生成InformationNotificationMessage对象。
obtain(double, double, String, Uri) - 类 中的静态方法io.rong.message.LocationMessage
生成LocationMessage对象。
obtain(String, String) - 类 中的静态方法io.rong.message.ProfileNotificationMessage
创建消息实例。
obtain(PublicServiceMenuItem) - 类 中的静态方法io.rong.message.PublicServiceCommandMessage
 
obtain(long) - 类 中的静态方法io.rong.message.ReadReceiptMessage
创建消息实例。
obtain(String, String, String) - 类 中的静态方法io.rong.message.RichContentMessage
生成RichContentMessage对象。
obtain(String, String, String, String) - 类 中的静态方法io.rong.message.RichContentMessage
生成RichContentMessage对象。
obtain(String) - 类 中的静态方法io.rong.message.TextMessage
 
obtain(Uri, int) - 类 中的静态方法io.rong.message.VoiceMessage
 
onAttached(Message, IRongCallback.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
 
onCanceled() - 接口 中的方法io.rong.imlib.IRongCallback.IDownloadMediaFileCallback
 
onCanceled(Message) - 接口 中的方法io.rong.imlib.IRongCallback.IDownloadMediaMessageCallback
 
onCanceled(Message) - 接口 中的方法io.rong.imlib.IRongCallback.ISendMediaMessageCallback
 
onCanceled(Message) - 接口 中的方法io.rong.imlib.IRongCallback.ISendMediaMessageCallbackWithUploader
消息被取消发送。
onChanged(RongIMClient.ConnectionStatusListener.ConnectionStatus) - 接口 中的方法io.rong.imlib.RongIMClient.ConnectionStatusListener
网络状态变化。
onEncryptedSessionCanceled(String) - 接口 中的方法io.rong.imlib.RongIMClient.EncryptedSessionConnectionListener
加密对话取消(多端登录时,另一端已建立成功),数据库中状态为:
{ io.rong.imlib.model.RCEncryptedSession.RCEncryptedSessionStatus#CANCELED} 当响应端为多端时,其中某个响应端最先响应后,剩余端会收到会话请求方发送的RCEncryptCancelMessage.
onEncryptedSessionEstablished(String) - 接口 中的方法io.rong.imlib.RongIMClient.EncryptedSessionConnectionListener
加密会话创建成功,数据库中状态为:
{ io.rong.imlib.model.RCEncryptedSession.RCEncryptedSessionStatus#ENCRYPTED}
onEncryptedSessionRequest(String, boolean) - 接口 中的方法io.rong.imlib.RongIMClient.EncryptedSessionConnectionListener
请求消息发送成功,请求方数据库中已创建加密会话,状态为:
{ io.rong.imlib.model.RCEncryptedSession.RCEncryptedSessionStatus#REQUEST}。
onEncryptedSessionResponse(String) - 接口 中的方法io.rong.imlib.RongIMClient.EncryptedSessionConnectionListener
响应消息发送成功,响应方数据库创建加密会话,状态为:
{ io.rong.imlib.model.RCEncryptedSession.RCEncryptedSessionStatus#RESPONSE}
onEncryptedSessionTerminated(String) - 接口 中的方法io.rong.imlib.RongIMClient.EncryptedSessionConnectionListener
加密对话结束(对端删除会话或者退出登录), 数据库中状态为:
{ io.rong.imlib.model.RCEncryptedSession.RCEncryptedSessionStatus#TERMINATED}
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.IRTCJoinRoomCallback
 
onError(Message, RongIMClient.ErrorCode) - 接口 中的方法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.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.GetNotificationQuietHoursCallback
获取消息通知免打扰时间出错。
onError(RealTimeLocationConstant.RealTimeLocationErrorCode) - 接口 中的方法io.rong.imlib.RongIMClient.RealTimeLocationListener
位置共享过程出现错误。
onError(RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.ResultCallback
错误时回调。
onError(Message, RongIMClient.ErrorCode) - 类 中的方法io.rong.imlib.RongIMClient.SendImageMessageCallback
消息发送失败。
onError(Integer, 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.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
 
onFileNameChanged(String) - 接口 中的方法io.rong.imlib.IRongCallback.IDownloadMediaFileCallback
 
onJoined(String) - 接口 中的方法io.rong.imlib.RongIMClient.ChatRoomActionListener
 
onJoining(String) - 接口 中的方法io.rong.imlib.RongIMClient.ChatRoomActionListener
 
onMessageRecalled(Message, RecallNotificationMessage) - 接口 中的方法io.rong.imlib.RongIMClient.OnRecallMessageListener
 
onMessageRecalled(int, RecallNotificationMessage) - 接口 中的方法io.rong.imlib.RongIMClient.RecallMessageListener
已过时。
撤回消息回调
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(Message, int) - 接口 中的方法io.rong.imlib.IRongCallback.ISendMediaMessageCallbackWithUploader
媒体文件上传进度。
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
接收实时或者离线消息 注意: 1.
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(RealTimeLocationConstant.RealTimeLocationStatus) - 接口 中的方法io.rong.imlib.RongIMClient.RealTimeLocationListener
位置共享状态发生改变。
onStatusReceived(String, ArrayList<UserOnlineStatusInfo>) - 接口 中的方法io.rong.imlib.IRongCallback.ISetSubscribeStatusCallback
 
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>, String) - 接口 中的方法io.rong.imlib.IRongCallback.IRTCJoinRoomCallback
 
onSuccess(Message) - 接口 中的方法io.rong.imlib.IRongCallback.ISendMediaMessageCallbackWithUploader
消息发送成功。
onSuccess(Message) - 接口 中的方法io.rong.imlib.IRongCallback.ISendMessageCallback
消息发送成功。
onSuccess() - 接口 中的方法io.rong.imlib.IRongCallback.ISetUserOnlineStatusCallback
 
onSuccess() - 类 中的方法io.rong.imlib.RongIMClient.Callback
 
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(Integer) - 类 中的方法io.rong.imlib.RongIMClient.SendImageMessageCallback
 
onSuccess(Message) - 类 中的方法io.rong.imlib.RongIMClient.SendImageMessageWithUploadListenerCallback
消息发送成功。
onSyncConversationReadStatus(Conversation.ConversationType, String) - 接口 中的方法io.rong.imlib.RongIMClient.SyncConversationReadStatusListener
 
onTokenIncorrect() - 类 中的方法io.rong.imlib.RongIMClient.ConnectCallback
 
onTypingStatusChanged(Conversation.ConversationType, String, Collection<TypingStatus>) - 接口 中的方法io.rong.imlib.RongIMClient.TypingStatusListener
某个会话输入状态发生变化 对于单聊而言,当对方正在输入时,监听会触发一次;当对方不处于输入状态时,该监听还会触发一次,但是回调里上来的输入用户列表为空
OperationCallback() - 类 的构造器io.rong.imlib.RongIMClient.OperationCallback
 

P

page(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户布点信息
parseJsonToDestructInfo(JSONObject) - 类 中的方法io.rong.imlib.model.MessageContent
 
parseJsonToMentionInfo(JSONObject) - 类 中的方法io.rong.imlib.model.MessageContent
 
parseJsonToUserInfo(JSONObject) - 类 中的方法io.rong.imlib.model.MessageContent
 
pauseDownloadMediaFile(String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
暂停多媒体文件下载。
pauseDownloadMediaMessage(Message, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
暂停多媒体消息下载。
PersonalInfo() - 类 的构造器io.rong.imlib.model.UserData.PersonalInfo
 
PersonalInfo(Parcel) - 类 的构造器io.rong.imlib.model.UserData.PersonalInfo
 
portraitUrl(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户头像
productId(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置商品 id
profession(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户职业
ProfileNotificationMessage - io.rong.message中的类
 
ProfileNotificationMessage(Parcel) - 类 的构造器io.rong.message.ProfileNotificationMessage
 
province(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户所在省份
PublicServiceCommandMessage - io.rong.message中的类
 
PublicServiceCommandMessage() - 类 的构造器io.rong.message.PublicServiceCommandMessage
 
PublicServiceCommandMessage(byte[]) - 类 的构造器io.rong.message.PublicServiceCommandMessage
 
PublicServiceCommandMessage(Parcel) - 类 的构造器io.rong.message.PublicServiceCommandMessage
构造函数。
PublicServiceMenu - io.rong.imlib.model中的类
Created by litao on 15/6/27.
PublicServiceMenu(JSONArray) - 类 的构造器io.rong.imlib.model.PublicServiceMenu
 
PublicServiceMenu(Parcel) - 类 的构造器io.rong.imlib.model.PublicServiceMenu
构造函数。
PublicServiceMenu.PublicServiceMenuItemType - io.rong.imlib.model中的枚举
 
PublicServiceMenuItem - io.rong.imlib.model中的类
Created by litao on 15/6/27.
PublicServiceMenuItem(JSONObject) - 类 的构造器io.rong.imlib.model.PublicServiceMenuItem
 
PublicServiceMenuItem(Parcel) - 类 的构造器io.rong.imlib.model.PublicServiceMenuItem
构造函数。
PublicServiceMultiRichContentMessage - io.rong.message中的类
 
PublicServiceMultiRichContentMessage() - 类 的构造器io.rong.message.PublicServiceMultiRichContentMessage
 
PublicServiceMultiRichContentMessage(byte[]) - 类 的构造器io.rong.message.PublicServiceMultiRichContentMessage
 
PublicServiceMultiRichContentMessage(Parcel) - 类 的构造器io.rong.message.PublicServiceMultiRichContentMessage
 
PublicServiceProfile - io.rong.imlib.model中的类
Created by zhjchen on 4/18/15.
PublicServiceProfile() - 类 的构造器io.rong.imlib.model.PublicServiceProfile
 
PublicServiceProfile(Parcel) - 类 的构造器io.rong.imlib.model.PublicServiceProfile
 
PublicServiceProfileList - io.rong.imlib.model中的类
Created by weiqinxiao on 15/4/14.
PublicServiceProfileList() - 类 的构造器io.rong.imlib.model.PublicServiceProfileList
 
PublicServiceProfileList(ArrayList<PublicServiceProfile>) - 类 的构造器io.rong.imlib.model.PublicServiceProfileList
 
PublicServiceProfileList(Parcel) - 类 的构造器io.rong.imlib.model.PublicServiceProfileList
 
PublicServiceRichContentMessage - io.rong.message中的类
 
PublicServiceRichContentMessage() - 类 的构造器io.rong.message.PublicServiceRichContentMessage
 
PublicServiceRichContentMessage(byte[]) - 类 的构造器io.rong.message.PublicServiceRichContentMessage
 
PublicServiceRichContentMessage(Parcel) - 类 的构造器io.rong.message.PublicServiceRichContentMessage
 

Q

QQ(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户QQ
quitChatRoom(String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
退出聊天室。
quitDiscussion(String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
根据discussionId 退出当前用户所在的某讨论组。
quitEncryptedSession(String) - 类 中的方法io.rong.imlib.RongIMClient
退出加密会话
quitGroup(String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃,请参考群组 href="http://www.rongcloud.cn/docs/android.html#3、群组 和 href="http://support.rongcloud.cn/kb/MzY5" 使用说明。
quitRealTimeLocation(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
退出位置共享。
quitSuspendType - 类 中的变量io.rong.imlib.CustomServiceConfig
退出会话界面是否断开客服连接. -1 : 后台未配置; 0 : false 退出不挂断; 1: true 退出时需要挂。

R

ReadReceiptMessage - io.rong.message中的类
已读通知消息 Created by lifei on 15/11/17.
ReadReceiptMessage(long) - 类 的构造器io.rong.message.ReadReceiptMessage
 
ReadReceiptMessage(String) - 类 的构造器io.rong.message.ReadReceiptMessage
 
ReadReceiptMessage(long, String, ReadReceiptMessage.ReadReceiptType) - 类 的构造器io.rong.message.ReadReceiptMessage
 
ReadReceiptMessage(Parcel) - 类 的构造器io.rong.message.ReadReceiptMessage
 
ReadReceiptMessage.ReadReceiptType - io.rong.message中的枚举
 
recallMessage(Message, String, RongIMClient.ResultCallback<RecallNotificationMessage>) - 类 中的方法io.rong.imlib.RongIMClient
撤回消息
ReceivedStatus(int) - 类 的构造器io.rong.imlib.model.Message.ReceivedStatus
构造函数。
reconnect(RongIMClient.ConnectCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
referrer(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置来源
registerMessageType(Class<? extends MessageContent>) - 类 中的静态方法io.rong.imlib.RongIMClient
用于自定义消息的注册, 注册后方能正确识别自定义消息, 建议在init后及时注册,保证自定义消息到达时能正确解析。
removeConversation(Conversation.ConversationType, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
从会话列表中移除某一会话,但是不删除会话内的消息。
removeConversation(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
removeFromBlacklist(String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
将个某用户从黑名单中移出。
removeMemberFromDiscussion(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
 
RichContentMessage - io.rong.message中的类
 
RichContentMessage(String, String, String) - 类 的构造器io.rong.message.RichContentMessage
构造函数。
RichContentMessage(String, String, String, String) - 类 的构造器io.rong.message.RichContentMessage
构造函数。
RichContentMessage() - 类 的构造器io.rong.message.RichContentMessage
构造函数。
robotSessionNoEva - 类 中的变量io.rong.imlib.CustomServiceConfig
机器人是否需要评价会话
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.ConnectionStatusListener - io.rong.imlib中的接口
连接状态监听器,以获取连接相关状态。
RongIMClient.ConnectionStatusListener.ConnectionStatus - io.rong.imlib中的枚举
连接状态枚举。
RongIMClient.CreateDiscussionCallback - io.rong.imlib中的类
创建讨论组的回调。
RongIMClient.DiscussionInviteStatus - io.rong.imlib中的枚举
讨论组邀请状态。
RongIMClient.DownloadMediaCallback - io.rong.imlib中的类
下载文件的回调。
RongIMClient.EncryptedSessionConnectionListener - io.rong.imlib中的接口
加密会话信令建立状态的回调,可以在需要更新界面UI的组建中实现该回调接口。
RongIMClient.ErrorCode - io.rong.imlib中的枚举
RongIMClient ErrorCode
RongIMClient.GetBlacklistCallback - io.rong.imlib中的类
获取黑名单回调。
RongIMClient.GetNotificationQuietHoursCallback - io.rong.imlib中的类
获取消息通知免打扰时间的回调。
RongIMClient.MediaType - 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中的枚举
Push 语言类型
RongIMClient.RCLogInfoListener - io.rong.imlib中的接口
连接服务器阶段 Log 输出监听
RongIMClient.ReadReceiptListener - io.rong.imlib中的接口
消息回执监听器,当收到消息回执时会回调其中的RongIMClient.ReadReceiptListener.onReadReceiptReceived(io.rong.imlib.model.Message)
RongIMClient.RealTimeLocationListener - io.rong.imlib中的接口
实时位置共享监听。
RongIMClient.RecallMessageListener - 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中的接口
同步消息未读数监听 多端登录,收到其它端清除某一会话未读数通知的时候,回调 onSyncMessageReadStatus
RongIMClient.TimestampOrder - io.rong.imlib中的枚举
 
RongIMClient.TypingStatusListener - io.rong.imlib中的接口
RongIMClient.UploadImageStatusListener - io.rong.imlib中的类
图片 uploadImageStatusListener。
RongIMClient.UploadMediaCallback - io.rong.imlib中的类
上传媒体文件的回调。

S

saveTextMessageDraft(Conversation.ConversationType, String, String) - 类 中的方法io.rong.imlib.RongIMClient
saveTextMessageDraft(Conversation.ConversationType, String, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
根据消息类型,targetId 保存某一会话的文字消息草稿。
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
根据会话,搜索本地历史消息。
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
根据客服ID和分组ID转换人工模式
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
发送多媒体消息 发送前构造 Message 消息实体
sendMediaMessage(Message, String, String, IRongCallback.ISendMediaMessageCallbackWithUploader) - 类 中的方法io.rong.imlib.RongIMClient
发送多媒体消息,可以使用该方法将多媒体文件上传到自己的服务器。
SendMediaMessageCallback() - 类 的构造器io.rong.imlib.RongIMClient.SendMediaMessageCallback
 
sendMessage(Conversation.ConversationType, String, MessageContent, String, String, RongIMClient.SendMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
sendMessage(Conversation.ConversationType, String, MessageContent, String, String, RongIMClient.SendMessageCallback, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
sendMessage(Message, String, String, RongIMClient.SendMessageCallback, RongIMClient.ResultCallback<Message>) - 类 中的方法io.rong.imlib.RongIMClient
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
发送消息。
sendMessage(Message, String, String, RongIMClient.SendMessageCallback) - 类 中的方法io.rong.imlib.RongIMClient
SendMessageCallback() - 类 的构造器io.rong.imlib.RongIMClient.SendMessageCallback
 
sendReadReceiptMessage(Conversation.ConversationType, String, long) - 类 中的方法io.rong.imlib.RongIMClient
发送某个会话中的消息阅读回执
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
向会话中发送正在输入的状态
setAccountInfo(UserData.AccountInfo) - 类 中的方法io.rong.imlib.model.UserData
 
setAddress(String) - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
setAge(String) - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
setAppUserId(String) - 类 中的方法io.rong.imlib.model.UserData.AccountInfo
 
setAppVer(String) - 类 中的方法io.rong.imlib.RongIMClient
设置集成 sdk 的用户 App 版本信息。
setAppVersion(String) - 类 中的方法io.rong.imlib.model.UserData
 
setBase64(String) - 类 中的方法io.rong.message.ImageMessage
设置需要传递的Base64数据
setBase64(String) - 类 中的方法io.rong.message.LocationMessage
设置需要传递的Base64数据
setBase64(String) - 类 中的方法io.rong.message.VoiceMessage
 
setBirthday(String) - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
setCarrier(String) - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
setChatRoomActionListener(RongIMClient.ChatRoomActionListener) - 类 中的静态方法io.rong.imlib.RongIMClient
开发者可以通过设置监听,获取加入聊天室的状态回调 开发者调用 join 接口后,由于网络异常,加入失败后,sdk 会做重新加入,重新加入后回调此监听的方法通知结果 注意:回调时的线程并不是 UI 线程,请不要在回调中直接操作 UI
setChatRoomId(String) - 类 中的方法io.rong.imlib.model.ChatRoomInfo
 
setCommand(String) - 类 中的方法io.rong.message.PublicServiceCommandMessage
 
setComment(String) - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
setConnectionStatusListener(RongIMClient.ConnectionStatusListener) - 类 中的静态方法io.rong.imlib.RongIMClient
设置连接状态变化的监听器。
setContactInfo(UserData.ContactInfo) - 类 中的方法io.rong.imlib.model.UserData
 
setContent(MessageContent) - 类 中的方法io.rong.imlib.model.Message
设置消息内容。
setContent(String) - 类 中的方法io.rong.message.RichContentMessage
设置消息正文。
setContent(String) - 类 中的方法io.rong.message.TextMessage
设置文字消息的内容。
setConversationNotificationStatus(Conversation.ConversationType, String, Conversation.ConversationNotificationStatus, RongIMClient.ResultCallback<Conversation.ConversationNotificationStatus>) - 类 中的方法io.rong.imlib.RongIMClient
设置会话消息提醒状态。
setConversationTitle(String) - 类 中的方法io.rong.imlib.model.Conversation
设置会话标题。
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
设置某一会话为置顶或者取消置顶,回调方式获取设置是否成功。
setConversationToTop(Conversation.ConversationType, String, boolean) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
setConversationType(Conversation.ConversationType) - 类 中的方法io.rong.imlib.model.Conversation
设置会话类型。
setConversationType(Conversation.ConversationType) - 类 中的方法io.rong.imlib.model.Message
设置会话类型。
setCustomServiceHumanEvaluateListener(CustomServiceManager.OnHumanEvaluateListener) - 类 中的方法io.rong.imlib.RongIMClient
设置人工评价监听 当人工评价有标签等配置时,在回调中返回配置
setData(String) - 类 中的方法io.rong.imlib.typingmessage.TypingStatusMessage
 
setData(String) - 类 中的方法io.rong.message.CommandMessage
设置命令数据,可以为任意格式,如 JSON。
setData(String) - 类 中的方法io.rong.message.CommandNotificationMessage
设置命令数据,可以为任意格式,如 JSON。
setData(String) - 类 中的方法io.rong.message.GroupNotificationMessage
 
setData(String) - 类 中的方法io.rong.message.ProfileNotificationMessage
设置资料变更的数据,可以为任意格式,如 JSON。
setData(String) - 类 中的方法io.rong.message.PublicServiceCommandMessage
 
setDestruct(boolean) - 类 中的方法io.rong.imlib.model.MessageContent
 
setDestructTime(long) - 类 中的方法io.rong.imlib.model.MessageContent
 
setDevice(String) - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
setDisableNotification(boolean) - 类 中的方法io.rong.imlib.model.MessageConfig.Builder
 
setDisableNotification(boolean) - 类 中的方法io.rong.imlib.model.MessageConfig
设置是否关闭通知 true 关闭通知(不发送通知),false 不关闭通知(发送通知)
setDiscussionInviteStatus(String, RongIMClient.DiscussionInviteStatus, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置讨论组成员邀请权限。
setDiscussionName(String, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
根据 discussionId 设置讨论组名称。
setDownload() - 类 中的方法io.rong.imlib.model.Message.ReceivedStatus
设置文件是否已经下载的状态。
setDraft(String) - 类 中的方法io.rong.imlib.model.Conversation
设置文字消息草稿。
setDuration(int) - 类 中的方法io.rong.message.VoiceMessage
设置音频片段的时长。
setEmail(String) - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
setEncryptedSessionConnectionListener(RongIMClient.EncryptedSessionConnectionListener) - 类 中的方法io.rong.imlib.RongIMClient
设置密聊会话建立的监听
setExtra(String) - 类 中的方法io.rong.imlib.model.Message
设置消息的附加信息。
setExtra(String) - 类 中的方法io.rong.imlib.model.PublicServiceProfile
 
setExtra(String) - 类 中的方法io.rong.imlib.model.UserData
 
setExtra(String) - 类 中的方法io.rong.imlib.model.UserInfo
设置附加信息。
setExtra(String) - 类 中的方法io.rong.message.ContactNotificationMessage
设置附加信息。
setExtra(String) - 类 中的方法io.rong.message.GroupNotificationMessage
 
setExtra(String) - 类 中的方法io.rong.message.InformationNotificationMessage
设置附加信息。
setExtra(String) - 类 中的方法io.rong.message.LocationMessage
设置扩展信息。
setExtra(String) - 类 中的方法io.rong.message.ProfileNotificationMessage
设置消息扩展信息。
setExtra(String) - 类 中的方法io.rong.message.PublicServiceCommandMessage
设置消息扩展信息
setExtra(String) - 类 中的方法io.rong.message.RichContentMessage
设置消息的扩展信息。
setExtra(String) - 类 中的方法io.rong.message.TextMessage
设置消息扩展信息
setExtra(String) - 类 中的方法io.rong.message.VoiceMessage
设置消息扩展信息
setHasReceived(boolean) - 类 中的方法io.rong.message.HasReceivedNotificationMessage
设置消息已收到的状态。
setId(String) - 类 中的方法io.rong.imlib.model.Group
设置群组 Id。
setImgUri(Uri) - 类 中的方法io.rong.message.LocationMessage
设置地图缩略图地址。
setImgUrl(String) - 类 中的方法io.rong.message.RichContentMessage
设置消息的图片Imgurl.
setIntroduction(String) - 类 中的方法io.rong.imlib.model.PublicServiceProfile
设置公众服务账号介绍
setIsFollow(boolean) - 类 中的方法io.rong.imlib.model.PublicServiceProfile
设置是否关注公众服务账号
setIsFull(boolean) - 类 中的方法io.rong.message.ImageMessage
设置发送原图标志位。
setIsGlobal(boolean) - 类 中的方法io.rong.imlib.model.PublicServiceProfile
设置公众服务账号是否为全局属性
setJob(String) - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
setJoinTime(long) - 类 中的方法io.rong.imlib.model.ChatRoomMemberInfo
 
setLastMessageSendTime(long) - 类 中的方法io.rong.message.ReadReceiptMessage
 
setLat(double) - 类 中的方法io.rong.message.LocationMessage
设置纬度。
setLatestMessage(MessageContent) - 类 中的方法io.rong.imlib.model.Conversation
设置本会话最后一条消息。
setLatestMessageId(int) - 类 中的方法io.rong.imlib.model.Conversation
设置本会话最后一条消息 Id。
setListened() - 类 中的方法io.rong.imlib.model.Message.ReceivedStatus
设置是否已被收听的状态。
setLng(double) - 类 中的方法io.rong.message.LocationMessage
设置经度。
setLocalUri(Uri) - 类 中的方法io.rong.message.ImageMessage
设置本地图片地址(file:///)。
setMemberInfo(List<ChatRoomMemberInfo>) - 类 中的方法io.rong.imlib.model.ChatRoomInfo
 
setMemberOrder(ChatRoomInfo.ChatRoomMemberOrder) - 类 中的方法io.rong.imlib.model.ChatRoomInfo
 
setMentionedCount(int) - 类 中的方法io.rong.imlib.model.Conversation
设置本会话最后一条 @ 消息的id。
setMentionedInfo(MentionedInfo) - 类 中的方法io.rong.imlib.model.MessageContent
 
setMenu(PublicServiceMenu) - 类 中的方法io.rong.imlib.model.PublicServiceProfile
设置公众服务号菜单
setMenuItems(List<PublicServiceMenuItem>) - 类 中的方法io.rong.imlib.model.PublicServiceMenu
 
setMessage(String) - 类 中的方法io.rong.message.ContactNotificationMessage
设置请求或者响应消息,如添加理由或拒绝理由。
setMessage(String) - 类 中的方法io.rong.message.GroupNotificationMessage
 
setMessage(String) - 类 中的方法io.rong.message.InformationNotificationMessage
设置提示条(小灰条)通知消息内容。
setMessageConfig(MessageConfig) - 类 中的方法io.rong.imlib.model.Message
设置消息配置
setMessageDirection(Message.MessageDirection) - 类 中的方法io.rong.imlib.model.Message
设置消息方向。
setMessageExtra(int, String) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃,建议使用 RongIMClient.setMessageExtra(int, String, ResultCallback) 异步方法。
setMessageExtra(int, String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
根据 messageId 设置本地消息的附加信息,用于扩展消息的使用场景。
setMessageId(int) - 类 中的方法io.rong.imlib.model.Message
设置本地存储的消息的唯一值(数据库索引唯一值)。
setMessageReadTime(long, long, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
根据 message id 设置 message 的 readTime 字段
setMessageReceivedStatus(int, Message.ReceivedStatus) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
setMessageReceivedStatus(int, Message.ReceivedStatus, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
根据 messageId 设置接收到的消息状态。
setMessageSentStatus(int, Message.SentStatus) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
setMessageSentStatus(int, Message.SentStatus, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
setMessageSentStatus(Message, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
根据消息 Message 设置消息状态,回调方式获取设置是否成功。
setMessageUId(String) - 类 中的方法io.rong.message.ReadReceiptMessage
 
setMobilePhoneManufacturers(String) - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
setMultipleReceive() - 类 中的方法io.rong.imlib.model.Message.ReceivedStatus
设置为已被其他端同时接收。
setName(String) - 类 中的方法io.rong.imlib.model.Group
设置群组名称。
setName(String) - 类 中的方法io.rong.imlib.model.PublicServiceProfile
设置公众服务账号名称
setName(String) - 类 中的方法io.rong.imlib.model.UserInfo
设置名称(昵称)。
setName(String) - 类 中的方法io.rong.message.CommandMessage
设置命令名。
setName(String) - 类 中的方法io.rong.message.CommandNotificationMessage
设置命令名。
setNetwork(String) - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
setNickName(String) - 类 中的方法io.rong.imlib.model.UserData.AccountInfo
 
setNotificationQuietHours(String, int, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置消息通知免打扰时间。
setNotificationStatus(Conversation.ConversationNotificationStatus) - 类 中的方法io.rong.imlib.model.Conversation
设置获取通知消息状态。
setObjectName(String) - 类 中的方法io.rong.imlib.model.Conversation
设置消息对象名称。
setObjectName(String) - 类 中的方法io.rong.imlib.model.Message
设置消息对象名称。
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
设置接收消息事件的监听器。
setOperation(String) - 类 中的方法io.rong.message.ContactNotificationMessage
设置操作名,对应 ContactOperationXxxx,或自己传任何字符串。
setOperation(String) - 类 中的方法io.rong.message.GroupNotificationMessage
 
setOperation(String) - 类 中的方法io.rong.message.ProfileNotificationMessage
设置资料变更的操作名。
setOperatorUserId(String) - 类 中的方法io.rong.message.GroupNotificationMessage
 
setOs(String) - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
setPersonalInfo(UserData.PersonalInfo) - 类 中的方法io.rong.imlib.model.UserData
 
setPoi(String) - 类 中的方法io.rong.message.LocationMessage
设置POI信息。
setPortraitUri(Uri) - 类 中的方法io.rong.imlib.model.Group
设置群组头像。
setPortraitUri(Uri) - 类 中的方法io.rong.imlib.model.PublicServiceProfile
设置公众服务账号头像
setPortraitUri(String) - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
setPortraitUri(Uri) - 类 中的方法io.rong.imlib.model.UserInfo
设置用户头像。
setPortraitUrl(String) - 类 中的方法io.rong.imlib.model.Conversation
 
setPublicServiceType(Conversation.ConversationType) - 类 中的方法io.rong.imlib.model.PublicServiceProfile
设置公众服务号类型
setPushContentShowStatus(boolean, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置是否显示 Push 内容详情 此功能需要从服务端开启用户设置功能
setPushLanguage(RongIMClient.PushLanguage, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置 Push 语言 目前支持中文和英文 此功能需要从服务端开启用户设置功能
setPushNotificationListener(PushNotificationListener) - 类 中的方法io.rong.imlib.RongIMClient
设置推送相关配置信息改变的监听 服务器配置的信息,例如:推送语言,通知消息是否显示详情等改变时,在第一次链接成功初始化回调该方法
setPushReceiveStatus(boolean, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
设置是否接收 Push, 前提: 移动端未在线,Web 、MAC/PC 终端在线,移动端是否接收 Push 此功能需要从服务端开启用户设置功能
setQQ(String) - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
setRCLogInfoListener(RongIMClient.RCLogInfoListener) - 类 中的静态方法io.rong.imlib.RongIMClient
设置连接服务器阶段的 Log 输出监听。
setRead() - 类 中的方法io.rong.imlib.model.Message.ReceivedStatus
设置是否已读取的状态。
setReadReceiptInfo(ReadReceiptInfo) - 类 中的方法io.rong.imlib.model.Message
 
setReadReceiptListener(RongIMClient.ReadReceiptListener) - 类 中的静态方法io.rong.imlib.RongIMClient
设置消息回执监听器,当收到消息回执时会回调其中的RongIMClient.ReadReceiptListener.onReadReceiptReceived(io.rong.imlib.model.Message)
setReadTime(long) - 类 中的方法io.rong.imlib.model.Message
 
setRealName(String) - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
setRecallMessageListener(RongIMClient.RecallMessageListener) - 类 中的静态方法io.rong.imlib.RongIMClient
已过时。
setReceivedStatus(Message.ReceivedStatus) - 类 中的方法io.rong.imlib.model.Conversation
设置接收到的消息的状态。
setReceivedStatus(Message.ReceivedStatus) - 类 中的方法io.rong.imlib.model.Message
设置消息的接收状态。
setReceivedTime(long) - 类 中的方法io.rong.imlib.model.Conversation
设置消息接收时间。
setReceivedTime(long) - 类 中的方法io.rong.imlib.model.Message
设置消息接收时间(Unix 时间戳、毫秒)。
setReconnectKickEnable(boolean) - 类 中的方法io.rong.imlib.RongIMClient
用户没有开通多设备登录功能的前提下,同一个账号在一台新设备上登录的时候,会把这个账号在之前登录的设备上踢出。
setRemoteUri(Uri) - 类 中的方法io.rong.message.ImageMessage
设置网络图片地址(http://)。
setRetrieved() - 类 中的方法io.rong.imlib.model.Message.ReceivedStatus
设置为已经被收取。
setSenderUserId(String) - 类 中的方法io.rong.imlib.model.Conversation
设置发送消息的用户 Id。
setSenderUserId(String) - 类 中的方法io.rong.imlib.model.Message
设置发送消息的用户 id。
setSenderUserName(String) - 类 中的方法io.rong.imlib.model.Conversation
设置发送消息的用户名称。
setSentStatus(Message.SentStatus) - 类 中的方法io.rong.imlib.model.Conversation
设置发送出的消息的状态。
setSentStatus(Message.SentStatus) - 类 中的方法io.rong.imlib.model.Message
设置消息的发送状态。
setSentTime(long) - 类 中的方法io.rong.imlib.model.Conversation
设置最后消息发送时间
setSentTime(long) - 类 中的方法io.rong.imlib.model.Message
设置消息发送时间(Unix 时间戳、毫秒)。
setServerInfo(String, String) - 类 中的静态方法io.rong.imlib.RongIMClient
设置私有部署的导航服务器和媒体服务器地址。
setSex(String) - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
setSourceUserId(String) - 类 中的方法io.rong.message.ContactNotificationMessage
设置请求者或者响应者的 UserId。
setStatisticDomain(String) - 类 中的静态方法io.rong.imlib.RongIMClient
配置数据上传地址 (非必须) 通过配置该地址,SDK 会在初始化时把设备相关信息上传到私有云节点。
setSubscribeStatusListener(IRongCallback.ISetSubscribeStatusCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
setSyncConversationReadStatusListener(RongIMClient.SyncConversationReadStatusListener) - 类 中的方法io.rong.imlib.RongIMClient
设置多端同步会话阅读数监听
setSystemVersion(String) - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
setTargetId(String) - 类 中的方法io.rong.imlib.model.Conversation
设置目标 Id。
setTargetId(String) - 类 中的方法io.rong.imlib.model.Message
设置目标 id。
setTargetId(String) - 类 中的方法io.rong.imlib.model.PublicServiceProfile
设置对方公众服务号 Id
setTargetUserId(String) - 类 中的方法io.rong.message.ContactNotificationMessage
设置被请求者或者被响应者的 UserId。
setTel(String) - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
setThumUri(Uri) - 类 中的方法io.rong.message.ImageMessage
设置缩略图Uri。
setTitle(String) - 类 中的方法io.rong.message.RichContentMessage
设置消息标题。
setTop(boolean) - 类 中的方法io.rong.imlib.model.Conversation
设置置顶状态。
setTotalMemberCount(int) - 类 中的方法io.rong.imlib.model.ChatRoomInfo
 
setType(int) - 类 中的方法io.rong.message.HandshakeMessage
 
setType(ReadReceiptMessage.ReadReceiptType) - 类 中的方法io.rong.message.ReadReceiptMessage
 
setTypingContentType(String) - 类 中的方法io.rong.imlib.typingmessage.TypingStatusMessage
 
setTypingStatusListener(RongIMClient.TypingStatusListener) - 类 中的静态方法io.rong.imlib.RongIMClient
设置输入状态监听器,当输入状态发生变化时,会回调RongIMClient.TypingStatusListener.onTypingStatusChanged(Conversation.ConversationType, String, Collection) 对于单聊而言,当对方正在输入时,监听会触发一次;当对方不处于输入状态时,该监听还会触发一次,但是回调里上来的输入用户列表为空
setUId(String) - 类 中的方法io.rong.imlib.model.Message
设置服务器消息唯一 id(在同一个 Appkey 下全局唯一)
setUnreadMessageCount(int) - 类 中的方法io.rong.imlib.model.Conversation
设置未读消息数。
setUpLoadExp(boolean) - 类 中的方法io.rong.message.ImageMessage
设置是否上传失败。
setUri(Uri) - 类 中的方法io.rong.message.VoiceMessage
设置音频文件的 Uri。
setUrl(String) - 类 中的方法io.rong.message.RichContentMessage
设置消息url.
setUserId(String) - 类 中的方法io.rong.imlib.model.ChatRoomMemberInfo
设置用户 Id。
setUserId(String) - 类 中的方法io.rong.imlib.model.UserInfo
设置用户 Id。
setUserInfo(UserInfo) - 类 中的方法io.rong.imlib.model.MessageContent
 
setUserName(String) - 类 中的方法io.rong.imlib.model.UserData.AccountInfo
 
setUserOnlineStatus(int, IRongCallback.ISetUserOnlineStatusCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
setUserPolicy(boolean) - 类 中的静态方法io.rong.imlib.RongIMClient
开启多 cmp 链接策略,开启后会启用新策略优化链接流程。
setUsers(List<ChatRoomMemberInfo>) - 类 中的方法io.rong.imlib.model.ChatRoomInfo
 
setValue(int) - 枚举 中的静态方法io.rong.imlib.model.Conversation.ConversationNotificationStatus
设置会话提醒状态。
setValue(int) - 枚举 中的静态方法io.rong.imlib.model.Conversation.ConversationType
设置会话类型。
setValue(int) - 枚举 中的静态方法io.rong.imlib.model.Conversation.PublicServiceType
设置公众服务类型。
setValue(int) - 枚举 中的静态方法io.rong.imlib.model.Message.MessageDirection
设置消息方向。
setValue(int) - 枚举 中的静态方法io.rong.imlib.model.Message.SentStatus
设置消息发送状态。
setValue(int) - 枚举 中的静态方法io.rong.imlib.model.PublicServiceMenu.PublicServiceMenuItemType
设置公众服务菜单类型。
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
设置搜索类型的值。
setValue(int) - 枚举 中的静态方法io.rong.message.ReadReceiptMessage.ReadReceiptType
 
setWeibo(String) - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
setWeixin(String) - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
skillId(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置分组Id,路由分配客服的Id
startCustomService(String, ICustomServiceListener, CSCustomServiceInfo) - 类 中的方法io.rong.imlib.RongIMClient
启动客服服务
startEncryptedSession(String) - 类 中的方法io.rong.imlib.RongIMClient
开始加密会话
startRealTimeLocation(Conversation.ConversationType, String) - 类 中的方法io.rong.imlib.RongIMClient
发起位置共享。
STATUS - 注释类型 中的静态变量io.rong.imlib.MessageTag
状态消息, 不存储不计数。
stopCustomService(String) - 类 中的方法io.rong.imlib.RongIMClient
结束客服.
subscribePublicService(Conversation.PublicServiceType, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
订阅公众号。
subscribeUserOnlineStatus(List<String>) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
success(Uri) - 类 中的方法io.rong.imlib.IRongCallback.MediaMessageUploader
上传成功时调用这个接口
success(Uri) - 类 中的方法io.rong.imlib.RongIMClient.UploadImageStatusListener
上传成功时调用这个接口
supportResumeBrokenTransfer(String, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
判断是否支持断点续传
SuspendMessage - io.rong.message中的类
 
SuspendMessage() - 类 的构造器io.rong.message.SuspendMessage
 
SuspendMessage(byte[]) - 类 的构造器io.rong.message.SuspendMessage
 
SuspendMessage(Parcel) - 类 的构造器io.rong.message.SuspendMessage
 
switchAppKey(String) - 类 中的方法io.rong.imlib.RongIMClient
切换 appKey.
switchToHumanMode(String) - 类 中的方法io.rong.imlib.RongIMClient
切换到人工客服模式,切换的结果需要在 ICustomServiceListener#onModeChanged(CustomServiceMode) 方法回调中处理 如果客服没有分组, 则直接切人工模式;如果客服有分组,那么需要在回调ICustomServiceListener#onSelectGroup(List) 中去弹出分组选择窗口并选择分组,之后在这个回调中调用 @seeRongIMClient.selectCustomServiceGroup(String, String) 根据客服 Id 和 分组 Id 去切换到人工模式 客服模式 分为无服务,机器人模式,人工模式,机器人优先模式,人工优先模式
syncConversationNotificationStatus(Conversation.ConversationType, String, Conversation.ConversationNotificationStatus, RongIMClient.ResultCallback<Boolean>) - 类 中的方法io.rong.imlib.RongIMClient
设置本地数据库的会话消息提醒状态。
syncConversationReadStatus(Conversation.ConversationType, String, long, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
多端登录时,通知其它终端清除某个会话的未读消息数
syncGroup(List<Group>, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
已废弃。请参考 http://www.rongcloud.cn/docs/android.html#3、群组, http://support.rongcloud.cn/kb/MzY5 文档中的使用说明。
syncUserData(UserData, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
已过时。

T

t - 类 中的变量io.rong.imlib.RongIMClient.ResultCallback.Result
 
TextMessage - io.rong.message中的类
 
TextMessage(byte[]) - 类 的构造器io.rong.message.TextMessage
 
TextMessage(Parcel) - 类 的构造器io.rong.message.TextMessage
构造函数。
toString() - 类 中的方法io.rong.imlib.model.Message
 
toString() - 类 中的方法io.rong.message.TextMessage
 
TypingStatusMessage - io.rong.imlib.typingmessage中的类
状态消息,表示对方正在输入,不会存入消息历史记录。
TypingStatusMessage(String, String) - 类 的构造器io.rong.imlib.typingmessage.TypingStatusMessage
 
TypingStatusMessage(byte[]) - 类 的构造器io.rong.imlib.typingmessage.TypingStatusMessage
 
TypingStatusMessage(Parcel) - 类 的构造器io.rong.imlib.typingmessage.TypingStatusMessage
 
TypingStatusMessage() - 类 的构造器io.rong.imlib.typingmessage.TypingStatusMessage
 

U

unsubscribePublicService(Conversation.PublicServiceType, String, RongIMClient.OperationCallback) - 类 中的方法io.rong.imlib.RongIMClient
取消订阅公众号。
update(int) - 类 中的方法io.rong.imlib.IRongCallback.MediaMessageUploader
用户调用这个接口刷新进度
update(int) - 类 中的方法io.rong.imlib.RongIMClient.UploadImageStatusListener
用户调用这个接口刷新进度
updateConversationInfo(Conversation.ConversationType, String, String, String, RongIMClient.ResultCallback) - 类 中的方法io.rong.imlib.RongIMClient
更新会话信息。
updateRealTimeLocationStatus(Conversation.ConversationType, String, double, double) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
updateRealTimeLocationStatus(Conversation.ConversationType, String, double, double, RealTimeLocationType) - 类 中的方法io.rong.imlib.RongIMClient
使用者调用此方法更新新的位置信息。
UploadImageStatusListener(Message, String, String, RongIMClient.SendImageMessageWithUploadListenerCallback) - 类 的构造器io.rong.imlib.RongIMClient.UploadImageStatusListener
 
UploadMediaCallback() - 类 的构造器io.rong.imlib.RongIMClient.UploadMediaCallback
 
uri - 类 中的变量io.rong.imlib.CustomServiceConfig
自定义的留言跳转页面.
UserData - io.rong.imlib.model中的类
Created by DragonJ on 15/5/8.
UserData(Context) - 类 的构造器io.rong.imlib.model.UserData
 
UserData(Parcel) - 类 的构造器io.rong.imlib.model.UserData
 
UserData.AccountInfo - io.rong.imlib.model中的类
 
UserData.ClientInfo - io.rong.imlib.model中的类
 
UserData.ContactInfo - io.rong.imlib.model中的类
 
UserData.PersonalInfo - io.rong.imlib.model中的类
 
userId(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户唯一标识
UserInfo - io.rong.imlib.model中的类
用户信息实体类,用来容纳和存储用户信息。
UserInfo(Parcel) - 类 的构造器io.rong.imlib.model.UserInfo
 
UserInfo(String, String, Uri) - 类 的构造器io.rong.imlib.model.UserInfo
构造函数。
userTipTime - 类 中的变量io.rong.imlib.CustomServiceConfig
用户超时时间, 单位: 分钟
userTipWord - 类 中的变量io.rong.imlib.CustomServiceConfig
用户超时提示

V

valueOf(String) - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSEvaEntryPoint
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSEvaEntryPoint
 
valueOf(String) - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSEvaSolveStatus
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSEvaSolveStatus
 
valueOf(String) - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSEvaType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSLeaveMessageType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSQuitSuspendType
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSQuitSuspendType
 
valueOf(String) - 枚举 中的静态方法io.rong.imlib.model.ChatRoomInfo.ChatRoomMemberOrder
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.model.Conversation.ConversationNotificationStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.model.Conversation.ConversationType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.model.Conversation.PublicServiceType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.model.CustomServiceMode
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.rong.imlib.model.CustomServiceMode
根据 Integer 类型,转换成具体的客服模式
valueOf(String) - 枚举 中的静态方法io.rong.imlib.model.Message.MessageDirection
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.model.Message.SentStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.model.PublicServiceMenu.PublicServiceMenuItemType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.BlacklistStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus
返回带有指定名称的该类型的枚举常量。
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(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.SearchType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.imlib.RongIMClient.TimestampOrder
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.message.ReadReceiptMessage.ReadReceiptType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSEvaEntryPoint
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSEvaSolveStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSEvaType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSLeaveMessageType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.CustomServiceConfig.CSQuitSuspendType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.model.ChatRoomInfo.ChatRoomMemberOrder
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.model.Conversation.ConversationNotificationStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.model.Conversation.ConversationType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.model.Conversation.PublicServiceType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.model.CustomServiceMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.model.Message.MessageDirection
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.model.Message.SentStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.model.PublicServiceMenu.PublicServiceMenuItemType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.RongIMClient.BlacklistStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
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
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.message.ReadReceiptMessage.ReadReceiptType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VoiceMessage - io.rong.message中的类
 
VoiceMessage(Parcel) - 类 的构造器io.rong.message.VoiceMessage
构造函数。
VoiceMessageHandler - io.rong.message中的类
 
VoiceMessageHandler(Context) - 类 的构造器io.rong.message.VoiceMessageHandler
 

W

weibo(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户微博
weixin(String) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo.Builder
设置用户微信
writeDebugFile(String) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
writeLogFile(String) - 类 中的方法io.rong.imlib.RongIMClient
已过时。
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.ChatRoomInfo
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.ChatRoomMemberInfo
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.Conversation
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.CSCustomServiceInfo
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.Group
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.Message
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.MessageConfig
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.PublicServiceMenu
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.PublicServiceMenuItem
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.PublicServiceProfile
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.PublicServiceProfileList
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.UserData.AccountInfo
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.UserData.ClientInfo
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.UserData.ContactInfo
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.UserData.PersonalInfo
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.UserData
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.model.UserInfo
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.imlib.typingmessage.TypingStatusMessage
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.CommandMessage
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.CommandNotificationMessage
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.ContactNotificationMessage
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.GroupNotificationMessage
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.HandshakeMessage
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.HasReceivedNotificationMessage
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.ImageMessage
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.InformationNotificationMessage
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.LocationMessage
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.ProfileNotificationMessage
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.PublicServiceCommandMessage
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.PublicServiceMultiRichContentMessage
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.PublicServiceRichContentMessage
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.ReadReceiptMessage
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.RichContentMessage
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.SuspendMessage
 
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.TextMessage
将类的数据写入外部提供的 Parcel 中。
writeToParcel(Parcel, int) - 类 中的方法io.rong.message.VoiceMessage
将类的数据写入外部提供的 Parcel 中。
A B C D E G H I J L M N O P Q R S T U V W 
跳过导航链接
Version 2.10.5

Copyright © 2020 RongCloud. All Rights Reserved.