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 

I

i(java.lang.String,java.lang.String) - function in io.rong.common.RLog
Send an INFO log message.
IConversationChannelListener - class in io.rong.imlib
 
IConversationChannelListener.ConversationChannelSyncConversationReadStatusListener - class in io.rong.imlib.IConversationChannelListener
同步消息未读状态监听接口。 多端登录,收到其它端清除某一会话未读数通知的时候,回调 onSyncConversationReadStatus
IConversationChannelListener.ConversationChannelTypingStatusListener - class in io.rong.imlib.IConversationChannelListener
输入状态监听器,当输入状态发生变化时,会回调onTypingStatusChanged
IHandleMessageListener - class in io.rong.message
 
IMAGE - enum entry in io.rong.imlib.IRongCoreEnum.MediaType

图片。

ImageMessage - class in io.rong.message
图片消息类 图片消息类,此消息会进行存储并计入未读消息数。
ImageMessageHandler - class in io.rong.message
 
IMLibExtensionModule - class in io.rong.imlib
使用方法,请参考 remoteControl 或者 moment
IMLibExtensionModuleIPC - class in io.rong.imlib
使用方法,请参考 remoteControl 或者 moment
IMLibExtensionModuleManager - class in io.rong.imlib
 
IMLibRTCClient - class in io.rong.imlib
 
IMLibRTCClient.RTCRoomActionListener - class in io.rong.imlib.IMLibRTCClient
 
IMMEDIATE - enum entry in io.rong.imlib.model.InitOption.HeartbeatLevel

立即: 4次心跳超时后重连IM

IMProxyManager - class in io.rong.imlib.proxy
 
IN_BLACK_LIST - enum entry in io.rong.imlib.IRongCoreEnum.BlacklistStatus

在黑名单中。

InformationNotificationMessage - class in io.rong.message
通知消息类 通知消息类,此消息会进行存储,但不计入未读消息数。
init(Context,io.rong.imlib.IRongCoreListener.OnReceiveMessageListener,IHandler) - function in io.rong.imlib.ReadReceiptV2Manager
 
init(Context) - function in io.rong.imlib.RongCoreClient
初始化 SDK,在整个应用程序全局只需要调用一次, 建议在 Application 继承类中调用。
init(Context,java.lang.String) - function in io.rong.imlib.RongCoreClient
初始化 SDK,在整个应用程序全局只需要调用一次, 建议在 Application 继承类中调用。
init(Context,java.lang.String,InitOption) - function in io.rong.imlib.RongCoreClient
初始化 SDK,在整个应用程序全局,只需要调用一次。
init(Context,java.lang.String,boolean) - function in io.rong.imlib.RongCoreClient
初始化 SDK,在整个应用程序全局只需要调用一次, 建议在 Application 继承类中调用。
init(Context,java.lang.String,boolean,java.lang.Boolean) - function in io.rong.imlib.RongCoreClient
初始化 SDK,在整个应用程序全局只需要调用一次, 建议在 Application 继承类中调用。
init(Context) - function in io.rong.imlib.typingmessage.TypingMessageManager
 
init(Context,PushConfig) - function in io.rong.push.PushManager
 
init(Context,java.lang.String) - function in io.rong.push.RongPushClient
初始化。
init(Context,java.lang.String,InitOption,boolean) - function in io.rong.push.RongPushClient
初始化(在应用主进程调用初始化)。 用户设置自己的 push 服务器地址时,使用该接口。
init(Context,java.lang.String,java.lang.String) - function in io.rong.push.rongpush.PushConnectivityManager
 
initAppendixModule() - function in io.rong.imlib.LibHandlerStub
 
initCause(java.lang.Throwable) - function in java.lang.Throwable
 
initHttpDns(Context,NativeObject) - function in io.rong.imlib.HttpDnsManager
 
initHttpDns() - function in io.rong.imlib.LibHandlerStub
 
initIPCEnviroment(ConnectOption,int) - function in io.rong.imlib.LibHandlerStub
 
InitOption - class in io.rong.imlib.model
 
InitOption.AreaCode - class in io.rong.imlib.model.InitOption
数据中心区域码
InitOption.Builder - class in io.rong.imlib.model.InitOption
 
