A  B  C  D  E  F  G  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  Z 

R

RC_APP_PUBLICSERVICE_DEFFOLLOWED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The official account is defaulted to be followed. Regarding the conversation type: ConversationType_APP_PUBLIC_SERVICE.

RC_APP_PUBLICSERVICE_DEFUNFOLLOWED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Official Account is unfollowed by default. For conversation type: ConversationType_APP_PUBLIC_SERVICE.

RC_APP_PUBLICSERVICE_FOLLOWED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Official Account is followed, for conversation type:ConversationType_APP_PUBLIC_SERVICE

RC_APP_PUBLICSERVICE_UNFOLLOW - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Not following this Official Account, for conversation type: ConversationType_APP_PUBLIC_SERVICE

RC_APP_PUBLICSERVICE_UNFOLLOWED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The official account has been unfollowed. Regarding the conversation type: ConversationType_APP_PUBLIC_SERVICE.

RC_CHATROOM_ILLEGAL_ARGUMENT - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The chatroom interface parameters are invalid.

Please ensure that the parameters are not empty or valid.

RC_CHATROOM_IS_FULL - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Chatroom member limit exceeded. By default, there is no limit on the number of chatroom members, but developers can submit a ticket to request a member limit for the App Key. When the member limit is set, this error code will be returned if the number of members exceeds the limit when calling the join chatroom API.

RC_CHATROOM_NOT_EXIST - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The chatroom does not exist

RC_CHATROOM_RESET - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Chatroom has been reset

RC_CLIENT_NOT_INIT - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

SDK is not initialized

You must initialize the SDK using the Init method before using any of its features.

RC_CONN_ACK_TIMEOUT - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Connection ACK timeout

For connection-related error codes, the SDK will handle automatic reconnection, and developers do not need to handle it.

RC_CONN_APP_AUTH_FAILED - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

The automatic connection has timed out. The SDK will not continue to attempt the connection. The user needs to handle the timeout situation and then call the connectWithToken interface to initiate the connection on their own.

RC_CONN_APP_AUTH_FAILED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

.connectExt

RC_CONN_APP_BLOCKED_OR_DELETED - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

App Key is banned or deleted

Check whether the App Key you are using is banned or deleted.

RC_CONN_APP_BLOCKED_OR_DELETED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

App Key is banned or deleted

Please check if the App Key you are using is banned or deleted.

RC_CONN_APP_LICENSE_EXPIRED - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

APP License expired. Please check if the IM service License deployed for you has expired.

RC_CONN_CLUSTER_ERROR - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

Environment validation failed

Please verify that the App Key and connection environment (development environment/production environment) match.

RC_CONN_CLUSTER_ERROR - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Environment verification failed

Please check if the App Key and connection environment (development environment/production environment) match

RC_CONN_DISPOSABLE_TOKEN_USED - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

The token has already been used and cannot be used for connection. A one-time token can only be used once, and subsequent attempts will result in this error.

RC_CONN_DISPOSABLE_TOKEN_USED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The token has already been used and cannot be used for connection. A one-time token can only be used once; subsequent attempts will result in this error.

RC_CONN_ID_REJECT - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

Invalid App Key

Please verify that the App Key you are using is correct.

RC_CONN_ID_REJECT - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Invalid App Key

Please verify that the App Key you are using is correct.

RC_CONN_NOT_AUTHRORIZED - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

App verification failed

App verification failed because you have enabled the App verification feature, but the verification did not pass.

RC_CONN_NOT_AUTHRORIZED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

App verification failed

App verification failed because you enabled the app verification feature, but the verification did not pass.

RC_CONN_OTHER_DEVICE_LOGIN - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

User logged in on another device

During reconnection, the current user logged in on another device

RC_CONN_OTHER_DEVICE_LOGIN - enum entry in io.rong.imlib.RongIMClient.ErrorCode

User logged in on another device

