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

S

saveTextMessageDraft(ConversationType,java.lang.String,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Saves the draft information of a conversation.
searchConversations(java.lang.String,kotlin.Array,kotlin.Array,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Searches for conversations based on keywords.
searchMessages(ConversationType,java.lang.String,java.lang.String,int,long,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Searches for messages in a specified conversation based on a keyword.
searchMessagesByUser(ConversationType,java.lang.String,java.lang.String,int,long,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Searches for messages in a specified conversation based on the user ID.
searchPublicService(io.rong.imlib.RongIMClient.SearchType,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Search for public services.
searchPublicServiceByType(PublicServiceType,io.rong.imlib.RongIMClient.SearchType,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Search for public services by public service type.
selectCustomServiceGroup(java.lang.String,java.lang.String) - function in io.rong.imlib.RongIMClient
Send a message to transfer to human customer support
sendDirectionalMediaMessage(Message,kotlin.Array,java.lang.String,java.lang.String,io.rong.imlib.IRongCallback.ISendMediaMessageCallback) - function in io.rong.imlib.RongIMClient
Sends a targeted multimedia message.
sendDirectionalMessage(ConversationType,java.lang.String,MessageContent,kotlin.Array,java.lang.String,java.lang.String,io.rong.imlib.IRongCallback.ISendMessageCallback) - function in io.rong.imlib.RongIMClient
Sends a targeted message.
sendImageMessage(ConversationType,java.lang.String,MessageContent,java.lang.String,java.lang.String,io.rong.imlib.RongIMClient.SendImageMessageCallback) - function in io.rong.imlib.RongIMClient
Sends an image message.
sendImageMessage(Message,java.lang.String,java.lang.String,io.rong.imlib.RongIMClient.SendImageMessageCallback) - function in io.rong.imlib.RongIMClient
Sends an image message.
sendImageMessage(Message,java.lang.String,java.lang.String,io.rong.imlib.RongIMClient.SendImageMessageWithUploadListenerCallback) - function in io.rong.imlib.RongIMClient
Send an image message.
sendLocationMessage(Message,java.lang.String,java.lang.String,io.rong.imlib.IRongCallback.ISendMessageCallback) - function in io.rong.imlib.RongIMClient
Sends a location message.
sendMediaMessage(Message,java.lang.String,java.lang.String,io.rong.imlib.IRongCallback.ISendMediaMessageCallback) - function in io.rong.imlib.RongIMClient
Sends a multimedia message.
sendMediaMessage(Message,java.lang.String,java.lang.String,io.rong.imlib.IRongCallback.ISendMediaMessageCallbackWithUploader) - function in io.rong.imlib.RongIMClient
To send multimedia messages, you can use this method to upload multimedia files to your own server.
sendMediaMessage(Message,java.lang.String,java.lang.String,SendMessageOption,io.rong.imlib.IRongCallback.ISendMediaMessageCallback) - function in io.rong.imlib.RongIMClient
Sends a multimedia message.
sendMediaMessage(Message,java.lang.String,java.lang.String,SendMessageOption,io.rong.imlib.IRongCallback.ISendMediaMessageCallbackWithUploader) - function in io.rong.imlib.RongIMClient
Sends a multimedia message, allowing you to upload multimedia files to your own server.
sendMessage(ConversationType,java.lang.String,MessageContent,java.lang.String,java.lang.String,io.rong.imlib.IRongCallback.ISendMessageCallback) - function in io.rong.imlib.RongIMClient
Sends a message based on the conversation type.
sendMessage(Message,java.lang.String,java.lang.String,io.rong.imlib.IRongCallback.ISendMessageCallback) - function in io.rong.imlib.RongIMClient
Sends a message.
sendMessage(Message,java.lang.String,java.lang.String,SendMessageOption,io.rong.imlib.IRongCallback.ISendMessageCallback) - function in io.rong.imlib.RongIMClient
Sends a message.
sendPing() - function in io.rong.imlib.RongIMClient
OEM implements heartbeat alignment, sending Ping interface 1.
sendReadReceiptMessage(ConversationType,java.lang.String,long) - function in io.rong.imlib.RongIMClient
Sends a read receipt for messages in a specific conversation For IMLib, you can register a listener using setReadReceiptListener; for IMKit, directly set rc_read_receipt to true in rc_config.xml.
sendReadReceiptMessage(ConversationType,java.lang.String,long,io.rong.imlib.IRongCallback.ISendMessageCallback) - function in io.rong.imlib.RongIMClient
Send read receipts for messages in a conversation.
sendReadReceiptRequest(Message,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Initiates a read receipt request for a message (only supported for groups and discussion groups).
sendReadReceiptResponse(ConversationType,java.lang.String,java.util.List,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Send Read Receipt (Supported for Groups and Discussion Groups Only)
sendTypingStatus(ConversationType,java.lang.String,java.lang.String) - function in io.rong.imlib.RongIMClient
Sends a typing status to the conversation.
setAppVer(java.lang.String) - function in io.rong.imlib.RongIMClient
Sets the version information of the user application integrated with the RongCloud SDK.
setChatRoomActionListener(io.rong.imlib.RongIMClient.ChatRoomActionListener) - function in io.rong.imlib.RongIMClient
Sets the chatroom operation listener.
setChatRoomEntry(java.lang.String,java.lang.String,java.lang.String,boolean,boolean,java.lang.String,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Sets custom attributes for a chatroom.
setConnectionStatusListener(io.rong.imlib.RongIMClient.ConnectionStatusListener) - function in io.rong.imlib.RongIMClient
Sets a listener for connection status changes.
setConversationNotificationStatus(ConversationType,java.lang.String,ConversationNotificationStatus,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Sets the message notification status for a conversation.
setConversationStatusListener(io.rong.imlib.RongIMClient.ConversationStatusListener) - function in io.rong.imlib.RongIMClient
Sets up multi-device synchronization monitoring for conversation status (pinned and Do Not Disturb)
setConversationToTop(ConversationType,java.lang.String,boolean,boolean,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Sets the pinned status of a conversation.
setConversationToTop(ConversationType,java.lang.String,boolean,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Sets the pinned status of a conversation.
setCustomServiceHumanEvaluateListener(OnHumanEvaluateListener) - function in io.rong.imlib.RongIMClient
Sets up the manual evaluation listener.
setDiscussionInviteStatus(java.lang.String,io.rong.imlib.RongIMClient.DiscussionInviteStatus,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Sets the invitation permissions for discussion group members.
setDiscussionName(java.lang.String,java.lang.String,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Sets the name of a discussion group.
setKVStatusListener(io.rong.imlib.RongIMClient.KVStatusListener) - function in io.rong.imlib.RongIMClient
Sets up a listener for chatroom KV status changes.
setMessageBlockListener(MessageBlockListener) - function in io.rong.imlib.RongIMClient
Sets the listener for intercepted messages containing sensitive words.
setMessageExpansionListener(io.rong.imlib.RongIMClient.MessageExpansionListener) - function in io.rong.imlib.RongIMClient
Sets the message extension listener
setMessageExtra(int,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Sets additional information for a local message.
setMessageReadTime(long,long,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Sets the read timestamp for a message.
setMessageReceivedStatus(int,ReceivedStatus,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Sets the message received status.
setMessageSentStatus(Message,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Sets the message sending status.
setNotificationQuietHours(java.lang.String,int,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Sets the Do Not Disturb time for message notifications.
setOfflineMessageDuration(int,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Sets the storage duration of offline messages on the server (in days).
setOnRecallMessageListener(io.rong.imlib.RongIMClient.OnRecallMessageListener) - function in io.rong.imlib.RongIMClient
Sets the message recall listener
setOnReceiveDestructionMessageListener(io.rong.imlib.RongIMClient.OnReceiveDestructionMessageListener) - function in io.rong.imlib.RongIMClient
Sets the listener for receiving auto-destroy messages.
setOnReceiveMessageListener(OnReceiveMessageListener) - function in io.rong.imlib.RongIMClient
Sets the listener for receiving message events.
setProxy(RCIMProxy) - function in io.rong.imlib.RongIMClient
 
setPushContentShowStatus(boolean,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Sets whether to display the details of remote push notifications.
setPushLanguage(io.rong.imlib.RongIMClient.PushLanguage,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Sets the language for remote push notifications.
setPushLanguageCode(java.lang.String,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Sets the natural language for push notification content.
setPushReceiveStatus(boolean,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Sets whether to receive remote push notifications.
setRCLogInfoListener(io.rong.imlib.RongIMClient.RCLogInfoListener) - function in io.rong.imlib.RongIMClient
Sets the Log output listener.
setReadReceiptListener(io.rong.imlib.RongIMClient.ReadReceiptListener) - function in io.rong.imlib.RongIMClient
Sets the message receipt listener.
setReconnectKickEnable(boolean) - function in io.rong.imlib.RongIMClient
Specifies whether to kick out the reconnecting device during reconnection.
setRLogFileMaxSize(long) - function in io.rong.imlib.RongIMClient
Sets the size of the business log file, with a default of 1M.
setRLogLevel(int) - function in io.rong.imlib.RongIMClient
Sets the log level for writing business logs to files.
setServerInfo(java.lang.String,java.lang.String) - function in io.rong.imlib.RongIMClient
Sets the navigation server and media server addresses for private deployment.
setStatisticDomain(java.lang.String) - function in io.rong.imlib.RongIMClient
Configures the data upload URL (optional).
setSyncConversationReadStatusListener(io.rong.imlib.RongIMClient.SyncConversationReadStatusListener) - function in io.rong.imlib.RongIMClient
Sets the listener for multi-device synchronization of conversation read status.
setTypingStatusListener(io.rong.imlib.RongIMClient.TypingStatusListener) - function in io.rong.imlib.RongIMClient
Sets the typing status listener.
setUploadCallback(UploadCallback) - function in io.rong.imlib.RongIMClient
Sets the callback for uploading RLog logs to the server
setValue(int) - function in io.rong.imlib.RongIMClient.BlacklistStatus
Sets the blocklist status.
setValue(int) - function in io.rong.imlib.RongIMClient.DiscussionInviteStatus
Sets the invitation status for the discussion group.
setValue(int) - function in io.rong.imlib.RongIMClient.MediaType
Sets the file type.
setValue(int) - function in io.rong.imlib.RongIMClient.PushLanguage
 
setValue(int) - function in io.rong.imlib.RongIMClient.SearchType
Sets the value of the search type.
SIGN_OUT - enum entry in io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus

The user actively calls the disconnect or logout interface to disconnect.

startCustomService(java.lang.String,ICustomServiceListener,CSCustomServiceInfo) - function in io.rong.imlib.RongIMClient
Starts the customer service.
startRealTimeLocation(ConversationType,java.lang.String) - function in io.rong.imlib.RongIMClient
Initiates location sharing.
stopCustomService(java.lang.String) - function in io.rong.imlib.RongIMClient
Exits the customer support service.
stopDestructMessage(Message) - function in io.rong.imlib.RongIMClient
Cancel the burn-after-reading message.
subscribePublicService(PublicServiceType,java.lang.String,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Subscribe to an Official Account.
supportResumeBrokenTransfer(java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Determines whether resumable upload is supported.
SUSPEND - enum entry in io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus

The connection is temporarily suspended (usually due to network issues), and the SDK will automatically reconnect at an appropriate time.

switchAppKey(java.lang.String) - function in io.rong.imlib.RongIMClient
Switch appKey.
switchToHumanMode(java.lang.String) - function in io.rong.imlib.RongIMClient
Switch to manual customer service mode.
syncConversationReadStatus(ConversationType,java.lang.String,long,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Synchronizes the read status of a conversation.
A  B  C  D  E  F  G  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  Z