InitOption.HeartbeatLevel - class in io.rong.imlib.model.InitOption
心跳级别
insertIncomingMessage(ConversationType,java.lang.String,java.lang.String,java.lang.String,ReceivedStatus,MessageContent,long,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.ChannelClient
向本地会话中插入一条消息,方向为接收。 这条消息只是插入本地会话,不会实际发送给服务器和对方。插入消息需为入库消息,即 ISPERSISTED,否者会回调 RC_INVALID_PARAMETER_MSG_TAG
insertIncomingMessage(ConversationType,java.lang.String,java.lang.String,ReceivedStatus,MessageContent,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.RongCoreClient
向本地会话中插入一条消息,方向为接收。 这条消息只是插入本地会话,不会实际发送给服务器和对方。插入消息需为入库消息,即 ISPERSISTED,否者会回调 RC_INVALID_PARAMETER_MSG_TAG
insertIncomingMessage(ConversationType,java.lang.String,java.lang.String,ReceivedStatus,MessageContent,long,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.RongCoreClient
向本地会话中插入一条消息,方向为接收。 这条消息只是插入本地会话,不会实际发送给服务器和对方。插入消息需为入库消息,即 ISPERSISTED,否者会回调 RC_INVALID_PARAMETER_MSG_TAG
insertOutgoingMessage(ConversationType,java.lang.String,java.lang.String,SentStatus,MessageContent,long,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.ChannelClient
向本地会话中插入一条消息,方向为发送。 这条消息只是插入本地会话,不会实际发送给服务器和对方。 插入消息需为入库消息,即 ISPERSISTED,否者会回调 RC_INVALID_PARAMETER_MSG_TAG
insertOutgoingMessage(ConversationType,java.lang.String,java.lang.String,boolean,SentStatus,MessageContent,long,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.ChannelClient
 
insertOutgoingMessage(ConversationType,java.lang.String,SentStatus,MessageContent,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.RongCoreClient
向本地会话中插入一条消息。 这条消息只是插入本地会话,不会实际发送给服务器和对方。 插入消息需为入库消息,即ISPERSISTED,否者会回调 RC_INVALID_PARAMETER_MSG_TAG
insertOutgoingMessage(ConversationType,java.lang.String,SentStatus,MessageContent,long,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.RongCoreClient
向本地会话中插入一条消息,方向为发送。 这条消息只是插入本地会话,不会实际发送给服务器和对方。 插入消息需为入库消息,即 ISPERSISTED,否者会回调 RC_INVALID_PARAMETER_MSG_TAG
insertSettingMessage(Message) - function in io.rong.imlib.LibHandlerStub
 
INVALID_APP_KEY - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

App Key 无效

INVALID_CONNECT_TEST_HOST_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

开发者接口调用 testProxy 接口时无法联通

INVALID_MESSAGE_DIRECTION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

MessageDirection错误

INVALID_MESSAGE_SENT_STATUS - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

SentStatus错误

INVALID_PARAMETER_AFTER - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 after 非法

INVALID_PARAMETER_BEFORE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 before 非法

INVALID_PARAMETER_CHANNEL_TYPE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

无效的超级群频道类型

INVALID_PARAMETER_CHATROOM_MEMBER_ORDER - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 ChatRoomMemberOrder 非法

INVALID_PARAMETER_CLEAR_MESSAGE_OPTION_LIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

开发者调用接口传入的 ClearMessageOption 数组参数为空、数组长度为 0或超过限制、包含 null 或非法对象

INVALID_PARAMETER_CONVERSATION_IDENTIFIER_LIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

开发者调用接口传入的 ConversationIdentifier 数组参数为空、数组长度为 0或超过限制、包含 null 或非法对象

INVALID_PARAMETER_CONVERSATION_TYPE_LIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 ConversationType 列表非法

INVALID_PARAMETER_COUNT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

开发者接口调用时传入的 count 非法

INVALID_PARAMETER_END_MESSAGE_UID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 endMessageUID 无效

INVALID_PARAMETER_END_TIME - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 end time 非法

INVALID_PARAMETER_ENTRIES - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 entries 非法

INVALID_PARAMETER_JOIN_MODE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 JoinMode 非法

INVALID_PARAMETER_KEY - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 key 非法

INVALID_PARAMETER_KEYS - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数keys 非法

INVALID_PARAMETER_KEYWORD - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 keyword 非法

INVALID_PARAMETER_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 limit 非法

INVALID_PARAMETER_MESSAGE_DIRECTION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 MessageDirection 非法

INVALID_PARAMETER_MESSAGE_OBJECT_NAME - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 objectName 非法

INVALID_PARAMETER_MESSAGE_OBJECT_NAME_LIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 objectName 列表非法

INVALID_PARAMETER_NOTIFICATION_EXTRA - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 notificationExtra 非法

INVALID_PARAMETER_OFFSET - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 offset 非法

INVALID_PARAMETER_PORTRAIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 portrait 非法

INVALID_PARAMETER_PROXY - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

非法的代理配置,RongIMProxy 为空或者非法

INVALID_PARAMETER_RTCROOMID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 rtcRoomID 非法

INVALID_PARAMETER_SEND_TIME - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

开发者接口调用时传入的 sendTime 非法

INVALID_PARAMETER_SPAN_MINUTES - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 span minutes 非法

INVALID_PARAMETER_START_MESSAGE_UID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 startMessageUID 无效

INVALID_PARAMETER_START_TIME - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 start time 非法

INVALID_PARAMETER_STATUS - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 status 非法

INVALID_PARAMETER_SUBSCRIBE_EXPIRY - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

订阅事件传入的订阅时长非法[60s ~ 30天]

INVALID_PARAMETER_SUBSCRIBE_PAGESIZE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

订阅事件传入的分页大小非法

INVALID_PARAMETER_SUBSCRIBE_PUBLISHER_USERIDS - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

订阅事件传入的订阅用户列表空或者数据类型非法

INVALID_PARAMETER_SUBSCRIBE_TYPE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

订阅事件传入的订阅类型非法

INVALID_PARAMETER_TARGETID_LIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 target id 列表非法

INVALID_PARAMETER_TEST_HOST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

开发者接口调用 testProxy 时传入的代理测试服务非法

INVALID_PARAMETER_TIMESTAMP_ORDER - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 TimestampOrder 非法

INVALID_PARAMETER_TITLE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 title 非法

INVALID_PARAMETER_USER_PROFILE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 userProfile 非法

INVALID_PARAMETER_USER_PROFILE_VISIBILITY - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 userProfileVisibility 非法

INVALID_PARAMETER_VALUE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

参数 value 非法

Invisible - enum entry in io.rong.imlib.model.UserProfileVisibility

都不可见:任何人都不能搜索到我的用户信息,名称、头像除外。

io.rong.common - package io.rong.common
 
io.rong.imlib - package io.rong.imlib
 
io.rong.imlib.enumtype - package io.rong.imlib.enumtype
 
io.rong.imlib.listener - package io.rong.imlib.listener
 
io.rong.imlib.model - package io.rong.imlib.model
 
io.rong.imlib.proxy - package io.rong.imlib.proxy
 
io.rong.imlib.typingmessage - package io.rong.imlib.typingmessage
 
io.rong.message - package io.rong.message
 
io.rong.push - package io.rong.push
 
io.rong.push.notification - package io.rong.push.notification
 
io.rong.push.pushconfig - package io.rong.push.pushconfig
 
io.rong.push.rongpush - package io.rong.push.rongpush
 
IO_EXCEPTION - enum entry in io.rong.push.PushErrorCode
 
IOSConfig - class in io.rong.imlib.model
 
IPC_DISCONNECT - enum entry in io.rong.imlib.IRongCoreEnum.ConnectReason
 
IPC_DISCONNECT - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode

IPC 进程意外终止。

如果是系统进行了资源回收后调用接口会触发此问题,SDK 会做好自动重连。

当 libRongIMLib.so 或 libsqlite.so 找不到或出现崩溃时也会触发此错误

IPC_DISCONNECT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode

IPC 进程意外终止。 如果是系统进行了资源回收后调用接口会触发此问题,SDK 会做好自动重连。 当 libRongIMLib.so 或 libsqlite.so 找不到或出现崩溃时也会触发此错误。

IPushConfigObserver - class in io.rong.push.pushconfig
 
IResultCallback - class in io.rong.push.pushconfig
 
IRongCoreCallback - class in io.rong.imlib
 
IRongCoreCallback.Callback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.ConnectCallback - class in io.rong.imlib.IRongCoreCallback
连接服务器回调类。
IRongCoreCallback.DefaultGroupCallSignalCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.DefaultGroupCallSignalListener - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.DefaultOperationCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.DefaultResultCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.DownloadMediaCallback - class in io.rong.imlib.IRongCoreCallback
下载文件的回调。
IRongCoreCallback.GetBlacklistCallback - class in io.rong.imlib.IRongCoreCallback
获取黑名单回调。
IRongCoreCallback.GetNotificationQuietHoursCallback - class in io.rong.imlib.IRongCoreCallback
获取消息通知免打扰时间的回调。
IRongCoreCallback.GetNotificationQuietHoursCallbackEx - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.IChatRoomHistoryMessageCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.IDownloadMediaFileCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.IDownloadMediaMessageCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.IGetBatchRemoteUltraGroupMessageCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.IGetMessageCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.IGetMessageCallbackEx - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.IGetMessagesByUIDsCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.IGetUserOnlineStatusCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.ISendMediaMessageCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.ISendMediaMessageCallbackWithUploader - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.ISendMessageCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.ISetSubscribeStatusCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.ISetUserOnlineStatusCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.LogDownloadMediaCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.LogOperationCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.LogResultCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.LogResultCallbackEx - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.LogSendMediaMessageCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.LogSendMessageCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.LogSubscribeEventCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.LogUpdateUserProfileCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.MediaMessageUploader - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.OperationCallback - class in io.rong.imlib.IRongCoreCallback
执行操作回调。
IRongCoreCallback.ResultCallback - class in io.rong.imlib.IRongCoreCallback
泛型类,用于 API 中功能的回调处理。
IRongCoreCallback.ResultCallback.Result - class in io.rong.imlib.IRongCoreCallback.ResultCallback
 
IRongCoreCallback.ResultCallbackEx - class in io.rong.imlib.IRongCoreCallback
泛型类,用于 API 中功能的回调处理。
IRongCoreCallback.ResultCallbackEx.Result - class in io.rong.imlib.IRongCoreCallback.ResultCallbackEx
 
IRongCoreCallback.SendImageMessageCallback - class in io.rong.imlib.IRongCoreCallback
发送图片消息的回调。
IRongCoreCallback.SendImageMessageWithUploadListenerCallback - class in io.rong.imlib.IRongCoreCallback
发送图片消息回调。 如果需要将图片上传到自己服务器,请使用这个回调。
IRongCoreCallback.SendMediaMessageCallback - class in io.rong.imlib.IRongCoreCallback
发送多媒体类消息的回调。
IRongCoreCallback.SendMessageCallback - class in io.rong.imlib.IRongCoreCallback
发送消息的回调。
IRongCoreCallback.SetChatRoomKVCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.SubscribeEventCallback - class in io.rong.imlib.IRongCoreCallback
用于处理订阅事件的回调接口。 该接口定义了订阅操作成功和失败时的回调方法。
IRongCoreCallback.SyncCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.SyncResultCallbackEx - class in io.rong.imlib.IRongCoreCallback
泛型类,用于 API 中功能的回调处理。
IRongCoreCallback.SyncResultCallbackEx.Result - class in io.rong.imlib.IRongCoreCallback.SyncResultCallbackEx
 
IRongCoreCallback.UpdateUserProfileCallback - class in io.rong.imlib.IRongCoreCallback
 
IRongCoreCallback.UploadMediaCallback - class in io.rong.imlib.IRongCoreCallback
上传媒体文件的回调。
IRongCoreEnum - class in io.rong.imlib
 
IRongCoreEnum.BlacklistStatus - class in io.rong.imlib.IRongCoreEnum
是否在黑名单中状态。
IRongCoreEnum.ChatRoomDestroyType - class in io.rong.imlib.IRongCoreEnum
 
IRongCoreEnum.ConnectionErrorCode - class in io.rong.imlib.IRongCoreEnum
建立连接返回的错误码
IRongCoreEnum.ConnectReason - class in io.rong.imlib.IRongCoreEnum
SDK 连接原因
IRongCoreEnum.ConversationLoadMessageType - class in io.rong.imlib.IRongCoreEnum
 
IRongCoreEnum.CoreErrorCode - class in io.rong.imlib.IRongCoreEnum
融云 IM 错误码 本文件由 ErrorCodeGenerator 自动生成 请勿擅自修改
IRongCoreEnum.DatabaseOpenStatus - class in io.rong.imlib.IRongCoreEnum
数据库打开枚举
IRongCoreEnum.MediaType - class in io.rong.imlib.IRongCoreEnum
文件类型枚举。
IRongCoreEnum.PushLanguage - class in io.rong.imlib.IRongCoreEnum
远程推送语言类型
IRongCoreEnum.PushNotificationLevel - class in io.rong.imlib.IRongCoreEnum
 
IRongCoreEnum.PushNotificationQuietHoursLevel - class in io.rong.imlib.IRongCoreEnum
 
IRongCoreEnum.SearchType - class in io.rong.imlib.IRongCoreEnum
搜索类型枚举。
IRongCoreEnum.TimestampOrder - class in io.rong.imlib.IRongCoreEnum
 
IRongCoreEnum.UltraGroupChannelChangeType - class in io.rong.imlib.IRongCoreEnum
超级群频道变更类型 Added from version 5.2.
IRongCoreEnum.UltraGroupChannelType - class in io.rong.imlib.IRongCoreEnum
超级群频道类型 Added from version 5.2.
IRongCoreEnum.UltraGroupTypingStatus - class in io.rong.imlib.IRongCoreEnum
 
IRongCoreListener - class in io.rong.imlib
 
IRongCoreListener.ConnectionStatusListener - class in io.rong.imlib.IRongCoreListener
连接状态监听器,获取连接相关状态。
IRongCoreListener.ConnectionStatusListener.ConnectionStatus - class in io.rong.imlib.IRongCoreListener.ConnectionStatusListener
连接状态枚举。
IRongCoreListener.ConversationListener - class in io.rong.imlib.IRongCoreListener
 
IRongCoreListener.ConversationStatusListener - class in io.rong.imlib.IRongCoreListener
会话状态(置顶和免打扰)多端同步监听
IRongCoreListener.ConversationTagListener - class in io.rong.imlib.IRongCoreListener
Tag 多端同步监听
IRongCoreListener.DestructCountDownTimerListener - class in io.rong.imlib.IRongCoreListener
焚烧倒计时回调接口。
IRongCoreListener.EncryptedSessionConnectionListener - class in io.rong.imlib.IRongCoreListener
加密会话信令建立状态监听。 发起 : onEncryptedSessionRequest 响应 : onEncryptedSessionResponse 建立成功 : onEncryptedSessionEstablished 取消加密会话 : onEncryptedSessionCanceled 结束加密会话 : onEncryptedSessionTerminated
IRongCoreListener.IGetGroupMessageDeliverListCallback - class in io.rong.imlib.IRongCoreListener
获取消息送达用户列表回调
IRongCoreListener.MessageBlockListener - class in io.rong.imlib.IRongCoreListener
 
IRongCoreListener.MessageDeliverListener - class in io.rong.imlib.IRongCoreListener
获取消息送达用户列表监听
IRongCoreListener.MessageExpansionListener - class in io.rong.imlib.IRongCoreListener
 
IRongCoreListener.OnRecallMessageListener - class in io.rong.imlib.IRongCoreListener
撤回消息监听器
IRongCoreListener.OnReceiveDestructionMessageListener - class in io.rong.imlib.IRongCoreListener
阅后即焚消息接收监听器
IRongCoreListener.OnReceiveMessageListener - class in io.rong.imlib.IRongCoreListener
接收消息的监听器。 注意:请切换线程,处理耗时操作。
IRongCoreListener.OnReceiveMessageWrapperListener - class in io.rong.imlib.IRongCoreListener
接收消息的监听器。 注意:请切换线程,处理耗时操作。 此接口可以替换 OnReceiveMessageListener 用于解决接收大量消息时,界面频繁刷新问题。 该接口会返回 left 和 hasPackage 参数,两者可以配合使用判断何时拉取完离线消息。
IRongCoreListener.PushNotificationListener - class in io.rong.imlib.IRongCoreListener
 
IRongCoreListener.PushNotifyLevelListener - class in io.rong.imlib.IRongCoreListener
 
IRongCoreListener.RCLogInfoListener - class in io.rong.imlib.IRongCoreListener
Log 输出监听
IRongCoreListener.ReadReceiptListener - class in io.rong.imlib.IRongCoreListener
消息回执监听器。 收到消息回执时会回调 onReadReceiptReceived
IRongCoreListener.ReadReceiptV4Listener - class in io.rong.imlib.IRongCoreListener
会话已读时间多端同步监听v4
IRongCoreListener.SyncConversationReadStatusListener - class in io.rong.imlib.IRongCoreListener
同步消息未读状态监听接口。 多端登录,收到其它端清除某一会话未读数通知的时候,回调 onSyncConversationReadStatus
IRongCoreListener.TagListener - class in io.rong.imlib.IRongCoreListener
会话标签更改监听器。 当用户在其它端添加移除更新标签时会触发此监听器,用于多端之间的信息同步。
IRongCoreListener.TypingStatusListener - class in io.rong.imlib.IRongCoreListener
输入状态监听器,当输入状态发生变化时,会回调onTypingStatusChanged}
IRongCoreListener.UltraGroupChannelListener - class in io.rong.imlib.IRongCoreListener
超级群频道事件回调
IRongCoreListener.UltraGroupConversationListener - class in io.rong.imlib.IRongCoreListener
超级群回话监听
IRongCoreListener.UltraGroupMessageChangeListener - class in io.rong.imlib.IRongCoreListener
超级群消息变化监听器
IRongCoreListener.UltraGroupReadTimeListener - class in io.rong.imlib.IRongCoreListener
超级群已读时间同步监听
IRongCoreListener.UltraGroupTypingStatusListener - class in io.rong.imlib.IRongCoreListener
超级群输入状态监听
IRongCoreListener.UploadImageStatusListener - class in io.rong.imlib.IRongCoreListener
图片上传状态监听。 如果使用者自己上传图片,那么需要通过调用 UploadImageStatusListener 中的方法将上传进度更新在 UI 上显示。 该 listener 通过 IRongCoreCallback.SendImageMessageWithUploadListenerCallback 返回实例供使用者使用。
IRongCoreListener.UserGroupEventType - class in io.rong.imlib.IRongCoreListener
 
IRongCoreListener.UserGroupStatusListener - class in io.rong.imlib.IRongCoreListener
 
IRongCoreRTCCallback - class in io.rong.imlib
 
IRongCoreRTCCallback.IRTCConfigCallback - class in io.rong.imlib.IRongCoreRTCCallback
 
IRongCoreRTCCallback.IRTCDataCallback - class in io.rong.imlib.IRongCoreRTCCallback
 
IRongCoreRTCCallback.IRtcIODataCallback - class in io.rong.imlib.IRongCoreRTCCallback
 
IRongCoreRTCCallback.IRTCJoinRoomCallback - class in io.rong.imlib.IRongCoreRTCCallback
 
IRongCoreRTCCallback.IRTCJoinRoomCallbackEx - class in io.rong.imlib.IRongCoreRTCCallback
 
isAdmin() - function in io.rong.imlib.model.RecallMsgInfo
 
isAdmin() - function in io.rong.message.RecallCommandMessage
是否是管理员操作
isAdmin() - function in io.rong.message.RecallNotificationMessage
是否是管理员操作
isAutoDelete() - function in io.rong.imlib.model.RTCStatusDate
 
isBuildAndTargetForQ(Context) - function in io.rong.common.LibStorageUtils
是否 Android SDK 版本号 >= Build.VERSION_CODES.Q 且 目标软件开发版本 >= Build.VERSION_CODES.Q
isCacheValid(Context,java.lang.String) - function in io.rong.push.rongpush.RongPushCacheHelper
 
isCanIncludeExpansion() - function in io.rong.imlib.model.Message
消息是否可以包含扩展信息 该属性在消息发送时确定,发送之后不能再做修改;扩展信息只支持单聊和群组,其它会话类型不能设置扩展信息。
isChannelIdValid(java.lang.String) - function in io.rong.common.SystemUtils
 
isCMPValid(java.lang.String) - function in io.rong.imlib.CMPStrategy
 
isConversationTypeValid(ConversationType) - function in io.rong.common.SystemUtils
 
isDel() - function in io.rong.imlib.model.RecallMsgInfo
 
isDelete() - function in io.rong.message.RecallCommandMessage
是否删除
isDelete() - function in io.rong.message.RecallNotificationMessage
是否删除
isDestruct() - function in io.rong.imlib.model.MessageContent
是否为计时销毁消息
isDisableNotification() - function in io.rong.imlib.model.MessageConfig
是否关闭通知 true 关闭通知(不发送通知),false 不关闭通知(发送通知)
isDisablePushTitle() - function in io.rong.imlib.model.MessagePushConfig
 
isDisablePushTitle() - function in io.rong.push.notification.PushNotificationMessage
 
isDnsEnabled() - function in io.rong.imlib.LibHandlerStub
 
isDownload() - function in io.rong.imlib.model.Message.ReceivedStatus
获取文件是否已经下载的状态。
isDownLoading() - function in io.rong.imlib.model.DownloadInfo
获取是否正在下载
isEmptyContent() - function in io.rong.imlib.model.Message
 
isEnablePush() - function in io.rong.imlib.model.InitOption
获取是否开启推送配置
isEnableRongPush() - function in io.rong.push.pushconfig.PushConfig
 
isEnableSyncEmptyTopConversation() - function in io.rong.imlib.model.InitOption
 
isExtensionHistory() - function in io.rong.imlib.RCConfiguration
 
isFileDownloading(Object) - function in io.rong.imlib.RongCoreClient
判断文件是否正在下载中。 注意:此方法只适用断点续传下载。
isFileExistsWithUri(Context,Uri) - function in io.rong.common.FileUtils
文件是否存在
isFinish() - function in io.rong.imlib.model.DownloadInfo.SliceInfo
 
isFinished() - function in io.rong.imlib.model.DownloadInfo
获取下载已完成进度
isForceShowDetailContent() - function in io.rong.imlib.model.MessagePushConfig
 
isForward() - function in io.rong.imlib.model.HistoryMessageOption
 
isFull() - function in io.rong.message.ImageMessage
是否是原图。
isGROpened() - function in io.rong.imlib.LibHandlerStub
 
isGzipEnabled() - function in io.rong.imlib.IMLibRTCClient
Http 请求是否开启 Gzip 压缩
isGzipEnabled() - function in io.rong.imlib.LibHandlerStub
 
isHasChanged() - function in io.rong.imlib.model.Message
消息是否被修改过
isHasReceived() - function in io.rong.message.HasReceivedNotificationMessage
获取消息已收到的状态。
isIncludeLocalExistMessage() - function in io.rong.imlib.model.RemoteHistoryMsgOption
是否需要重复拉取。
isInitialized() - function in io.rong.push.rongpush.PushConnectivityManager
 
isLatestCanIncludeExpansion() - function in io.rong.imlib.model.Conversation
消息是否可以包含扩展信息 该属性在消息发送时确定,发送之后不能再做修改;扩展信息只支持单聊和群组,其它会话类型不能设置扩展信息。
isListened() - function in io.rong.imlib.model.Message.ReceivedStatus
获取是否已被收听的状态。
isMainProcess(Context) - function in io.rong.common.SystemUtils
当前进程是否为主进程。
isMainProcess() - function in io.rong.imlib.model.InitOption
获取是否为主进程配置。isMainProcess 如果为null,则代表由SDK判断进程
isMayHasMoreMessagesBefore() - function in io.rong.imlib.model.Message
 
isMentionAll() - function in io.rong.imlib.model.MessageDigestInfo
 
isMultipleReceive() - function in io.rong.imlib.model.Message.ReceivedStatus
获取是否被其他端同时接收。
isNeedList() - function in io.rong.imlib.model.RemoteHistoryMsgOption
 
isNeedReportToken(Context,PushType,java.lang.String) - function in io.rong.push.pushconfig.PushConfigCenter
判断是否需要上传 token
isOffline() - function in io.rong.imlib.model.Message
是否是离线消息 从数据库获取的消息,该字段无效 只在接收消息的回调方法中有效如果消息为离线消息,则为 YES 其他情况均为 NO
isOffline() - function in io.rong.imlib.model.ReceivedProfile
 
isOriginal() - function in io.rong.message.SightMessage
 
isOsAndTargetForR(Context) - function in io.rong.common.LibStorageUtils
 
isOverwrite() - function in io.rong.imlib.model.RTCStatusDate
 
isParameterValid(ConversationType,java.lang.String,java.lang.String) - function in io.rong.common.SystemUtils
 
isqStorageModeEnable() - function in io.rong.imlib.RCConfiguration
 
isQuicForConnectedCmp() - function in io.rong.imlib.CMPStrategy
 
isRead() - function in io.rong.imlib.model.Message.ReceivedStatus
获取是否已读取的状态。
isReadReceiptMessage() - function in io.rong.imlib.model.ReadReceiptInfo
是否为需要回执的消息。
isRemoveAllKeys() - function in io.rong.message.MessageExpansionMessage
 
isReport() - function in io.rong.push.TokenBean
 
isRetrieved() - function in io.rong.imlib.model.Message.ReceivedStatus
获取是否已经被收取过。
isScopedStorageMode(Context) - function in io.rong.common.LibStorageUtils
是否处于分区存储模式 在以Android 11 为目标平台的应用上targetSdkVersion>=30,必须设置 rc_q_storage_mode_enabletrue, 否则会导致图片,文件等媒体文件发送失败)
isSecureSharedPreferences() - function in io.rong.imlib.RCConfiguration
 
isShowDetail() - function in io.rong.push.notification.PushNotificationMessage
 
isShowMessageTyping() - function in io.rong.imlib.typingmessage.TypingMessageManager
 
isStart() - function in io.rong.common.CountDownTimer
 
isStopped() - function in io.rong.imlib.RongJobIntentService
Returns true if onStopCurrentWork has been called.
isSubscribeEnabled(int) - function in io.rong.imlib.LibHandlerStub
 
isSupportTranslation() - function in io.rong.imlib.LibHandlerStub
 
isTargetIdValid(java.lang.String) - function in io.rong.common.SystemUtils
 
isTextTranslationSupported() - function in io.rong.imlib.RongCoreClient
是否支持翻译功能
isTop() - function in io.rong.imlib.model.Conversation
获取置顶状态。
isTop() - function in io.rong.imlib.model.ConversationStatus
 
isTop() - function in io.rong.imlib.model.ConversationTagInfo
 
isTopForTag() - function in io.rong.imlib.model.Conversation
获取表示当前会话在此 tag 下的置顶状态。 仅在通过tag获取会话时{#getConversationsFromTagByPage},此字段有效。
isTypingStatus() - function in io.rong.imlib.RCConfiguration
 
isUpLoadExp() - function in io.rong.message.ImageMessage
是否上传失败。
isUploadFinish() - function in io.rong.imlib.model.PrivateSliceUploadInfo
 
isUserProfileEnabled() - function in io.rong.imlib.LibHandlerStub
 
isValid() - function in io.rong.imlib.model.ConversationIdentifier
 
isValid() - function in io.rong.imlib.model.RCIMProxy
 
isValidAppKey(java.lang.String) - function in io.rong.common.SystemUtils
服务端 appKey 目前的策略:只包含小写字母或数字。 客户端为了便于以后的扩展,增加大写字母的逻辑。 校验字符串是否只包含 a-z、A-Z、0-9.
isValidateLocalUri(Uri) - function in io.rong.common.FileUtils
文件 Uri Scheme 是否以 file 或者 content 开头
isValidChannel() - function in io.rong.imlib.model.ConversationIdentifier
 
isVoIPPush() - function in io.rong.imlib.model.SendMessageOption
是否属于 VoIP 推送
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