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

G

getAllChatRoomEntries(java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves all attributes of a chatroom.
getBlacklist(io.rong.imlib.RongIMClient.GetBlacklistCallback) - function in io.rong.imlib.RongIMClient
Retrieves the current user's blocklist.
getBlacklistStatus(java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Checks whether a user is in the blocklist.
getBlockedConversationList(io.rong.imlib.RongIMClient.ResultCallback,kotlin.Array) - function in io.rong.imlib.RongIMClient
Retrieve the list of conversations with Do Not Disturb enabled.
getChatRoomEntry(java.lang.String,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves a single attribute of the chatroom.
getChatroomHistoryMessages(java.lang.String,long,int,io.rong.imlib.RongIMClient.TimestampOrder,io.rong.imlib.IRongCallback.IChatRoomHistoryMessageCallback) - function in io.rong.imlib.RongIMClient
Retrieves chatroom historical messages.
getChatRoomInfo(java.lang.String,int,ChatRoomMemberOrder,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves chatroom information (including partial member information and the total number of members in the chatroom).
getConversation(ConversationType,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves information of a single conversation.
getConversationList(io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the local conversation list of the current user.
getConversationList(io.rong.imlib.RongIMClient.ResultCallback,kotlin.Array) - function in io.rong.imlib.RongIMClient
Retrieves the local conversation list of the current user based on the conversation type.
getConversationListByPage(io.rong.imlib.RongIMClient.ResultCallback,long,int,kotlin.Array) - function in io.rong.imlib.RongIMClient
Paginates to get the conversation list.
getConversationNotificationStatus(ConversationType,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the message reminder status of a conversation.
getCurrentConnectionStatus() - function in io.rong.imlib.RongIMClient
Retrieves the current connection status of the IM service.
getCurrentProxy() - function in io.rong.imlib.RongIMClient
 
getCurrentUserId() - function in io.rong.imlib.RongIMClient
Retrieves information about the currently connected user.
getDeltaTime() - function in io.rong.imlib.RongIMClient
Retrieves the time difference between local time and server time.
getDiscussion(java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieve information about a discussion group.
getDownloadInfo(java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves media file download information.
getGIFLimitSize() - function in io.rong.imlib.RongIMClient
Gets the maximum allowed size for sending GIF images.
getHistoryMessages(ConversationType,java.lang.String,int,int) - function in io.rong.imlib.RongIMClient
Retrieves a list of messages that meet the specified criteria in the conversation.
getHistoryMessages(ConversationType,java.lang.String,int,int,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the latest message entities of a specified type, before a specified message, and within a specified count in a conversation.
getHistoryMessages(ConversationType,java.lang.String,java.lang.String,int,int) - function in io.rong.imlib.RongIMClient
Retrieves a list of messages in the conversation that meet the specified criteria.
getHistoryMessages(ConversationType,java.lang.String,java.lang.String,int,int,GetMessageDirection,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves a list of messages in the conversation that meet the specified criteria.
getHistoryMessages(ConversationType,java.lang.String,java.lang.String,int,int,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves a list of messages in the conversation that meet the specified criteria.
getHistoryMessages(ConversationType,java.lang.String,java.util.List,long,int,GetMessageDirection,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves a list of messages in the conversation that meet the specified criteria.
getHistoryMessages(ConversationType,java.lang.String,long,int,int,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Searches for messages before and after the specified message in a conversation.
getInstance() - function in io.rong.imlib.RongIMClient
Obtains an instance of the IMLib interface class.
getLatestMessages(ConversationType,java.lang.String,int,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieve the latest messages of a specified conversation.
getMessage(int,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the message body based on the message ID (unique database index value).
getMessage() - function in io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus
Retrieves the status message.
getMessage() - function in io.rong.imlib.RongIMClient.ErrorCode
Retrieves the error message.
getMessageByUid(java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieve the message entity by its globally unique ID.
getMessageCount(ConversationType,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the total number of messages in a specified conversation.
getMsg() - function in io.rong.imlib.RongIMClient.PushLanguage
 
getNotificationQuietHours(io.rong.imlib.RongIMClient.GetNotificationQuietHoursCallback) - function in io.rong.imlib.RongIMClient
Get the quiet hours for message notifications.
getOfflineMessageDuration(io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the offline message storage duration (in days).
getPrivateDownloadToken(java.lang.String,ResultCallback<String>) - function in io.rong.imlib.RongIMClient
This interface is only applicable for private cloud SDK calls and is no longer supported in the current version.
getPublicServiceList(io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the list of followed official accounts.
getPublicServiceProfile(PublicServiceType,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves information about a public service.
getPushContentShowStatus(io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the setting for displaying detailed content of remote push notifications.
getPushLanguage(io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the remote push notification language settings.
getPushReceiveStatus(io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the setting for receiving remote push notifications.
getRealTimeLocation(ConversationType,java.lang.String) - function in io.rong.imlib.RongIMClient
Retrieves an instance of RealTimeLocation.
getRealTimeLocationCurrentState(ConversationType,java.lang.String) - function in io.rong.imlib.RongIMClient
Retrieves the status of location sharing.
getRealTimeLocationParticipants(ConversationType,java.lang.String) - function in io.rong.imlib.RongIMClient
Retrieves all members participating in location sharing.
getRemoteHistoryMessages(ConversationType,java.lang.String,RemoteHistoryMsgOption,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Fetches remote historical messages for a specified conversation.
getRemoteHistoryMessages(ConversationType,java.lang.String,long,int,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Fetches historical messages before a specified time from the server.
getSendTimeByMessageId(int) - function in io.rong.imlib.RongIMClient
Retrieves the sending time of a message based on its message ID.
getTextMessageDraft(ConversationType,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves draft information from the conversation.
getTheFirstUnreadMessage(ConversationType,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Get the first unread message.
getTopConversationList(io.rong.imlib.RongIMClient.ResultCallback,kotlin.Array) - function in io.rong.imlib.RongIMClient
Retrieves the list of pinned conversations based on the conversation type.
getTopForegroundActivity() - function in io.rong.imlib.RongIMClient
Retrieves the topmost Activity in the foreground.
getTotalUnreadCount(io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the total count of unread messages across all conversations.
getTotalUnreadCount(io.rong.imlib.RongIMClient.ResultCallback,kotlin.Array) - function in io.rong.imlib.RongIMClient
Retrieves the total count of unread messages for all specified conversations.
getTypingUserListFromConversation(ConversationType,java.lang.String) - function in io.rong.imlib.RongIMClient
Retrieves the list of users currently typing in the conversation.
getUnreadCount(ConversationType,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the count of unread messages for the specified conversation.
getUnreadCount(kotlin.Array,boolean,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the total count of unread messages for specified conversation types.
getUnreadCount(kotlin.Array,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Get the total unread message count for specified conversation types.
getUnreadCount(io.rong.imlib.RongIMClient.ResultCallback,kotlin.Array) - function in io.rong.imlib.RongIMClient
Retrieves the total count of unread messages for the specified conversation types.
getUnreadMentionedMessages(ConversationType,java.lang.String,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves unread @ messages in the conversation.
getValue() - function in io.rong.imlib.RongIMClient.BlacklistStatus
Retrieves the blocklist status.
getValue() - function in io.rong.imlib.RongIMClient.ConnectionErrorCode
Retrieves the error code value.
getValue() - function in io.rong.imlib.RongIMClient.ConnectionStatusListener.ConnectionStatus
Retrieves the status code value.
getValue() - function in io.rong.imlib.RongIMClient.DatabaseOpenStatus
Retrieves the database open status value.
getValue() - function in io.rong.imlib.RongIMClient.DiscussionInviteStatus
Retrieves the invitation status of the discussion group.
getValue() - function in io.rong.imlib.RongIMClient.ErrorCode
Retrieves the error code value.
getValue() - function in io.rong.imlib.RongIMClient.MediaType
Retrieves the value of the file type.
getValue() - function in io.rong.imlib.RongIMClient.PushLanguage
Get the language value
getValue() - function in io.rong.imlib.RongIMClient.SearchType
Retrieves the value of the search type.
getVendorToken(io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
Retrieves the authentication information of the logged-in user.
getVersion() - function in io.rong.imlib.RongIMClient
 
getVideoLimitTime() - function in io.rong.imlib.RongIMClient
Gets the maximum allowed duration for sending video files.
A  B  C  D  E  F  G  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  Z