A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
D
- d(java.lang.String,java.lang.String) - function in io.rong.common.RLog
- Send a DEBUG log message.
- DATABASE_DECRYPT_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
在数据库从加密版本升级到解密版本,第一次连接时会触发数据库的解密迁移。一般为磁盘空间不足导致,清理空间后一般可以自动恢复。
- DATABASE_ENCRYPT_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
在数据库从解密版本升级到加密版本,第一次连接时会触发数据库的加密迁移。一般为磁盘空间不足导致,清理空间后一般可以自动恢复。
- DATABASE_OPEN_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.DatabaseOpenStatus
数据库打开失败
- DATABASE_OPEN_SUCCESS - enum entry in io.rong.imlib.IRongCoreEnum.DatabaseOpenStatus
数据库打开成功
- DATABASE_REMOVE_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
数据库删除失败,目前唯一可能是连接未中断,数据库还在使用中
- databaseIsUpgrading(int) - function in io.rong.imlib.IRongCoreListener.DatabaseUpgradeStatusListener
- 数据库升级进行中回调
- databaseUpgradeDidComplete(io.rong.imlib.IRongCoreEnum.CoreErrorCode) - function in io.rong.imlib.IRongCoreListener.DatabaseUpgradeStatusListener
- 数据库升级完成回调
- databaseUpgradeWillStart() - function in io.rong.imlib.IRongCoreListener.DatabaseUpgradeStatusListener
- 数据库升级开始回调
- DataConvert - class in io.rong.common
- decodeMessage(Message,CombineV2Message) - function in io.rong.message.CombineV2MessageHandler
- decodeMessage(Message,MessageContent) - function in io.rong.message.DefaultMessageHandler
- decodeMessage(Message,GIFMessage) - function in io.rong.message.GIFMessageHandler
- decodeMessage(Message,HQVoiceMessage) - function in io.rong.message.HQVoiceMessageHandler
- decodeMessage(Message,ImageMessage) - function in io.rong.message.ImageMessageHandler
- decodeMessage(Message,T) - function in io.rong.message.MessageHandler
- 解码 MessageContent 到 Message 中。
- decodeMessage(Message,ReferenceMessage) - function in io.rong.message.ReferenceMessageHandler
- decodeMessage(Message,SightMessage) - function in io.rong.message.SightMessageHandler
- decodeMessage(Message,VoiceMessage) - function in io.rong.message.VoiceMessageHandler
- Deduplicate - class in io.rong.common
- deduplicate(java.util.List) - function in io.rong.common.SystemUtils
- 简化重载方法,按泛型T的toString去做key
- deduplicate(java.util.List,Deduplicate<T>) - function in io.rong.common.SystemUtils
- 对List去重。 假如key重复,则已插入的元素会被后面的元素所覆盖。复杂度2N。
- DEFAULT - enum entry in io.rong.push.notification.RongNotificationInterface.SoundType
- DefaultMessageHandler - class in io.rong.message
- delete(Context,Uri,java.lang.String,kotlin.Array) - function in io.rong.common.CursorUtils
- DELETE_USER - enum entry in io.rong.imlib.IRongCoreListener.UserGroupEventType
- deleteConversationMessage(int,java.lang.String,java.lang.String,IBooleanCallback) - function in io.rong.imlib.LibHandlerStub
- DELETED_GROUP - enum entry in io.rong.imlib.IRongCoreListener.UserGroupEventType
- deleteFriendApplication(java.lang.String,int,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- deleteFriendApplication(java.lang.String,FriendApplicationType,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.internal.manager.FriendManager
- deleteFriends(java.util.List,int,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- deleteFriends(java.util.List,DirectionType,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- 解除好友 注意:双向好友删除:同时在两方的好友列表中删除好友
- deleteFriends(java.util.List,DirectionType,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.internal.manager.FriendManager
- deleteMessage(kotlin.Array) - function in io.rong.imlib.LibHandlerStub
- deleteMessages(ConversationType,java.lang.String,java.lang.String,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.ChannelClient
- 删除某个会话中的所有消息。 此接口删除指定会话中数据库的所有消息,同时会清理数据库空间,减少占用空间。
- deleteMessages(int,java.lang.String,java.lang.String,kotlin.Array,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- deleteMessages(ConversationType,java.lang.String,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.RongCoreClient
- 删除某个会话中的所有消息。 此接口删除指定会话中数据库的所有消息,同时会清理数据库空间,减少占用空间。
- deleteMessages(kotlin.Array,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.RongCoreClient
- 删除消息。
- deleteRemoteMessages(ConversationType,java.lang.String,java.lang.String,kotlin.Array,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.ChannelClient
- 批量删除某个会话中的指定远端消息(同时删除对应的本地消息)。 一次批量操作仅支持删除属于同一个会话的消息,请确保消息列表中的所有消息来自同一会话,一次最多删除 100 条消息。 注意:不支持聊天室! 5.6.9版本以下不支持超级群会话类型,从 5.6.
- deleteRemoteMessages(ConversationType,java.lang.String,kotlin.Array,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- 批量删除某个会话中的指定远端消息(同时删除对应的本地消息)。 一次批量操作仅支持删除属于同一个会话的消息,请确保消息列表中的所有消息来自同一会话,一次最多删除 100 条消息。注意:不支持聊天室!5.6.9版本以下不支持超级群会话类型,从 5.6.
- deleteRemoteUltraGroupMessages(java.lang.String,java.lang.String,long,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.ChannelClient
- 删除服务端特定 channel 特定时间之前的消息
- deleteRemoteUltraGroupMessages(java.lang.String,java.lang.String,long,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- deleteUltraGroupMessages(java.lang.String,java.lang.String,long,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.ChannelClient
- 删除本地特定 channel 特点时间之前的消息
- deleteUltraGroupMessages(java.lang.String,java.lang.String,long,IBooleanCallback) - function in io.rong.imlib.LibHandlerStub
- deleteUltraGroupMessagesForAllChannel(java.lang.String,long,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.ChannelClient
- 删除本地所有 channel 特定时间之前的消息
- deleteUltraGroupMessagesForAllChannel(java.lang.String,long,IBooleanCallback) - function in io.rong.imlib.LibHandlerStub
- DeliverMessage - class in io.rong.message
- 消息送达消息类 消息送达消息类,此消息不存储不计入未读消息数。
- DESCEND - enum entry in io.rong.imlib.model.HistoryMessageOption.PullOrder
- DESCEND - enum entry in io.rong.imlib.model.RemoteHistoryMsgOption.PullOrder
- describeContents() - function in io.rong.imlib.MessageTagInfo
- describeContents() - function in io.rong.imlib.RCConfiguration
- describeContents() - function in io.rong.imlib.model.AndroidConfig
- describeContents() - function in io.rong.imlib.model.BlockedMessageInfo
- describeContents() - function in io.rong.imlib.model.ChangedChannelInfo
- describeContents() - function in io.rong.imlib.model.ChangedUserGroupInfo
- describeContents() - function in io.rong.imlib.model.ChatroomStatus
- describeContents() - function in io.rong.imlib.model.ClearMessageOption
- describeContents() - function in io.rong.imlib.model.CombineMsgInfo
- describeContents() - function in io.rong.imlib.model.ConnectOption
- describeContents() - function in io.rong.imlib.model.Conversation
- describeContents() - function in io.rong.imlib.model.ConversationIdentifier
- describeContents() - function in io.rong.imlib.model.ConversationStatus
- describeContents() - function in io.rong.imlib.model.ConversationTagInfo
- describeContents() - function in io.rong.imlib.model.ConversationUnreadInfo
- describeContents() - function in io.rong.imlib.model.CustomMessageInfo
- describeContents() - function in io.rong.imlib.model.DownloadInfo
- describeContents() - function in io.rong.imlib.model.DownloadInfo.SliceInfo
- describeContents() - function in io.rong.imlib.model.FollowInfo
- describeContents() - function in io.rong.imlib.model.FriendApplicationInfo
- describeContents() - function in io.rong.imlib.model.FriendInfo
- describeContents() - function in io.rong.imlib.model.FriendRelationInfo
- describeContents() - function in io.rong.imlib.model.Group
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.imlib.model.GroupApplicationInfo
- describeContents() - function in io.rong.imlib.model.GroupInfo
- describeContents() - function in io.rong.imlib.model.GroupMemberInfo
- describeContents() - function in io.rong.imlib.model.GroupMessageDeliverInfo
- describeContents() - function in io.rong.imlib.model.GroupMessageDeliverUser
- describeContents() - function in io.rong.imlib.model.GroupMessageReader
- describeContents() - function in io.rong.imlib.model.GroupReadReceiptInfoV2
- describeContents() - function in io.rong.imlib.model.HarmonyConfig
- describeContents() - function in io.rong.imlib.model.HistoryMessageOption
- describeContents() - function in io.rong.imlib.model.IOSConfig
- describeContents() - function in io.rong.imlib.model.InitOption
- describeContents() - function in io.rong.imlib.model.MentionedInfo
- describeContents() - function in io.rong.imlib.model.Message
- describeContents() - function in io.rong.imlib.model.MessageAuditInfo
- describeContents() - function in io.rong.imlib.model.MessageConfig
- describeContents() - function in io.rong.imlib.model.MessageDigestInfo
- describeContents() - function in io.rong.imlib.model.MessageExpansion
- describeContents() - function in io.rong.imlib.model.MessagePushConfig
- describeContents() - function in io.rong.imlib.model.PagingQueryOption
- describeContents() - function in io.rong.imlib.model.PagingQueryResult
- describeContents() - function in io.rong.imlib.model.PrivateMessageDeliverInfo
- describeContents() - function in io.rong.imlib.model.QuitGroupConfig
- describeContents() - function in io.rong.imlib.model.RCEncryptedSession
- describeContents() - function in io.rong.imlib.model.RCIMProxy
- describeContents() - function in io.rong.imlib.model.RCTranslationResult
- describeContents() - function in io.rong.imlib.model.RTCStatusDate
- describeContents() - function in io.rong.imlib.model.RTCUser
- describeContents() - function in io.rong.imlib.model.ReadReceiptInfo
- describeContents() - function in io.rong.imlib.model.ReadReceiptInfoV4
- describeContents() - function in io.rong.imlib.model.RecallMsgInfo
- describeContents() - function in io.rong.imlib.model.RemoteHistoryMsgOption
- describeContents() - function in io.rong.imlib.model.RemoteModelWrap
- describeContents() - function in io.rong.imlib.model.RongListWrap
- describeContents() - function in io.rong.imlib.model.SearchConversationResult
- describeContents() - function in io.rong.imlib.model.SendMessageOption
- describeContents() - function in io.rong.imlib.model.SubscribeEvent
- describeContents() - function in io.rong.imlib.model.SubscribeEventRequest
- describeContents() - function in io.rong.imlib.model.SubscribeInfoEvent
- describeContents() - function in io.rong.imlib.model.SubscribeInfoEvent.SubscribeEventDetail
- describeContents() - function in io.rong.imlib.model.TagInfo
- describeContents() - function in io.rong.imlib.model.TranslationInfo
- describeContents() - function in io.rong.imlib.model.UltraGroupChannelChangeInfo
- describeContents() - function in io.rong.imlib.model.UltraGroupChannelChangeTypeInfo
- describeContents() - function in io.rong.imlib.model.UltraGroupChannelDisbandedInfo
- describeContents() - function in io.rong.imlib.model.UltraGroupChannelUserKickedInfo
- describeContents() - function in io.rong.imlib.model.UltraGroupTypingStatusInfo
- describeContents() - function in io.rong.imlib.model.UnknownMessage
- describeContents() - function in io.rong.imlib.model.UserData
- describeContents() - function in io.rong.imlib.model.UserData.AccountInfo
- describeContents() - function in io.rong.imlib.model.UserData.ClientInfo
- describeContents() - function in io.rong.imlib.model.UserData.ContactInfo
- describeContents() - function in io.rong.imlib.model.UserData.PersonalInfo
- describeContents() - function in io.rong.imlib.model.UserInfo
- describeContents() - function in io.rong.imlib.model.UserProfile
- describeContents() - function in io.rong.imlib.typingmessage.TypingStatusMessage
- describeContents() - function in io.rong.message.BlockMessage
- describeContents() - function in io.rong.message.CombineV2Message
- describeContents() - function in io.rong.message.CommandMessage
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.CommandNotificationMessage
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.ContactNotificationMessage
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.DeliverMessage
- describeContents() - function in io.rong.message.DestructionCmdMessage
- describeContents() - function in io.rong.message.FileMessage
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.GIFMessage
- describeContents() - function in io.rong.message.GroupDeliverReportMessage
- describeContents() - function in io.rong.message.GroupNotificationMessage
- describeContents() - function in io.rong.message.GroupReadReceiptV2Message
- describeContents() - function in io.rong.message.HQVoiceMessage
- describeContents() - function in io.rong.message.HandshakeMessage
- describeContents() - function in io.rong.message.HasReceivedNotificationMessage
- describeContents() - function in io.rong.message.HistoryDividerMessage
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.ImageMessage
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.InformationNotificationMessage
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.LogCmdMessage
- describeContents() - function in io.rong.message.MessageExpansionMessage
- describeContents() - function in io.rong.message.ProfileNotificationMessage
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.QueryContentMessage
- describeContents() - function in io.rong.message.QueryUidMessage
- describeContents() - function in io.rong.message.ReadReceiptMessage
- describeContents() - function in io.rong.message.ReadReceiptRequestMessage
- describeContents() - function in io.rong.message.ReadReceiptResponseMessage
- describeContents() - function in io.rong.message.ReadReceiptV4Message
- describeContents() - function in io.rong.message.RecallCommandMessage
- describeContents() - function in io.rong.message.RecallNotificationMessage
- describeContents() - function in io.rong.message.ReferenceMessage
- describeContents() - function in io.rong.message.RichContentItem
- describeContents() - function in io.rong.message.RichContentMessage
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.SightMessage
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.SuspendMessage
- describeContents() - function in io.rong.message.SyncReadStatusMessage
- describeContents() - function in io.rong.message.TextMessage
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.VoiceMessage
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.custommessage.CustomMediaMessageContent
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.message.custommessage.CustomMessageContent
- 描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- describeContents() - function in io.rong.push.notification.PushNotificationMessage
- describeContents() - function in io.rong.push.pushconfig.PushConfig
- DESTROYED - enum entry in io.rong.imlib.model.Message.SentStatus
对方已销毁。
- DestructionCmdMessage - class in io.rong.message
- 阅后即焚信令消息类
- destructionFlag() - function in io.rong.imlib.DestructionTag
- DestructionTag - class in io.rong.imlib
- Created by CaoHaiyang on 2018/6/19.
- DestructionTag.DestructionType - class in io.rong.imlib.DestructionTag
- DEVICE_TOKEN - enum entry in io.rong.imlib.IRongCoreEnum.ConnectReason
- DirectionType - class in io.rong.imlib.model
- disableSDKHeartBeat(Context) - function in io.rong.common.WakeLockUtils
- 取消 SDK 默认后台 2 分半的心跳机制。
- DISALLOW - enum entry in io.rong.imlib.model.MessageAuditType
不需要送审,默认值
- DISBAND_GROUP - enum entry in io.rong.imlib.IRongCoreListener.UserGroupEventType
- disconnect(boolean,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- disconnect() - function in io.rong.imlib.RongCoreClient
- 断开与融云服务器的连接,但仍然接收远程推送。 若想断开连接后不接受远程推送消息,可以调用logout。注意:因为 SDK 在前后台切换或者网络出现异常都会自动重连,保证连接可靠性。 所以除非您的 App 逻辑需要登出,否则一般不需要调用此方法进行手动断开。
- disconnect(boolean) - function in io.rong.imlib.RongCoreClient
- 断开与融云服务器的连接,根据参数选择是否继续接收远程推送。
- disconnect() - function in io.rong.push.rongpush.PushConnectivityManager
- DISCUSSION - enum entry in io.rong.imlib.model.Conversation.ConversationType
讨论组。
- DISCUSSION - enum entry in io.rong.push.RongPushClient.ConversationType
讨论组。
- Dismiss - enum entry in io.rong.imlib.model.GroupOperation
解散
- dismissGroup(java.lang.String,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- dismissGroup(java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- 解散群组 注意:只有群主,可以解散自已创建的群组,解散后群会话信息仍然保留,本地历史消息不做删除处理
- dismissGroup(java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.internal.manager.GroupManager
- DO_NOT_DISTURB - enum entry in io.rong.imlib.model.Conversation.ConversationNotificationStatus
免打扰。
- doMethod(java.lang.String,java.lang.String,java.util.Map) - function in io.rong.imlib.LibHandlerStub
- doMethod(java.lang.String,java.lang.String,java.util.Map) - function in io.rong.imlib.RongCoreClient
- DOWNLOAD_URL_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
下载链接无效
- DownloadInfo - class in io.rong.imlib.model
- 保存下载文件信息类
- DownloadInfo.SliceInfo - class in io.rong.imlib.model.DownloadInfo
- downloadMedia(ConversationType,java.lang.String,java.lang.String,io.rong.imlib.IRongCoreEnum.MediaType,java.lang.String,io.rong.imlib.IRongCoreCallback.DownloadMediaCallback) - function in io.rong.imlib.ChannelClient
- 下载多媒体文件。 如果本地缓存中包含此文件,则从本地缓存中直接获取,否则将从服务器端下载。
- downloadMedia(Conversation,int,java.lang.String,IDownloadMediaCallback) - function in io.rong.imlib.LibHandlerStub
- downloadMedia(ConversationType,java.lang.String,io.rong.imlib.IRongCoreEnum.MediaType,java.lang.String,io.rong.imlib.IRongCoreCallback.DownloadMediaCallback) - function in io.rong.imlib.RongCoreClient
- 下载多媒体文件。 如果本地缓存中包含此文件,则从本地缓存中直接获取,否则将从服务器端下载。
- downloadMediaFile(java.lang.String,java.lang.String,java.lang.String,java.lang.String,IDownloadMediaFileCallback) - function in io.rong.imlib.LibHandlerStub
- downloadMediaFile(java.lang.String,java.lang.String,java.lang.String,java.lang.String,io.rong.imlib.IRongCoreCallback.IDownloadMediaFileCallback) - function in io.rong.imlib.RongCoreClient
- 下载文件。 支持断点续传,对应的暂停下载须调用 pauseDownloadMediaFile。
- downloadMediaMessage(Message,IDownloadMediaMessageCallback) - function in io.rong.imlib.LibHandlerStub
- downloadMediaMessage(Message,io.rong.imlib.IRongCoreCallback.IDownloadMediaMessageCallback) - function in io.rong.imlib.RongCoreClient
- 下载多媒体文件。