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
Callback triggered during database upgrade
databaseUpgradeDidComplete(io.rong.imlib.IRongCoreEnum.CoreErrorCode) - function in io.rong.imlib.IRongCoreListener.DatabaseUpgradeStatusListener
Database Upgrade Completion Callback
databaseUpgradeWillStart() - function in io.rong.imlib.IRongCoreListener.DatabaseUpgradeStatusListener
Database upgrade start callback
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
Decodes MessageContent into 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
Simplifies the overloaded method, using the toString of generic T to generate the key
deduplicate(java.util.List,Deduplicate<T>) - function in io.rong.common.SystemUtils
Deduplicates a List.
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
Remove Friends Note: Mutual friend removal: Removes the friend from both parties' friend lists.
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
Deletes all messages in a specific conversation.
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
Deletes all messages in a specific conversation.
deleteMessages(kotlin.Array,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.RongCoreClient
Deletes messages.
deleteRemoteMessages(ConversationType,java.lang.String,java.lang.String,kotlin.Array,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.ChannelClient
Batch deletes specified remote messages in a conversation (also deletes corresponding local messages).
deleteRemoteMessages(ConversationType,java.lang.String,kotlin.Array,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
Batch deletes specified remote messages in a conversation (and deletes the corresponding local messages).
deleteRemoteUltraGroupMessages(java.lang.String,java.lang.String,long,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.ChannelClient
Deletes messages before a specific timestamp in a specific channel on the server
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
Deletes local messages before a specific time for a particular 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
Deletes all local messages before a specific timestamp for a given channel
deleteUltraGroupMessagesForAllChannel(java.lang.String,long,IBooleanCallback) - function in io.rong.imlib.LibHandlerStub
 
DeliverMessage - class in io.rong.message
Message Delivery Class This class represents a message delivery notification.
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
Describes the type of special objects included in the arrangement information of the Parcelable object.
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.NotificationQuietHoursSetting
 
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
Describes the type of special objects included in the Parcelable object's arrangement information.
describeContents() - function in io.rong.message.CommandNotificationMessage
Describes the type of special objects included in the arrangement information of the Parcelable object.
describeContents() - function in io.rong.message.ContactNotificationMessage
Describes the type of special objects included in the Parcelable object arrangement information.
describeContents() - function in io.rong.message.DeliverMessage
 
describeContents() - function in io.rong.message.DestructionCmdMessage
 
describeContents() - function in io.rong.message.FileMessage
Describes the type of special objects included in the arrangement information of the Parcelable object.
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
Describes the type of special objects included in the arrangement information of the Parcelable object.
describeContents() - function in io.rong.message.ImageMessage
Describes the type of special objects included in the Parcelable object's arrangement information.
describeContents() - function in io.rong.message.InformationNotificationMessage
Describes the type of special objects included in the Parcelable object's arrangement information.
describeContents() - function in io.rong.message.LogCmdMessage
 
describeContents() - function in io.rong.message.MessageExpansionMessage
 
describeContents() - function in io.rong.message.ProfileNotificationMessage
Describes the type of special objects included in the Parcelable object arrangement information.
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
Describes the type of special objects included in the Parcelable object arrangement information.
describeContents() - function in io.rong.message.SightMessage
Describes the type of special objects included in the arrangement information of the Parcelable object.
describeContents() - function in io.rong.message.SuspendMessage
 
describeContents() - function in io.rong.message.SyncReadStatusMessage
 
describeContents() - function in io.rong.message.TextMessage
Describes the type of special objects included in the arrangement information of the Parcelable object.
describeContents() - function in io.rong.message.VoiceMessage
Describes the type of special objects included in the arrangement information of the Parcelable object.
describeContents() - function in io.rong.message.custommessage.CustomMediaMessageContent
Describes the type of special objects included in the arrangement information of Parcelable objects.
describeContents() - function in io.rong.message.custommessage.CustomMessageContent
Describes the type of special objects included in the arrangement information of the Parcelable object.
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

The other party has been destroyed.

DestructionCmdMessage - class in io.rong.message
The class for self-destructing signaling messages.
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
Disables the SDK's default background heartbeat mechanism with a 2.5-minute interval.
DISALLOW - enum entry in io.rong.imlib.model.MessageAuditType

Does not require review, default value

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
Disconnects from the RCserver while still receiving remote notifications.
disconnect(boolean) - function in io.rong.imlib.RongCoreClient
Disconnects from the RCserver and determines whether to continue receiving remote push notifications based on the parameter.
disconnect() - function in io.rong.push.rongpush.PushConnectivityManager
 
DISCUSSION - enum entry in io.rong.imlib.model.Conversation.ConversationType

*Discussion Group.**

DISCUSSION - enum entry in io.rong.push.RongPushClient.ConversationType

Discussion group.

Dismiss - enum entry in io.rong.imlib.model.GroupOperation

Disband

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
Dismiss a group Note: Only the group owner can dismiss a group they created.
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

Do Not Disturb.

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
Class for saving download file information
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
Downloads multimedia files.
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
Downloads multimedia files.
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
Download a file.
downloadMediaMessage(Message,IDownloadMediaMessageCallback) - function in io.rong.imlib.LibHandlerStub
 
downloadMediaMessage(Message,io.rong.imlib.IRongCoreCallback.IDownloadMediaMessageCallback) - function in io.rong.imlib.RongCoreClient
Download multimedia files.
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