During reconnection, the current user logged in on another device

RC_CONN_OVERFREQUENCY - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Connection too frequent

For connection-related error codes, the SDK will handle automatic reconnection, and developers do not need to intervene.

RC_CONN_PACKAGE_NAME_INVALID - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

does not match the registered information in the backend.

RC_CONN_PACKAGE_NAME_INVALID - enum entry in io.rong.imlib.RongIMClient.ErrorCode

does not match the registered information in the backend.

RC_CONN_PROTO_VERSION_ERROR - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Incorrect Signaling Version

Error codes related to connection issues. The SDK will handle automatic reconnection, and developers do not need to handle it manually.

RC_CONN_REDIRECTED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Connection Redirection

For connection-related error codes, the SDK will handle automatic reconnection, and developers do not need to manage it.

RC_CONN_REFUSED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Connection Refused

For connection-related error codes, the SDK will automatically handle reconnection, and developers do not need to intervene.

RC_CONN_SERVER_UNAVAILABLE - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The server is currently unavailable (reserved)

For connection-related error codes, the SDK will handle automatic reconnection, and developers do not need to intervene.

RC_CONN_TOKEN_EXPIRE - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

Token expired

This occurs because you have set a token expiration time in the developer console. You need to request a new token from your server and establish a connection using the new token.

RC_CONN_TOKEN_EXPIRE - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Token Expired

This occurs because you have set a token expiration time in the developer console. You need to request a new token from your server and establish a connection again using the new token.

RC_CONN_TOKEN_INCORRECT - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

Token is invalid

The token is incorrect. Please verify that the App Key used for client initialization matches the App Key used to obtain the token from your server.

RC_CONN_USER_ABANDON - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

User account deactivated

RC_CONN_USER_ABANDON - enum entry in io.rong.imlib.RongIMClient.ErrorCode

User has been deactivated

RC_CONN_USER_BLOCKED - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

User is banned

Please verify that the Token you are using is correct and whether the corresponding UserId is banned. Added in version 5.2.3: For versions prior to 5.2.3, this error may also occur if the user account has been deactivated.

RC_CONN_USER_BLOCKED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

User is banned

Please verify that the Token you are using is correct and that the corresponding UserId is not banned. Added in version 5.2.3: In versions prior to 5.2.3, this error may also occur if the user account has been deactivated.

RC_CONN_USER_OR_PASSWD_ERROR - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Token is invalid

The token is incorrect. Please verify that the App Key used for client initialization matches the App Key used to obtain the token from your server.

RC_CONNECT_TIMEOUT - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

SDK internal connection timeout. This error occurs when calling the connect interface with an invalid timeLimit value.

The SDK will not attempt to reconnect automatically. The app must manually call the connect interface to establish a connection.

RC_CONNECT_TIMEOUT - enum entry in io.rong.imlib.RongIMClient.ErrorCode

SDK internal connection timeout. This error occurs when calling the connect interface with an invalid timeLimit value.

The SDK will not attempt to reconnect automatically. The application must manually call the connect interface to establish a connection.

RC_CONNECTION_EXIST - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

Connection already exists

RC_CONNECTION_EXIST - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The connection already exists.

RC_CONNECTION_RESET_BY_PEER - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The connection was interrupted by the server, possibly because the operator deemed the link illegal or invalid and disconnected it directly. After this error code occurs, the SDK will automatically trigger a reconnection, and no action is required from the app side.

RC_DISCONN_KICK - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

User Kicked Offline

The current user logged in on another device, and this device was kicked offline

RC_DISCONN_KICK - enum entry in io.rong.imlib.RongIMClient.ErrorCode

User Kicked Offline

The current user logged in on another device, and this device was kicked offline.

RC_DISCONN_USER_BLOCKED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The connection to the server has been disconnected; the user is banned.

RC_DOMAIN_NOT_RESOLVE - enum entry in io.rong.imlib.RongIMClient.ErrorCode

After parsing the navigation data, no valid IP address was found.

If this issue occurs in a private cloud environment, please verify whether the navigation data is functioning correctly.

RC_ENVIRONMENT_ERROR - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

Incorrect connection environment (RCpublic cloud SDK cannot connect to a private cloud environment).

Please confirm the environment you need to connect to and use the correct SDK version.

RC_ENVIRONMENT_ERROR - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Incorrect connection environment (RCpublic cloud SDK cannot connect to a private cloud environment).

Please verify the environment you need to connect to and use the correct SDK version.

RC_FILE_EXPIRED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Files have expired or been cleared. Short video files are stored by default for 7 days, while other files are stored by default for 6 months. They will be automatically cleared upon expiration. If short video files need to be stored for a longer period, you can enable the Short Video Plus feature in the **Service Management -> Short Video -> Service Settings** section of the [RCDeveloper Console](https://developer.rongcloud.cn/advance/index). After enabling this feature, short video files will be stored by default for 6 months.

RC_FILE_UPLOAD_FAILED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Media message media file HTTP upload failed

RC_GIF_MSG_SIZE_LIMIT_EXCEED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

GIF message file size exceeds the limit

The default maximum size for a GIF file is 2 MB

RC_HTTP_RECV_FAIL - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Failed to receive data after requesting connection to the navigation address.

The SDK will handle automatic reconnection, and developers do not need to intervene. If this issue persists in a private cloud environment, please verify that the navigation address is correct.

RC_HTTP_REQ_TIMEOUT - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Failed to request connection to the navigation address.

The SDK will handle automatic reconnection, so developers do not need to intervene. If this issue persists in a private cloud environment, please verify that the navigation address is correct.

RC_HTTP_SEND_FAIL - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Navigation HTTP request failed

If this error occurs occasionally, the SDK will automatically reconnect. No developer intervention is required.

RC_INVALID_PARAMETER - enum entry in io.rong.imlib.RongIMClient.ConnectionErrorCode

Incorrect parameters passed during developer API invocation

Please verify the parameter types and values passed during the API invocation.

RC_MEDIA_EXCEPTION - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Media file upload failed. The media file does not exist or its size is 0.

RC_MESSAGE_CANT_EXPAND - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The message cannot be extended. Only one-to-one and group chats are supported. Other message types will return this error.

When sending a message, the `canIncludeExpansion` property of the Message object must be set to true for extension to be allowed.

RC_MESSAGE_EXPAND_FAIL - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Message extension failed.

This is usually caused by network issues. Please ensure that your network is stable and the RCSDK is properly connected.

RC_MESSAGE_NULL_EXCEPTION - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The message returned by the message processing interface is null

RC_MSG_BLOCKED_SENSITIVE_WORD - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The sent message contains sensitive words (the sender fails to send, and the receiver will not receive the message).

RC_MSG_DATA_INCOMPLETE - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Internal protocol layer error.

This error code has been deprecated.

RC_MSG_EXPANSION_SIZE_LIMIT_EXCEED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The message extension size exceeds the limit. By default, the key length in the message extension dictionary should not exceed 32 characters, and the value length should not exceed 64 characters. The number of key-value pairs in the Expansion should not exceed 300.

RC_MSG_REPLACED_SENSITIVE_WORD - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The sensitive words in the message have been replaced (the recipient will receive the message after replacement).

RC_MSG_RESP_TIMEOUT - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The client sends a message request, and the RCserver responds with a timeout.

RC_MSG_SEND_FAIL - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Signaling failed to send

For connection-related error codes, the SDK will handle automatic reconnection, and developers do not need to handle it.

RC_MSG_SIZE_OUT_OF_LIMIT - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The message size exceeds the limit. The message body (content serialized into JSON format) has a maximum size of 128k bytes.

RC_NAVI_RESOURCE_ERROR - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Navigation HTTP request failed

For connection-related error codes, the SDK will automatically handle reconnection, and developers do not need to handle it.

RC_NET_CHANNEL_INVALID - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The connection has been released.

For connection-related error codes, the SDK will handle automatic reconnection, and developers do not need to intervene.

RC_NET_UNAVAILABLE - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Connection Unavailable

For connection-related error codes, the SDK will handle automatic reconnection, and developers do not need to intervene.

RC_NETWORK_IS_DOWN_OR_UNREACHABLE - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Network connection is unavailable.

The SDK will handle automatic reconnection, and developers do not need to intervene.

RC_NODE_NOT_FOUND - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Navigation HTTP response data format error

For connection-related error codes, the SDK will handle automatic reconnection, and developers do not need to handle it.

RC_OPERATION_BLOCKED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Operation is prohibited.

This error code has been deprecated.

RC_OPERATION_NOT_SUPPORT - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Operation not supported.

Only available for Dedicated Cloud. The operation has been disabled on the server.

RC_PING_SEND_FAIL - enum entry in io.rong.imlib.RongIMClient.ErrorCode

PING Failed

Connection-related error codes. The SDK will handle automatic reconnection, and developers do not need to handle it.

RC_PONG_RECV_FAIL - enum entry in io.rong.imlib.RongIMClient.ErrorCode

PING Timeout

Connection-related error codes. The SDK will handle automatic reconnection, and developers do not need to intervene.

RC_PUBLIC_SERVICE_PROFILE_NOT_EXIST - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The requested public service information does not exist.

Please verify that the type of public service and the public service ID match.

RC_PUBLICSERVICE_DEFFOLLOWED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The official account is defaulted to be followed. For the conversation type: ConversationType_PUBLIC_SERVICE.

RC_PUBLICSERVICE_DEFUNFOLLOWED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The official account is defaulted to be unfollowed. For the conversation type: ConversationType_PUBLIC_SERVICE.

RC_PUBLICSERVICE_ERROR_TYPE - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Invalid Official Account. (The official account session identified by the conversation type and ID is invalid.)

For conversation type: ConversationType_PUBLIC_SERVICE

RC_PUBLICSERVICE_FOLLOWED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The official account has been followed. Regarding the conversation type: ConversationType_PUBLIC_SERVICE.

RC_PUBLICSERVICE_UNFOLLOW - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The official account is not followed. Regarding the conversation type: ConversationType_PUBLIC_SERVICE.

RC_PUBLICSERVICE_UNFOLLOWED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The official account has been unfollowed. Regarding the conversation type: ConversationType_PUBLIC_SERVICE.

RC_PUSHSETTING_PARAMETER_INVALID - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Invalid remote push settings parameters.

Please verify that the remote push parameters are correctly configured.

RC_QUERY_ACK_NO_DATA - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Internal protocol layer error.

Data error during query, upload, or download process.

This error code has been deprecated.

RC_RECALL_MESSAGE_USER_INVALID - enum entry in io.rong.imlib.RongIMClient.ErrorCode

IMLib can recall messages sent by oneself or others. The IM service has a switch to control whether only messages sent by oneself can be recalled. When this switch is enabled, attempting to recall messages sent by others will result in this error. @Since 5.2.4

RC_RECALL_PARAMETER_INVALID - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Invalid recall message parameters.

Please verify that the recall message parameters are correctly filled in.

RC_REQUEST_OVERFREQUENCY - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The request has exceeded the rate limit. Please try again later.

The API is being called too frequently. Please try again later.

RC_SETTING_SYNC_FAILED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

An issue occurred while synchronizing the operation with the server, possibly due to excessive frequency of operations. If this error occurs, please retry after a delay of 0.5 seconds.

RC_SIGHT_MSG_DURATION_LIMIT_EXCEED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The duration of the short video exceeds the limit

The default maximum duration for a short video is 2 minutes

RC_SIGHT_SERVICE_UNAVAILABLE - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Small video service is not enabled. Please contact our sales team to enable it.

RC_SOCKET_DISCONNECTED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Socket disconnected

For connection-related error codes, the SDK will handle automatic reconnection, and developers do not need to handle it.

RC_SOCKET_NOT_CREATED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Failed to create Socket connection

For connection-related error codes, the SDK will handle automatic reconnection, and developers do not need to intervene.

RC_TAG_INVALID_FOR_CONVERSATION - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Conversation not in tag

RC_TIMESTAMP_ASC - enum entry in io.rong.imlib.RongIMClient.TimestampOrder

Ascending, ordered by timestamp from smallest to largest.

RC_TIMESTAMP_DESC - enum entry in io.rong.imlib.RongIMClient.TimestampOrder

Descending order, sorted by timestamp from largest to smallest.

RC_VIDEO_COMPRESS_FAILED - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Video compression failed

recallMessage(Message,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Recall a message
registerMessageType(java.lang.Class) - function in io.rong.imlib.RongIMClient
Register custom message types Call this method after initialization but before connecting to register custom messages.
registerMessageType(java.util.List) - function in io.rong.imlib.RongIMClient
Batch register custom message types Call this method to register custom messages after initialization and before connection.
REJECTED_BY_BLACKLIST - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The message failed to send because you have been added to the recipient's blocklist.

removeChatRoomEntry(java.lang.String,java.lang.String,java.lang.Boolean,java.lang.String,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Deletes chatroom custom attributes.
removeConversation(ConversationType,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Remove a conversation from the conversation list.
removeFromBlacklist(java.lang.String,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Removes a user from the blocklist.
removeMemberFromDiscussion(java.lang.String,java.lang.String,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Removes a user from a discussion group.
removeMessageExpansion(java.util.List,java.lang.String,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Deletes specific key-value pairs from message extension information.
removeNotificationQuietHours(io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Remove the Do Not Disturb period for message notifications.
removeOnReceiveMessageListener(OnReceiveMessageWrapperListener) - function in io.rong.imlib.RongIMClient
Removes the listener for the message received event.
removeRealTimeLocationObserver(ConversationType,java.lang.String) - function in io.rong.imlib.RongIMClient
Removes the location sharing listener.
ROAMING_SERVICE_UNAVAILABLE_CHATROOM - enum entry in io.rong.imlib.RongIMClient.ErrorCode

The chatroom cloud storage service is not enabled.

RongIMClient - class in io.rong.imlib
Core class for the IM client.
RongIMClient.BlacklistStatus - class in io.rong.imlib.RongIMClient
Indicates whether the user is in the blocklist.
RongIMClient.Callback - class in io.rong.imlib.RongIMClient
 
RongIMClient.ChatRoomActionListener - class in io.rong.imlib.RongIMClient
Chatroom Operation Listener
RongIMClient.ConnectCallback - class in io.rong.imlib.RongIMClient
Callback class for server connection.
RongIMClient.ConnectionErrorCode - class in io.rong.imlib.RongIMClient
*Error Codes for Connection Establishment**
RongIMClient.ConnectionStatusListener - class in io.rong.imlib.RongIMClient
Connection state listener, which retrieves connection-related status.
RongIMClient.ConnectionStatusListener.ConnectionStatus - class in io.rong.imlib.RongIMClient.ConnectionStatusListener
Connection status enumeration.
RongIMClient.ConversationStatusListener - class in io.rong.imlib.RongIMClient
Conversation Status (Pin and Do Not Disturb) Multi-Device Synchronization Monitoring
RongIMClient.CreateDiscussionCallback - class in io.rong.imlib.RongIMClient
Callback for creating a discussion group.
RongIMClient.DatabaseOpenStatus - class in io.rong.imlib.RongIMClient
Database Open Enumeration
RongIMClient.DefaultOperationCallback - class in io.rong.imlib.RongIMClient
 
RongIMClient.DestructCountDownTimerListener - class in io.rong.imlib.RongIMClient
!
RongIMClient.DiscussionInviteStatus - class in io.rong.imlib.RongIMClient
Discussion group invitation status.
RongIMClient.DownloadMediaCallback - class in io.rong.imlib.RongIMClient
*Callback for file download.
RongIMClient.EncryptedSessionConnectionListener - class in io.rong.imlib.RongIMClient
Listens for the establishment status of encrypted session signaling.
RongIMClient.ErrorCode - class in io.rong.imlib.RongIMClient
RongIMClient ErrorCode
RongIMClient.GetBlacklistCallback - class in io.rong.imlib.RongIMClient
Get blocklist callback.
RongIMClient.GetNotificationQuietHoursCallback - class in io.rong.imlib.RongIMClient
Callback for retrieving the Do Not Disturb time settings for message notifications.
RongIMClient.KVStatusListener - class in io.rong.imlib.RongIMClient
Listens for changes in chatroom KV status
RongIMClient.MediaType - class in io.rong.imlib.RongIMClient
File type enumeration.
RongIMClient.MessageExpansionListener - class in io.rong.imlib.RongIMClient
 
RongIMClient.OnRecallMessageListener - class in io.rong.imlib.RongIMClient
Message Recall Listener
RongIMClient.OnReceiveDestructionMessageListener - class in io.rong.imlib.RongIMClient
Listener for Burn After Reading Message Reception
RongIMClient.OnReceiveMessageListener - class in io.rong.imlib.RongIMClient
Listener for receiving messages.
RongIMClient.OnReceiveMessageWrapperListener - class in io.rong.imlib.RongIMClient
Listener for receiving messages.
RongIMClient.OperationCallback - class in io.rong.imlib.RongIMClient
Operation execution callback.
RongIMClient.PushLanguage - class in io.rong.imlib.RongIMClient
Remote Notification Language Type
RongIMClient.RCLogInfoListener - class in io.rong.imlib.RongIMClient
*Log Output Monitoring**
RongIMClient.ReadReceiptListener - class in io.rong.imlib.RongIMClient
Message receipt listener.
RongIMClient.RealTimeLocationListener - class in io.rong.imlib.RongIMClient
Real-time location sharing listener.
RongIMClient.ResultCallback - class in io.rong.imlib.RongIMClient
A generic class for handling callback functionality in APIs.
RongIMClient.ResultCallback.Result - class in io.rong.imlib.RongIMClient.ResultCallback
 
RongIMClient.SearchType - class in io.rong.imlib.RongIMClient
Search type enumeration.
RongIMClient.SendImageMessageCallback - class in io.rong.imlib.RongIMClient
Callback for sending an image message.
RongIMClient.SendImageMessageWithUploadListenerCallback - class in io.rong.imlib.RongIMClient
Callback for sending image messages.
RongIMClient.SendMediaMessageCallback - class in io.rong.imlib.RongIMClient
Callback for sending multimedia messages.
RongIMClient.SendMessageCallback - class in io.rong.imlib.RongIMClient
Callback for sending messages.
RongIMClient.SyncCallback - class in io.rong.imlib.RongIMClient
 
RongIMClient.SyncConversationReadStatusListener - class in io.rong.imlib.RongIMClient
Listener interface for synchronizing unread message status.
RongIMClient.TimestampOrder - class in io.rong.imlib.RongIMClient
 
RongIMClient.TypingStatusListener - class in io.rong.imlib.RongIMClient
Typing status listener that triggers a callback when the typing status changes.
RongIMClient.UploadImageStatusListener - class in io.rong.imlib.RongIMClient
Monitors the status of image upload.
RongIMClient.UploadMediaCallback - class in io.rong.imlib.RongIMClient
Callback for uploading media files.
A  B  C  D  E  F  G  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  Z