跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W 

A

add(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.ban.Ban
添加用户聊天室全局禁言方法
add(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.block.Block
添加封禁聊天室成员方法
add(String[]) - 类 中的方法io.rong.methods.chatroom.demotion.Demotion
添加应用内聊天室降级消息
add(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.gag.Gag
已过时。
添加禁言聊天室成员方法(在 App 中如果不想让某一用户在聊天室中发言时,可将此用户在聊天室中禁言,被禁言用户可以接收查看聊天室中用户聊天信息,但不能发送消息.)
add(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.keepalive.Keepalive
添加聊天室保活方法
add(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.mute.MuteMembers
添加禁言聊天室成员方法(在 App 中如果不想让某一用户在聊天室中发言时,可将此用户在聊天室中禁言,被禁言用户可以接收查看聊天室中用户聊天信息,但不能发送消息.)
add(String[]) - 类 中的方法io.rong.methods.chatroom.whitelist.Messages
添加聊天室消息白名单成员方法
add(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.whitelist.User
添加聊天室白名单成员方法
add(String[]) - 类 中的方法io.rong.methods.group.ban.Ban
添加群禁言方法
add(GroupModel) - 类 中的方法io.rong.methods.group.ban.user.User
添加全局禁言群方法
add(GroupModel) - 类 中的方法io.rong.methods.group.ban.whitelist.User
添加禁言白名单用户方法
add(GroupModel) - 类 中的方法io.rong.methods.group.gag.Gag
添加禁言群成员方法(在 App 中如果不想让某一用户在群中发言时,可将此用户在群组中禁言,被禁言用户可以接收查看群组中用户聊天信息,但不能发送消息。)
add(String[]) - 类 中的方法io.rong.methods.group.mute.MuteAllMembers
添加群禁言方法
add(GroupModel) - 类 中的方法io.rong.methods.group.mute.MuteMembers
添加禁言群成员方法(在 App 中如果不想让某一用户在群中发言时,可将此用户在群组中禁言,被禁言用户可以接收查看群组中用户聊天信息,但不能发送消息。)
add(GroupModel) - 类 中的方法io.rong.methods.group.mute.whitelist.User
添加禁言白名单用户方法
add(SensitiveWordModel) - 类 中的方法io.rong.methods.sensitive.SensitiveWord
添加敏感词方法(设置敏感词后,App 中用户不会收到含有敏感词的消息内容,默认最多设置 50 个敏感词。)
add(String) - 类 中的方法io.rong.methods.sensitive.Wordfilter
添加敏感词方法(设置敏感词后,App 中用户不会收到含有敏感词的消息内容,默认最多设置 50 个敏感词。)
add(UserModel) - 类 中的方法io.rong.methods.user.blacklist.Blacklist
添加用户到黑名单方法(每秒钟限 100 次)
add(UserModel) - 类 中的方法io.rong.methods.user.block.Block
封禁用户方法(每秒钟限 100 次)
add(ChatroomModel) - 类 中的方法io.rong.methods.user.mute.MuteChatrooms
添加用户聊天室全局禁言方法
add(GroupModel) - 类 中的方法io.rong.methods.user.mute.MuteGroups
添加全局禁言群方法
add(UserModel) - 类 中的方法io.rong.methods.user.whitelist.Whitelist
添加用户到白名单方法(每秒钟限 100 次)
ADD - 类 中的静态变量io.rong.models.CheckMethod
 
API_JSON_NAME - 类 中的静态变量io.rong.util.CommonUtil
 
Audience - io.rong.models.push中的类
推送条件
Audience() - 类 的构造器io.rong.models.push.Audience
 

B

BaiduHttpDNSUtil - io.rong.util中的类
百度 HttpDNSUtil
BaiduHttpDNSUtil() - 类 的构造器io.rong.util.BaiduHttpDNSUtil
 
Ban - io.rong.methods.chatroom.ban中的类
聊天室全局禁言服务 docs:http://www.rongcloud.cn/docs/server.html#chatroom_user_ban
Ban(String, String) - 类 的构造器io.rong.methods.chatroom.ban.Ban
 
ban - 类 中的变量io.rong.methods.chatroom.Chatroom
 
Ban - io.rong.methods.group.ban中的类
群组禁言服务 设置某一群组全部成员禁言,如果在群组全部成员禁言状态下,需要某些用户可以发言时,可将此用户加入到群禁言用户白名单中。
Ban(String, String, RongCloud) - 类 的构造器io.rong.methods.group.ban.Ban
 
ban - 类 中的变量io.rong.methods.group.Group
 
BanExample - io.rong.example.chatroom中的类
聊天室全局
BanExample() - 类 的构造器io.rong.example.chatroom.BanExample
 
BanExample - io.rong.example.group.ban中的类
群组禁言例子
BanExample() - 类 的构造器io.rong.example.group.ban.BanExample
 
BaseMessage - io.rong.messages中的类
消息基类,如实现自定义消息,可继承此类
BaseMessage() - 类 的构造器io.rong.messages.BaseMessage
 
BATCH_DELETE - 类 中的静态变量io.rong.models.CheckMethod
 
BATCH_SET_TAG - 类 中的静态变量io.rong.models.CheckMethod
 
batchDelete(String[]) - 类 中的方法io.rong.methods.sensitive.SensitiveWord
批量移除敏感词方法(从敏感词列表中,移除某一敏感词。)
batchSet(BatchTagModel) - 类 中的方法io.rong.methods.user.tag.Tag
为应用中的用户添加标签,如果某用户已经添加了标签,再次对用户添加标签时将覆盖之前设置的标签内容。
BatchTagModel - io.rong.models.user中的类
批量用户标签信息
BatchTagModel() - 类 的构造器io.rong.models.user.BatchTagModel
 
Blacklist - io.rong.methods.user.blacklist中的类
用户黑名单服务 docs: "http://www.rongcloud.cn/docs/server.html#black"
Blacklist(String, String, RongCloud) - 类 的构造器io.rong.methods.user.blacklist.Blacklist
 
blackList - 类 中的变量io.rong.methods.user.User
 
BlackListExample - io.rong.example.user中的类
 
BlackListExample() - 类 的构造器io.rong.example.user.BlackListExample
 
BlackListResult - io.rong.models.response中的类
 
BlackListResult(Integer, String) - 类 的构造器io.rong.models.response.BlackListResult
 
BlackListResult(Integer, String, UserModel[]) - 类 的构造器io.rong.models.response.BlackListResult
 
BlackListResult(UserModel[]) - 类 的构造器io.rong.models.response.BlackListResult
 
Block - io.rong.methods.chatroom.block中的类
聊天室封禁服务 docs: "http://www.rongcloud.cn/docs/server.html#chatroom_user_block"
Block(String, String) - 类 的构造器io.rong.methods.chatroom.block.Block
 
block - 类 中的变量io.rong.methods.chatroom.Chatroom
 
Block - io.rong.methods.user.block中的类
用户封禁服务 docs: "http://www.rongcloud.cn/docs/server.html#user_block"
Block(String, String, RongCloud) - 类 的构造器io.rong.methods.user.block.Block
 
block - 类 中的变量io.rong.methods.user.User
 
BlockChatRoomUser - io.rong.models.response中的类
聊天室被封禁用户信息。
BlockChatRoomUser(String, String) - 类 的构造器io.rong.models.response.BlockChatRoomUser
 
BlockExample - io.rong.example.chatroom中的类
 
BlockExample() - 类 的构造器io.rong.example.chatroom.BlockExample
 
BlockExample - io.rong.example.user中的类
 
BlockExample() - 类 的构造器io.rong.example.user.BlockExample
 
BlockUserResult - io.rong.models.response中的类
 
BlockUserResult(Integer, String, List<BlockUsers>) - 类 的构造器io.rong.models.response.BlockUserResult
 
BlockUsers - io.rong.models中的类
封禁用户信息
BlockUsers(String, String) - 类 的构造器io.rong.models.BlockUsers
 
broadcast(ChatroomMessage) - 类 中的方法io.rong.methods.message.chatroom.Chatroom
发送聊天室消广播消息方法(一个用户向聊天室发送消息,单条消息最大 128k。
broadcast(BroadcastMessage) - 类 中的方法io.rong.methods.message.system.MsgSystem
发送广播消息方法(发送消息给一个应用下的所有注册用户,如用户未在线会对满足条件(绑定手机终端)的用户发送 Push 信息,单条消息最大 128k,会话类型为 SYSTEM。
BROADCAST - 类 中的静态变量io.rong.models.CheckMethod
 
BroadcastMessage - io.rong.models.message中的类
广播消息体
BroadcastMessage() - 类 的构造器io.rong.models.message.BroadcastMessage
 
BroadcastMessage(String, String[], String, BaseMessage, String, String, String) - 类 的构造器io.rong.models.message.BroadcastMessage
 
BroadcastModel - io.rong.models.push中的类
广播消息体。
BroadcastModel() - 类 的构造器io.rong.models.push.BroadcastModel
 
BroadcastPushPublicPart - io.rong.models.push中的类
广播跟参数公共部分
BroadcastPushPublicPart() - 类 的构造器io.rong.models.push.BroadcastPushPublicPart
 
byteToHexString(byte[]) - 类 中的静态方法io.rong.util.CodeUtil
 

C

Chatroom - io.rong.methods.chatroom中的类
聊天室服务 docs: "http://www.rongcloud.cn/docs/server.html#chatroom"
Chatroom(String, String, RongCloud) - 类 的构造器io.rong.methods.chatroom.Chatroom
 
Chatroom - io.rong.methods.message.chatroom中的类
发送聊天室消息方法 docs : http://www.rongcloud.cn/docs/server.html#message_chatroom_publish
Chatroom(String, String) - 类 的构造器io.rong.methods.message.chatroom.Chatroom
 
chatroom - 类 中的变量io.rong.methods.message.Message
 
chatroom - 类 中的变量io.rong.RongCloud
 
CHATROOM - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
ChatroomDemotionMsgResult - io.rong.models.response中的类
 
ChatroomDemotionMsgResult(Integer, String, String[]) - 类 的构造器io.rong.models.response.ChatroomDemotionMsgResult
 
ChatroomDemotionMsgResult(String[]) - 类 的构造器io.rong.models.response.ChatroomDemotionMsgResult
 
ChatroomExample - io.rong.example.chatroom中的类
 
ChatroomExample() - 类 的构造器io.rong.example.chatroom.ChatroomExample
 
chatroomId - 类 中的变量io.rong.models.chatroom.ChatroomMember
聊天室ID
ChatroomKeepaliveResult - io.rong.models.response中的类
 
ChatroomKeepaliveResult(Integer, String, String[]) - 类 的构造器io.rong.models.response.ChatroomKeepaliveResult
 
ChatroomMember - io.rong.models.chatroom中的类
 
ChatroomMember() - 类 的构造器io.rong.models.chatroom.ChatroomMember
 
ChatroomMember(String, String) - 类 的构造器io.rong.models.chatroom.ChatroomMember
 
ChatroomMember(String, String, String) - 类 的构造器io.rong.models.chatroom.ChatroomMember
 
ChatroomMessage - io.rong.models.message中的类
聊天室消息体
ChatroomMessage() - 类 的构造器io.rong.models.message.ChatroomMessage
 
ChatroomMessage(String, String[], String, BaseMessage) - 类 的构造器io.rong.models.message.ChatroomMessage
 
ChatroomModel - io.rong.models.chatroom中的类
聊天室。
ChatroomModel() - 类 的构造器io.rong.models.chatroom.ChatroomModel
 
ChatroomModel(String, String, String, ChatroomMember[], Integer, Integer, Integer) - 类 的构造器io.rong.models.chatroom.ChatroomModel
聊天室构造函数 全量
ChatroomQueryResult - io.rong.models.response中的类
chatroomQuery 返回结果
ChatroomQueryResult(Integer, String, List<ChatroomModel>) - 类 的构造器io.rong.models.response.ChatroomQueryResult
 
ChatroomUserQueryResult - io.rong.models.response中的类
chatroomUserQuery 返回结果
ChatroomUserQueryResult(Integer, String, Integer, List<ChatroomMember>) - 类 的构造器io.rong.models.response.ChatroomUserQueryResult
 
ChatroomUserQueryResult(Integer, List<ChatroomMember>) - 类 的构造器io.rong.models.response.ChatroomUserQueryResult
 
ChatroomWhitelistMsgResult - io.rong.models.response中的类
 
ChatroomWhitelistMsgResult(Integer, String, String[]) - 类 的构造器io.rong.models.response.ChatroomWhitelistMsgResult
 
ChatroomWhitelistMsgResult(String[]) - 类 的构造器io.rong.models.response.ChatroomWhitelistMsgResult
 
check(String[]) - 类 中的方法io.rong.methods.group.ban.Ban
查询被禁言群方法
check(String[]) - 类 中的方法io.rong.methods.group.mute.MuteAllMembers
查询被禁言群方法
check(UserModel) - 类 中的方法io.rong.methods.user.onlinestatus.OnlineStatus
检查用户在线状态 方法(每秒钟限100次) 请不要频繁循环调用此接口,而是选择合适的频率和时机调用,此接口设置了一定的频率限制。
CHECK - 类 中的静态变量io.rong.models.CheckMethod
 
CheckChatRoomUserResult - io.rong.models.response中的类
 
CheckChatRoomUserResult(String, Boolean) - 类 的构造器io.rong.models.response.CheckChatRoomUserResult
 
checkFiled(Object, String, String) - 类 中的静态方法io.rong.util.CommonUtil
参数校验方法
CheckMethod - io.rong.models中的类
 
CheckMethod() - 类 的构造器io.rong.models.CheckMethod
 
CheckOnlineResult - io.rong.models.response中的类
checkOnlineUser返回结果
CheckOnlineResult(Integer, String, String) - 类 的构造器io.rong.models.response.CheckOnlineResult
 
checkParam(String, Object, String, String) - 类 中的静态方法io.rong.util.CommonUtil
参数校验
CHRARCTER - 类 中的静态变量io.rong.util.CommonUtil
 
CmdMsgMessage - io.rong.messages中的类
通用命令通知消息。
CmdMsgMessage(String, String) - 类 的构造器io.rong.messages.CmdMsgMessage
 
CmdNtfMessage - io.rong.messages中的类
通用命令通知消息。
CmdNtfMessage(String, String) - 类 的构造器io.rong.messages.CmdNtfMessage
 
code - 类 中的变量io.rong.exception.Error
 
code - 类 中的变量io.rong.models.response.CheckChatRoomUserResult
 
code - 类 中的变量io.rong.models.Result
返回码,200 为正常。
CodeUtil - io.rong.util中的类
 
CodeUtil() - 类 的构造器io.rong.util.CodeUtil
 
CodeUtil.ConversationType - io.rong.util中的枚举
会话类型
CodeUtil.ErrorType - io.rong.util中的枚举
 
CodeUtil.ServiceType - io.rong.util中的枚举
 
CommonConstrants - io.rong.models中的类
 
CommonConstrants() - 类 的构造器io.rong.models.CommonConstrants
 
CommonUtil - io.rong.util中的类
属性校验公共服务
CommonUtil() - 类 的构造器io.rong.util.CommonUtil
 
ContactNtfMessage - io.rong.messages中的类
添加联系人消息。
ContactNtfMessage(String, String, String, String, String) - 类 的构造器io.rong.messages.ContactNtfMessage
 
content - 类 中的变量io.rong.models.message.MentionMessage
消息 内容
contentAvailable - 类 中的变量io.rong.models.message.DiscussionMessage
ios静默推送 0关闭 1开启
contentAvailable - 类 中的变量io.rong.models.message.GroupMessage
ios静默推送 0关闭 1开启
contentAvailable - 类 中的变量io.rong.models.message.PrivateMessage
 
Conversation - io.rong.methods.conversation中的类
会话消息免打扰服务 docs: "http://www.rongcloud.cn/docs/server.html#conversation_notification"
Conversation(String, String) - 类 的构造器io.rong.methods.conversation.Conversation
 
conversation - 类 中的变量io.rong.RongCloud
 
ConversationExample - io.rong.example.conversation中的类
绘话示例
ConversationExample() - 类 的构造器io.rong.example.conversation.ConversationExample
 
ConversationModel - io.rong.models.conversation中的类
 
ConversationModel() - 类 的构造器io.rong.models.conversation.ConversationModel
 
ConversationModel(String, String, String) - 类 的构造器io.rong.models.conversation.ConversationModel
构造函数。
ConversationNotificationResult - io.rong.models.response中的类
 
ConversationNotificationResult(Integer, Integer, String) - 类 的构造器io.rong.models.response.ConversationNotificationResult
 
count - 类 中的变量io.rong.models.message.PrivateMessage
针对 iOS 平台,Push 时用来控制未读消息显示数,只有在 toUserId 为一个用户 Id 的时候有效。
create(ChatroomModel[]) - 类 中的方法io.rong.methods.chatroom.Chatroom
创建聊天室方法
create(GroupModel) - 类 中的方法io.rong.methods.group.Group
创建群组方法(创建群组,并将用户加入该群组,用户将可以收到该群的消息,同一用户最多可加入 500 个群,每个群最大至 3000 人,App 内的群组数量没有限制.注:其实本方法是加入群组方法 /group/join 的别名。)
CREATE - 类 中的静态变量io.rong.models.CheckMethod
 
CreateGetHttpConnection(String) - 类 中的静态方法io.rong.util.HttpUtil
 
CreatePostHttpConnection(HostType, String, String, String) - 类 中的静态方法io.rong.util.HttpUtil
 
CreatePostHttpConnection(HostType, String, String, String, String) - 类 中的静态方法io.rong.util.HttpUtil
 
CustomTxtMessage - io.rong.messages中的类
自定义消息
CustomTxtMessage(String) - 类 的构造器io.rong.messages.CustomTxtMessage
 

D

Data() - 类 的构造器io.rong.models.message.TemplateMessage.Data
 
demotion - 类 中的变量io.rong.methods.chatroom.Chatroom
 
Demotion - io.rong.methods.chatroom.demotion中的类
聊天室优先级服务 docs: "http://www.rongcloud.cn/docs/server.html#chatroom_message_priority"
Demotion(String, String) - 类 的构造器io.rong.methods.chatroom.demotion.Demotion
 
DemotionExample - io.rong.example.chatroom中的类
 
DemotionExample() - 类 的构造器io.rong.example.chatroom.DemotionExample
 
DESTORY - 类 中的静态变量io.rong.models.CheckMethod
 
destroy(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.Chatroom
销毁聊天室方法
Discussion - io.rong.methods.message.discussion中的类
发送讨论组消息方法 docs : http://www.rongcloud.cn/docs/server.html#message_discussion_publish
Discussion(String, String) - 类 的构造器io.rong.methods.message.discussion.Discussion
 
discussion - 类 中的变量io.rong.methods.message.Message
 
DiscussionMessage - io.rong.models.message中的类
讨论组消息体
DiscussionMessage() - 类 的构造器io.rong.models.message.DiscussionMessage
 
DiscussionMessage(String, String[], String, BaseMessage, String, String, Integer, Integer, Integer, Integer) - 类 的构造器io.rong.models.message.DiscussionMessage
 
dismiss(GroupModel) - 类 中的方法io.rong.methods.group.Group
解散群组方法。
DISMISS - 类 中的静态变量io.rong.models.CheckMethod
 
distribute - 类 中的变量io.rong.methods.chatroom.Chatroom
 
Distribute - io.rong.methods.chatroom.distribute中的类
 
Distribute(String, String) - 类 的构造器io.rong.methods.chatroom.distribute.Distribute
 
DistributeExample - io.rong.example.chatroom中的类
 
DistributeExample() - 类 的构造器io.rong.example.chatroom.DistributeExample
 

E

Error - io.rong.exception中的类
Created with IntelliJ IDEA.
Error(int, int, String, String) - 类 的构造器io.rong.exception.Error
 
error - 异常错误 中的变量io.rong.exception.RcloudException
 
errorMessage - 类 中的变量io.rong.exception.Error
 
errorMessage - 类 中的变量io.rong.models.Result
错误信息。

F

fillInStackTrace() - 异常错误 中的方法io.rong.exception.ParamException
 
fromJson(String, Type) - 类 中的静态方法io.rong.util.GsonUtil
 
fromJson(Reader, Type) - 类 中的静态方法io.rong.util.GsonUtil
 

G

gag - 类 中的变量io.rong.methods.chatroom.Chatroom
 
Gag - io.rong.methods.chatroom.gag中的类
已过时。
Gag(String, String) - 类 的构造器io.rong.methods.chatroom.gag.Gag
已过时。
 
Gag - io.rong.methods.group.gag中的类
群组成员禁言服务 docs : http://www.rongcloud.cn/docs/server.html#group_user_gag
Gag(String, String, RongCloud) - 类 的构造器io.rong.methods.group.gag.Gag
 
gag - 类 中的变量io.rong.methods.group.Group
 
GagChatRoomUser - io.rong.models.response中的类
聊天室被禁言用户信息。
GagChatRoomUser(String, String) - 类 的构造器io.rong.models.response.GagChatRoomUser
 
GagExample - io.rong.example.chatroom中的类
聊天时禁言示例
GagExample() - 类 的构造器io.rong.example.chatroom.GagExample
 
GagExample - io.rong.example.group中的类
群组成员禁言例子
GagExample() - 类 的构造器io.rong.example.group.GagExample
 
GagGroupUser - io.rong.models.response中的类
群组用户封禁信息。
GagGroupUser(String, String) - 类 的构造器io.rong.models.response.GagGroupUser
 
get(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.Chatroom
查询聊天室内用户方法
get(ConversationModel) - 类 中的方法io.rong.methods.conversation.Conversation
查询会话消息免打扰方法。
get(GroupModel) - 类 中的方法io.rong.methods.group.Group
查询群信息
get(String) - 类 中的方法io.rong.methods.message.history.History
消息历史记录下载地址获取 方法消息历史记录下载地址获取方法。
get(GetTagModel) - 类 中的方法io.rong.methods.user.tag.Tag
查询用户所有标签功能,支持批量查询每次最多查询 50 个用户。
get(UserModel) - 类 中的方法io.rong.methods.user.User
查询用户信息方法 url "/user/info" docs "http://www.rongcloud.cn/docs/server.html#user_info"
GET - 类 中的静态变量io.rong.models.CheckMethod
 
GET_IMAGE - 类 中的静态变量io.rong.models.CheckMethod
 
GET_MEMBERS - 类 中的静态变量io.rong.models.CheckMethod
 
GET_MEMBERS_LIST - 类 中的静态变量io.rong.models.CheckMethod
 
GET_TAG - 类 中的静态变量io.rong.models.CheckMethod
 
GET_TOKEN - 类 中的静态变量io.rong.models.CheckMethod
 
getAlert() - 类 中的方法io.rong.models.push.Notification
 
getAlert() - 类 中的方法io.rong.models.push.PlatformNotification
 
getAndroid() - 类 中的方法io.rong.models.push.Notification
 
getApiHostListBackUp() - 类 中的静态方法io.rong.RongCloud
 
getApiHostType() - 类 中的方法io.rong.RongCloud
 
getAppKey() - 类 中的方法io.rong.methods.group.mute.whitelist.MuteWhiteList
 
getAppSecret() - 类 中的方法io.rong.methods.group.mute.whitelist.MuteWhiteList
 
getAudience() - 类 中的方法io.rong.models.push.BroadcastPushPublicPart
 
getBadge() - 类 中的方法io.rong.models.push.PlatformNotification
 
getBlacklist() - 类 中的方法io.rong.models.user.UserModel
 
getBlockEndTime() - 类 中的方法io.rong.models.BlockUsers
获取blockEndTime
getCategory() - 类 中的方法io.rong.models.push.PlatformNotification
 
getChatroomId() - 类 中的方法io.rong.models.chatroom.ChatroomMember
 
getChatrooms() - 类 中的方法io.rong.models.response.ChatroomKeepaliveResult
 
getChatRooms() - 类 中的方法io.rong.models.response.ChatroomQueryResult
获取chatRooms
getCheckInfo(String, String) - 类 中的静态方法io.rong.util.CommonUtil
获取校验信息
getCode() - 类 中的方法io.rong.exception.Error
 
getCode() - 类 中的方法io.rong.models.response.CheckChatRoomUserResult
 
getCode() - 类 中的方法io.rong.models.response.ConversationNotificationResult
获取code
getCode() - 类 中的方法io.rong.models.response.ListGagChatroomUserResult
获取code
getCode() - 类 中的方法io.rong.models.response.ListWordfilterResult
获取code
getCode() - 类 中的方法io.rong.models.response.UserList
 
getCode() - 类 中的方法io.rong.models.Result
获取code
getConnectTimeout() - 类 中的方法io.rong.util.HostType
 
getContent() - 类 中的方法io.rong.messages.CustomTxtMessage
获取自定义消息内容。
getContent() - 类 中的方法io.rong.messages.ImgMessage
获取表示图片缩略图,格式为 JPG,大小不超过 30k,注意在 Base64 进行 Encode 后需要将所有 \r\n 和 \r 和 \n 替换成空。
getContent() - 类 中的方法io.rong.messages.ImgTextMessage
获取消息文本内容。
getContent() - 类 中的方法io.rong.messages.LBSMessage
获取位置图片缩略图,格式为 JPG,以 Base64 进行 Encode 后需要将所有 \r\n 和 \r 和 \ 替换成空。
getContent() - 类 中的方法io.rong.messages.TxtMessage
获取消息内容。
getContent() - 类 中的方法io.rong.messages.VoiceMessage
获取表示语音内容,格式为 AMR,以 Base64 进行 Encode 后需要将所有 \r\n 和 \r 和 \n 替换成空,大小不超过 60k,duration 表示语音长度,最长为 60 秒。
getContent() - 类 中的方法io.rong.models.message.MentionMessage
 
getContent() - 类 中的方法io.rong.models.message.MentionMessageContent
 
getContent() - 类 中的方法io.rong.models.message.MessageModel
 
getContent() - 类 中的方法io.rong.models.message.TemplateMessage
 
getContent() - 类 中的方法io.rong.models.push.Message
 
getContent() - 类 中的方法io.rong.models.Templates
获取content
getContentAvailable() - 类 中的方法io.rong.models.message.DiscussionMessage
 
getContentAvailable() - 类 中的方法io.rong.models.message.GroupMessage
 
getContentAvailable() - 类 中的方法io.rong.models.message.MentionMessage
 
getContentAvailable() - 类 中的方法io.rong.models.message.PrivateMessage
 
getContentAvailable() - 类 中的方法io.rong.models.message.SystemMessage
 
getContentAvailable() - 类 中的方法io.rong.models.message.TemplateMessage
获取contentAvailable
getContentAvailable() - 类 中的方法io.rong.models.push.PlatformNotification
 
getContentAvailable() - 类 中的方法io.rong.models.Templates
获取contentAvailable
getConversationType() - 类 中的方法io.rong.messages.RcCmdMessage
 
getCount() - 类 中的方法io.rong.models.chatroom.ChatroomModel
设置count
getCount() - 类 中的方法io.rong.models.message.PrivateMessage
 
getCreateTime() - 类 中的方法io.rong.models.response.UserResult
 
getData() - 类 中的方法io.rong.messages.CmdMsgMessage
获取命令的内容
getData() - 类 中的方法io.rong.messages.CmdNtfMessage
获取命令的内容
getData() - 类 中的方法io.rong.messages.GroupNotificationMessage
 
getData() - 类 中的方法io.rong.messages.ProfileNtfMessage
获取操作的数据。
getData() - 类 中的方法io.rong.models.message.TemplateMessage.Data
 
getDate() - 类 中的方法io.rong.models.response.HistoryMessageResult
获取date
getDuration() - 类 中的方法io.rong.messages.VoiceMessage
获取持续时间。
getError() - 异常错误 中的方法io.rong.exception.RcloudException
 
getErrorCode() - 异常错误 中的方法io.rong.exception.RcloudException
 
getErrorMessage() - 类 中的方法io.rong.exception.Error
 
getErrorMessage() - 类 中的方法io.rong.models.Result
获取错误信息
getErrorMessage(String, String, String, String, String, String, String, int) - 类 中的静态方法io.rong.util.CommonUtil
获取错误信息
getExtra() - 类 中的方法io.rong.messages.ContactNtfMessage
获取为附加信息(如果开发者自己需要,可以自己在 App 端进行解析)。
getExtra() - 类 中的方法io.rong.messages.GroupNotificationMessage
 
getExtra() - 类 中的方法io.rong.messages.ImgMessage
获取为附加信息(如果开发者自己需要,可以自己在 App 端进行解析)。
getExtra() - 类 中的方法io.rong.messages.ImgTextMessage
获取附加信息(如果开发者自己需要,可以自己在 App 端进行解析)。
getExtra() - 类 中的方法io.rong.messages.InfoNtfMessage
获取附加信息(如果开发者自己需要,可以自己在 App 端进行解析)。
getExtra() - 类 中的方法io.rong.messages.LBSMessage
获取为附加信息(如果开发者自己需要,可以自己在 App 端进行解析)。
getExtra() - 类 中的方法io.rong.messages.ProfileNtfMessage
获取附加内容(如果开发者自己需要,可以自己在 App 端进行解析)。
getExtra() - 类 中的方法io.rong.messages.TxtMessage
获取附加信息(如果开发者自己需要,可以自己在 App 端进行解析)。
getExtra() - 类 中的方法io.rong.messages.UserInfo
获取 扩展信息
getExtra() - 类 中的方法io.rong.messages.VoiceMessage
获取为附加信息(如果开发者自己需要,可以自己在 App 端进行解析)。
getExtras() - 类 中的方法io.rong.models.push.PlatformNotification
 
getFirstIp(String, String, String) - 类 中的静态方法io.rong.util.BaiduHttpDNSUtil
通过 百度 HTTPDNS 获取最优的 IP 地址
getFromuserid() - 类 中的方法io.rong.models.push.BroadcastModel
 
getFromUserId() - 类 中的方法io.rong.models.Templates
获取fromUserId
getGroupId() - 类 中的方法io.rong.models.group.GroupMember
获取groupId
getGroupId() - 类 中的方法io.rong.models.response.GroupBanInfo
 
getGroupinfo() - 类 中的方法io.rong.models.group.GroupBanModel
 
getGroups() - 类 中的方法io.rong.models.group.UserGroup
 
getGroups() - 类 中的方法io.rong.models.response.GroupBanResult
 
getGroups() - 类 中的方法io.rong.models.response.GroupMuteAllMembersCheckResult
 
getGroups() - 类 中的方法io.rong.models.response.GroupMuteAllMembersListResult
 
getHttpCode() - 类 中的方法io.rong.exception.Error
 
getHttpCode() - 异常错误 中的方法io.rong.exception.RcloudException
 
getHttpURLConnection(HostType, String) - 类 中的静态方法io.rong.util.HttpUtil
 
getIcon() - 类 中的方法io.rong.messages.UserInfo
获取 发送用户显示头象
getId() - 类 中的方法io.rong.messages.UserInfo
获取 发送人用户 Id
getId() - 类 中的方法io.rong.models.BlockUsers
获取userId
getId() - 类 中的方法io.rong.models.chatroom.ChatroomMember
获取id
getId() - 类 中的方法io.rong.models.chatroom.ChatroomModel
获取chrmId
getId() - 类 中的方法io.rong.models.group.GroupMember
获取id
getId() - 类 中的方法io.rong.models.group.GroupModel
 
getId() - 类 中的方法io.rong.models.group.UserGroup
 
getId() - 类 中的方法io.rong.models.response.GagGroupUser
获取userId
getId() - 类 中的方法io.rong.models.response.GroupUser
获取id
getId() - 类 中的方法io.rong.models.response.GroupUserQueryResult
获取id
getId() - 类 中的方法io.rong.models.response.PushResult
 
getId() - 类 中的方法io.rong.models.User
获取id
getId() - 类 中的方法io.rong.models.user.UserModel
 
getImageUri() - 类 中的方法io.rong.messages.ImgMessage
获取图片 Url。
getImageUri() - 类 中的方法io.rong.messages.ImgTextMessage
获取图片地址。
getInChrm() - 类 中的方法io.rong.models.response.CheckChatRoomUserResult
 
getInstance(String, String) - 类 中的静态方法io.rong.RongCloud
 
getInstance(String, String, String) - 类 中的静态方法io.rong.RongCloud
自定义 API 地址
getInstance(String, String, String, List<String>) - 类 中的静态方法io.rong.RongCloud
自定义 api 支持备用域名
getIos() - 类 中的方法io.rong.models.push.Notification
 
getIp() - 类 中的方法io.rong.util.HostType
 
getIs_to_all() - 类 中的方法io.rong.models.push.Audience
 
getIsAdmin() - 类 中的方法io.rong.messages.RcCmdMessage
 
getIsCounted() - 类 中的方法io.rong.models.message.DiscussionMessage
 
getIsCounted() - 类 中的方法io.rong.models.message.MentionMessage
 
getIsCounted() - 类 中的方法io.rong.models.message.PrivateMessage
 
getIsCounted() - 类 中的方法io.rong.models.message.SystemMessage
 
getIsDelete() - 类 中的方法io.rong.messages.RcCmdMessage
 
getIsIncludeSender() - 类 中的方法io.rong.models.message.DiscussionMessage
 
getIsIncludeSender() - 类 中的方法io.rong.models.message.GroupMessage
 
getIsIncludeSender() - 类 中的方法io.rong.models.message.MentionMessage
 
getIsIncludeSender() - 类 中的方法io.rong.models.message.PrivateMessage
 
getIsMuted() - 类 中的方法io.rong.models.response.ConversationNotificationResult
获取Muted
getIsPersisted() - 类 中的方法io.rong.models.message.DiscussionMessage
 
getIsPersisted() - 类 中的方法io.rong.models.message.GroupMessage
 
getIsPersisted() - 类 中的方法io.rong.models.message.MentionMessage
 
getIsPersisted() - 类 中的方法io.rong.models.message.PrivateMessage
 
getIsPersisted() - 类 中的方法io.rong.models.message.SystemMessage
 
getJsonObject(String, String) - 类 中的静态方法io.rong.util.JsonUtil
获取JsonObject
getKeyword() - 类 中的方法io.rong.models.sensitiveword.SensitiveWordModel
获取敏感词
getLatitude() - 类 中的方法io.rong.messages.LBSMessage
获取纬度。
getList() - 类 中的方法io.rong.methods.chatroom.ban.Ban
查询被聊天室全局禁言用户方法
getList(String) - 类 中的方法io.rong.methods.chatroom.block.Block
查询被封禁聊天室成员方法
getList() - 类 中的方法io.rong.methods.chatroom.demotion.Demotion
获取应用内聊天室降级消息
getList(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.gag.Gag
已过时。
查询聊天室被禁言成员方法
getList() - 类 中的方法io.rong.methods.chatroom.keepalive.Keepalive
获取聊天室保活
getList(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.mute.MuteMembers
查询聊天室被禁言成员方法
getList() - 类 中的方法io.rong.methods.chatroom.whitelist.Messages
获取聊天室消息类型白名单列表
getList(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.whitelist.User
添加聊天室白名单成员方法
getList() - 类 中的方法io.rong.methods.group.ban.Ban
查询被禁言群方法
getList() - 类 中的方法io.rong.methods.group.ban.user.User
查询被全局禁言群方法
getList(String) - 类 中的方法io.rong.methods.group.ban.whitelist.User
查询禁言白名单用户列表方法
getList(String) - 类 中的方法io.rong.methods.group.gag.Gag
查询被禁言群成员方法
getList() - 类 中的方法io.rong.methods.group.mute.MuteAllMembers
查询被禁言群方法
getList(String) - 类 中的方法io.rong.methods.group.mute.MuteMembers
查询被禁言群成员方法
getList(String) - 类 中的方法io.rong.methods.group.mute.whitelist.User
查询禁言白名单用户列表方法
getList(Integer) - 类 中的方法io.rong.methods.sensitive.SensitiveWord
查询敏感词列表方法
getList() - 类 中的方法io.rong.methods.sensitive.Wordfilter
查询敏感词列表方法
getList(UserModel) - 类 中的方法io.rong.methods.user.blacklist.Blacklist
获取某用户的黑名单列表方法(每秒钟限 100 次)
getList() - 类 中的方法io.rong.methods.user.block.Block
获取被封禁用户方法(每秒钟限 100 次)
getList() - 类 中的方法io.rong.methods.user.mute.MuteChatrooms
查询被聊天室全局禁言用户方法
getList() - 类 中的方法io.rong.methods.user.mute.MuteGroups
查询被全局禁言群方法
getList(UserModel) - 类 中的方法io.rong.methods.user.whitelist.Whitelist
获取某用户的白名单列表方法(每秒钟限 100 次)
GETLIST - 类 中的静态变量io.rong.models.CheckMethod
 
getLongitude() - 类 中的方法io.rong.messages.LBSMessage
获取经度。
getMembers() - 类 中的方法io.rong.models.chatroom.ChatroomModel
获取memberIds
getMembers() - 类 中的方法io.rong.models.group.GroupModel
 
getMembers() - 类 中的方法io.rong.models.response.ChatroomUserQueryResult
获取members
getMembers() - 类 中的方法io.rong.models.response.GroupMuteMembersListResult
获取members
getMembers() - 类 中的方法io.rong.models.response.GroupUserQueryResult
获取members
getMembers() - 类 中的方法io.rong.models.response.ListBlockChatroomUserResult
获取members
getMembers() - 类 中的方法io.rong.models.response.ListGagChatroomUserResult
获取members
getMembers() - 类 中的方法io.rong.models.response.ListGagGroupUserResult
获取members
getMembers() - 类 中的方法io.rong.models.response.WhiteListResult
 
getMentionedInfo() - 类 中的方法io.rong.models.message.MentionMessageContent
 
getMessage() - 类 中的方法io.rong.messages.ContactNtfMessage
获取请求或者响应消息。
getMessage() - 类 中的方法io.rong.messages.GroupNotificationMessage
 
getMessage() - 类 中的方法io.rong.messages.InfoNtfMessage
获取提示条消息内容。
getMessage() - 类 中的方法io.rong.models.push.BroadcastModel
 
getMessageUId() - 类 中的方法io.rong.messages.RcCmdMessage
 
getMinute() - 类 中的方法io.rong.models.chatroom.ChatroomModel
获取minute
getMinute() - 类 中的方法io.rong.models.group.GroupModel
 
getMinute() - 类 中的方法io.rong.models.user.UserModel
 
getMunite() - 类 中的方法io.rong.models.chatroom.ChatroomMember
获取禁言时长
getMunite() - 类 中的方法io.rong.models.group.GroupMember
获取禁言时长
getName() - 类 中的方法io.rong.messages.CmdMsgMessage
获取命令名称,可以自行定义
getName() - 类 中的方法io.rong.messages.CmdNtfMessage
获取命令名称,可以自行定义
getName() - 类 中的方法io.rong.messages.UserInfo
获取 发送用户显示名称
getName() - 类 中的方法io.rong.models.chatroom.ChatroomModel
获取name
getName() - 类 中的方法io.rong.models.group.GroupModel
 
getName() - 类 中的方法io.rong.models.User
 
getName() - 类 中的方法io.rong.models.user.UserModel
 
getName() - 枚举 中的方法io.rong.util.CodeUtil.ConversationType
 
getNotification() - 类 中的方法io.rong.models.push.BroadcastPushPublicPart
 
getObjectName() - 类 中的方法io.rong.models.message.MentionMessage
 
getObjectName() - 类 中的方法io.rong.models.message.MessageModel
 
getObjectName() - 类 中的方法io.rong.models.message.TemplateMessage
获取objectName
getObjectName() - 类 中的方法io.rong.models.push.Message
 
getObjectName() - 类 中的方法io.rong.models.Templates
获取objectName
getObjectNames() - 类 中的方法io.rong.models.response.ChatroomDemotionMsgResult
 
getObjectNames() - 类 中的方法io.rong.models.response.ChatroomWhitelistMsgResult
 
getOperation() - 类 中的方法io.rong.messages.ContactNtfMessage
获取操作名。
getOperation() - 类 中的方法io.rong.messages.GroupNotificationMessage
 
getOperation() - 类 中的方法io.rong.messages.ProfileNtfMessage
获取为资料通知操作,可以自行定义。
getOperatorUserId() - 类 中的方法io.rong.messages.GroupNotificationMessage
 
getOrder() - 类 中的方法io.rong.models.chatroom.ChatroomModel
设置order
getOs() - 类 中的方法io.rong.models.message.BroadcastMessage
 
getPackageName() - 类 中的方法io.rong.models.push.Audience
 
getPlatform() - 类 中的方法io.rong.models.push.BroadcastPushPublicPart
 
getPoi() - 类 中的方法io.rong.messages.LBSMessage
获取位置信息。
getPortrait() - 类 中的方法io.rong.models.user.UserModel
 
getPortraitUri() - 类 中的方法io.rong.models.User
 
getPush() - 类 中的方法io.rong.models.message.TemplateMessage.Data
 
getPushContent() - 类 中的方法io.rong.models.message.MentionedInfo
 
getPushContent() - 类 中的方法io.rong.models.message.MentionMessage
 
getPushContent() - 类 中的方法io.rong.models.message.MessageModel
 
getPushContent() - 类 中的方法io.rong.models.Templates
获取pushContent
getPushData() - 类 中的方法io.rong.models.message.MentionMessage
 
getPushData() - 类 中的方法io.rong.models.message.MessageModel
 
getPushData() - 类 中的方法io.rong.models.message.TemplateMessage
获取pushData
getPushData() - 类 中的方法io.rong.models.Templates
获取pushData
getReadTimeout() - 类 中的方法io.rong.util.HostType
 
getReplace() - 类 中的方法io.rong.models.sensitiveword.SensitiveWordModel
获取replace
getResponseByCode(String, String, String) - 类 中的静态方法io.rong.util.CommonUtil
获取response信息
getResult() - 类 中的方法io.rong.models.response.GetTagResult
 
getResultCode() - 枚举 中的方法io.rong.util.CodeUtil.ErrorType
 
getResultCode() - 枚举 中的方法io.rong.util.CodeUtil.ServiceType
 
getRichMediaUri() - 类 中的方法io.rong.models.push.PlatformNotification
 
getRongCloud() - 类 中的方法io.rong.methods.chatroom.ban.Ban
 
getRongCloud() - 类 中的方法io.rong.methods.chatroom.block.Block
 
getRongCloud() - 类 中的方法io.rong.methods.chatroom.Chatroom
 
getRongCloud() - 类 中的方法io.rong.methods.chatroom.demotion.Demotion
 
getRongCloud() - 类 中的方法io.rong.methods.chatroom.distribute.Distribute
 
getRongCloud() - 类 中的方法io.rong.methods.chatroom.gag.Gag
已过时。
 
getRongCloud() - 类 中的方法io.rong.methods.chatroom.keepalive.Keepalive
 
getRongCloud() - 类 中的方法io.rong.methods.chatroom.mute.MuteMembers
 
getRongCloud() - 类 中的方法io.rong.methods.chatroom.whitelist.Messages
 
getRongCloud() - 类 中的方法io.rong.methods.chatroom.whitelist.User
 
getRongCloud() - 类 中的方法io.rong.methods.chatroom.whitelist.Whitelist
 
getRongCloud() - 类 中的方法io.rong.methods.conversation.Conversation
 
getRongCloud() - 类 中的方法io.rong.methods.group.ban.Ban
 
getRongCloud() - 类 中的方法io.rong.methods.group.ban.user.User
 
getRongCloud() - 类 中的方法io.rong.methods.group.ban.whitelist.User
 
getRongCloud() - 类 中的方法io.rong.methods.group.ban.whitelist.Whitelist
 
getRongCloud() - 类 中的方法io.rong.methods.group.gag.Gag
 
getRongCloud() - 类 中的方法io.rong.methods.group.Group
 
getRongCloud() - 类 中的方法io.rong.methods.group.mute.MuteAllMembers
 
getRongCloud() - 类 中的方法io.rong.methods.group.mute.MuteMembers
 
getRongCloud() - 类 中的方法io.rong.methods.group.mute.whitelist.MuteWhiteList
 
getRongCloud() - 类 中的方法io.rong.methods.group.mute.whitelist.User
 
getRongCloud() - 类 中的方法io.rong.methods.message._private.Private
 
getRongCloud() - 类 中的方法io.rong.methods.message.chatroom.Chatroom
 
getRongCloud() - 类 中的方法io.rong.methods.message.discussion.Discussion
 
getRongCloud() - 类 中的方法io.rong.methods.message.group.Group
 
getRongCloud() - 类 中的方法io.rong.methods.message.history.History
 
getRongCloud() - 类 中的方法io.rong.methods.message.Message
 
getRongCloud() - 类 中的方法io.rong.methods.message.system.MsgSystem
 
getRongCloud() - 类 中的方法io.rong.methods.push.Push
 
getRongCloud() - 类 中的方法io.rong.methods.sensitive.SensitiveWord
 
getRongCloud() - 类 中的方法io.rong.methods.sensitive.Wordfilter
 
getRongCloud() - 类 中的方法io.rong.methods.user.blacklist.Blacklist
 
getRongCloud() - 类 中的方法io.rong.methods.user.block.Block
 
getRongCloud() - 类 中的方法io.rong.methods.user.mute.MuteChatrooms
 
getRongCloud() - 类 中的方法io.rong.methods.user.mute.MuteGroups
 
getRongCloud() - 类 中的方法io.rong.methods.user.onlinestatus.OnlineStatus
 
getRongCloud() - 类 中的方法io.rong.methods.user.tag.Tag
 
getRongCloud() - 类 中的方法io.rong.methods.user.User
 
getRongCloud() - 类 中的方法io.rong.methods.user.whitelist.Whitelist
 
getSDKVersion() - 类 中的静态方法io.rong.util.CommonUtil
 
getSenderId() - 类 中的方法io.rong.models.message.MentionMessage
 
getSenderId() - 类 中的方法io.rong.models.message.MessageModel
 
getSenderId() - 类 中的方法io.rong.models.message.RecallMessage
 
getSenderId() - 类 中的方法io.rong.models.message.TemplateMessage
获取senderId
getSentTime() - 类 中的方法io.rong.models.message.RecallMessage
 
getSessionId() - 类 中的方法io.rong.models.response.SMSSendCodeResult
获取sessionId
getSmsHostType() - 类 中的方法io.rong.RongCloud
 
getSourceUserId() - 类 中的方法io.rong.messages.ContactNtfMessage
获取请求者或者响应者的 UserId。
getStat() - 类 中的方法io.rong.models.response.GroupBanInfo
 
getStatus() - 类 中的方法io.rong.models.group.GroupModel
 
getStatus() - 类 中的方法io.rong.models.response.CheckOnlineResult
获取status
getStrType() - 类 中的方法io.rong.util.HostType
 
getSuccess() - 类 中的方法io.rong.models.response.SMSVerifyCodeResult
获取success
getTag() - 类 中的方法io.rong.models.push.Audience
 
getTag_or() - 类 中的方法io.rong.models.push.Audience
 
GetTagModel - io.rong.models.user中的类
批量用户标签信息
GetTagModel() - 类 的构造器io.rong.models.user.GetTagModel
 
GetTagResult - io.rong.models.response中的类
getTag 返回结果
GetTagResult() - 类 的构造器io.rong.models.response.GetTagResult
 
getTags() - 类 中的方法io.rong.models.user.BatchTagModel
 
getTags() - 类 中的方法io.rong.models.user.TagModel
 
getTargetId() - 类 中的方法io.rong.models.conversation.ConversationModel
 
getTargetId() - 类 中的方法io.rong.models.message.ChatroomMessage
获取接受聊天室Id
getTargetId() - 类 中的方法io.rong.models.message.DiscussionMessage
获取接受聊天室Id
getTargetId() - 类 中的方法io.rong.models.message.GroupMessage
获取接收群组Id
getTargetId() - 类 中的方法io.rong.models.message.MentionMessage
 
getTargetId() - 类 中的方法io.rong.models.message.MessageModel
 
getTargetId() - 类 中的方法io.rong.models.message.PrivateMessage
获取接受用户id
getTargetId() - 类 中的方法io.rong.models.message.RecallMessage
 
getTargetId() - 类 中的方法io.rong.models.message.SystemMessage
获取接受聊天室Id
getTargetUserId() - 类 中的方法io.rong.messages.ContactNtfMessage
获取被请求者或者被响应者的 UserId。
getTemplate() - 类 中的方法io.rong.models.message.TemplateMessage
获取template
getTime() - 类 中的方法io.rong.models.chatroom.ChatroomMember
获取time
getTime() - 类 中的方法io.rong.models.chatroom.ChatroomModel
获取time
getTime() - 类 中的方法io.rong.models.response.BlockChatRoomUser
获取time
getTime() - 类 中的方法io.rong.models.response.GagChatRoomUser
获取time
getTime() - 类 中的方法io.rong.models.response.GagGroupUser
获取time
getTitle() - 类 中的方法io.rong.messages.ImgTextMessage
获取消息标题。
getTitle() - 类 中的方法io.rong.models.push.PlatformNotification
 
getToken() - 类 中的方法io.rong.models.response.TokenResult
获取token
getTotal() - 类 中的方法io.rong.models.response.ChatroomUserQueryResult
获取total
getToUserId() - 类 中的方法io.rong.models.message.GroupMessage
 
getToUserId() - 类 中的方法io.rong.models.Templates
获取toUserId
getType() - 类 中的方法io.rong.messages.BaseMessage
 
getType() - 类 中的方法io.rong.messages.CmdMsgMessage
 
getType() - 类 中的方法io.rong.messages.CmdNtfMessage
 
getType() - 类 中的方法io.rong.messages.ContactNtfMessage
 
getType() - 类 中的方法io.rong.messages.CustomTxtMessage
 
getType() - 类 中的方法io.rong.messages.GroupNotificationMessage
 
getType() - 类 中的方法io.rong.messages.ImgMessage
 
getType() - 类 中的方法io.rong.messages.ImgTextMessage
 
getType() - 类 中的方法io.rong.messages.InfoNtfMessage
 
getType() - 类 中的方法io.rong.messages.LBSMessage
 
getType() - 类 中的方法io.rong.messages.ProfileNtfMessage
 
getType() - 类 中的方法io.rong.messages.RcCmdMessage
 
getType() - 类 中的方法io.rong.messages.TxtMessage
 
getType() - 类 中的方法io.rong.messages.VoiceMessage
 
getType() - 类 中的方法io.rong.models.conversation.ConversationModel
 
getType() - 类 中的方法io.rong.models.message.MentionedInfo
 
getType() - 类 中的方法io.rong.models.sensitiveword.SensitiveWordModel
获取type
getUId() - 类 中的方法io.rong.models.message.RecallMessage
 
getUrl() - 类 中的方法io.rong.exception.Error
 
getUrl() - 类 中的方法io.rong.messages.ImgTextMessage
获取 url 跳转地址。
getUrl() - 类 中的方法io.rong.models.response.HistoryMessageResult
获取url
getUrl() - 类 中的方法io.rong.models.response.SMSImageCodeResult
获取url
getUser() - 类 中的方法io.rong.messages.ImgMessage
获取消息中携带的用户信息(IMKit SDK 会话界面中优先显示消息中携带的用户信息)。
getUser() - 类 中的方法io.rong.messages.ImgTextMessage
获取消息中携带的用户信息(IMKit SDK 会话界面中优先显示消息中携带的用户信息)。
getUser() - 类 中的方法io.rong.messages.LBSMessage
获取消息中携带的用户信息(IMKit SDK 会话界面中优先显示消息中携带的用户信息)。
getUser() - 类 中的方法io.rong.messages.TxtMessage
获取消息中携带的用户信息(IMKit SDK 会话界面中优先显示消息中携带的用户信息)。
getUser() - 类 中的方法io.rong.messages.VoiceMessage
获取消息中携带的用户信息(IMKit SDK 会话界面中优先显示消息中携带的用户信息)。
getUserId() - 类 中的方法io.rong.models.conversation.ConversationModel
 
getUserid() - 类 中的方法io.rong.models.push.Audience
 
getUserId() - 类 中的方法io.rong.models.response.BlockChatRoomUser
获取userId
getUserId() - 类 中的方法io.rong.models.response.GagChatRoomUser
获取userId
getUserId() - 类 中的方法io.rong.models.response.TokenResult
获取userId
getUserId() - 类 中的方法io.rong.models.user.TagModel
 
getUserIds() - 类 中的方法io.rong.models.message.MentionedInfo
 
getUserIds() - 类 中的方法io.rong.models.response.GroupBanWhitelistResult
 
getUserIds() - 类 中的方法io.rong.models.response.GroupMuteWhitelistResult
 
getUserIds() - 类 中的方法io.rong.models.user.BatchTagModel
 
getUserIds() - 类 中的方法io.rong.models.user.GetTagModel
 
getUserName() - 类 中的方法io.rong.models.response.UserResult
 
getUserPortrait() - 类 中的方法io.rong.models.response.UserResult
 
getUsers() - 类 中的方法io.rong.models.response.BlackListResult
获取users
getUsers() - 类 中的方法io.rong.models.response.BlockUserResult
获取users
getUsers() - 类 中的方法io.rong.models.response.PWhiteListResult
获取users
getUsers() - 类 中的方法io.rong.models.response.UserList
 
getUTF8() - 类 中的静态方法io.rong.methods.group.mute.whitelist.MuteWhiteList
 
getValues() - 类 中的方法io.rong.models.Templates
获取values
getVerifyBlacklist() - 类 中的方法io.rong.models.message.PrivateMessage
 
getVerifyBlacklist() - 类 中的方法io.rong.models.message.TemplateMessage
获取verifyBlacklist
getVerifyBlacklist() - 类 中的方法io.rong.models.Templates
获取verifyBlacklist
getVerifyId() - 类 中的方法io.rong.models.response.SMSImageCodeResult
获取verifyId
getWhitelist() - 类 中的方法io.rong.models.user.UserModel
 
getWords() - 类 中的方法io.rong.models.response.ListWordfilterResult
获取words
Group - io.rong.methods.group中的类
群组服务 http://www.rongcloud.cn/docs/server.html#group
Group(String, String, RongCloud) - 类 的构造器io.rong.methods.group.Group
 
Group - io.rong.methods.message.group中的类
发送群组消息方法 docs : http://www.rongcloud.cn/docs/server.html#message_group_publish
Group(String, String) - 类 的构造器io.rong.methods.message.group.Group
 
group - 类 中的变量io.rong.methods.message.Message
 
group - 类 中的变量io.rong.RongCloud
 
GROUP - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
GroupBanInfo - io.rong.models.response中的类
 
GroupBanInfo() - 类 的构造器io.rong.models.response.GroupBanInfo
 
GroupBanModel - io.rong.models.group中的类
 
GroupBanModel() - 类 的构造器io.rong.models.group.GroupBanModel
 
GroupBanResult - io.rong.models.response中的类
 
GroupBanResult(Integer, String, GroupModel[]) - 类 的构造器io.rong.models.response.GroupBanResult
 
GroupBanWhitelistResult - io.rong.models.response中的类
 
GroupBanWhitelistResult() - 类 的构造器io.rong.models.response.GroupBanWhitelistResult
 
GroupExample - io.rong.example.group中的类
群组服务示例
GroupExample() - 类 的构造器io.rong.example.group.GroupExample
 
groupId - 类 中的变量io.rong.models.group.GroupMember
群组ID
GroupMember - io.rong.models.group中的类
 
GroupMember() - 类 的构造器io.rong.models.group.GroupMember
 
GroupMember(String, String, Integer) - 类 的构造器io.rong.models.group.GroupMember
 
GroupMessage - io.rong.models.message中的类
群组消息体
GroupMessage() - 类 的构造器io.rong.models.message.GroupMessage
 
GroupMessage(String, String[], String, BaseMessage, String, String, Integer, Integer, Integer, Integer) - 类 的构造器io.rong.models.message.GroupMessage
 
GroupMessage(String, String[], String[], String, BaseMessage, String, String, Integer, Integer, Integer, Integer) - 类 的构造器io.rong.models.message.GroupMessage
 
GroupModel - io.rong.models.group中的类
群组数据模型
GroupModel() - 类 的构造器io.rong.models.group.GroupModel
 
GroupModel(String, GroupMember[], String, Integer) - 类 的构造器io.rong.models.group.GroupModel
构造方法
GroupModel(String, Integer) - 类 的构造器io.rong.models.group.GroupModel
 
GroupMuteAllMembersCheckResult - io.rong.models.response中的类
 
GroupMuteAllMembersCheckResult(Integer, String, GroupModel[]) - 类 的构造器io.rong.models.response.GroupMuteAllMembersCheckResult
 
GroupMuteAllMembersListResult - io.rong.models.response中的类
 
GroupMuteAllMembersListResult(Integer, String, GroupModel[]) - 类 的构造器io.rong.models.response.GroupMuteAllMembersListResult
 
GroupMuteMembersListResult - io.rong.models.response中的类
 
GroupMuteMembersListResult(Integer, String, List<GagGroupUser>) - 类 的构造器io.rong.models.response.GroupMuteMembersListResult
 
GroupMuteMembersListResult(List<GagGroupUser>) - 类 的构造器io.rong.models.response.GroupMuteMembersListResult
 
GroupMuteWhitelistResult - io.rong.models.response中的类
 
GroupMuteWhitelistResult() - 类 的构造器io.rong.models.response.GroupMuteWhitelistResult
 
GroupNotificationMessage - io.rong.messages中的类
群组通知消息
GroupNotificationMessage(String, String, Map<String, Object>, String, String) - 类 的构造器io.rong.messages.GroupNotificationMessage
 
GroupUser - io.rong.models.response中的类
群组用户信息。
GroupUser(String) - 类 的构造器io.rong.models.response.GroupUser
 
GroupUserQueryResult - io.rong.models.response中的类
groupUserQuery返回结果
GroupUserQueryResult(Integer, String, String, List<GroupUser>) - 类 的构造器io.rong.models.response.GroupUserQueryResult
 
GroupUserQueryResult(String, List<GroupUser>) - 类 的构造器io.rong.models.response.GroupUserQueryResult
 
GsonUtil - io.rong.util中的类
 
GsonUtil() - 类 的构造器io.rong.util.GsonUtil
 

H

hasError() - 类 中的方法io.rong.exception.Error
 
hexSHA1(String) - 类 中的静态方法io.rong.util.CodeUtil
 
History - io.rong.methods.message.history中的类
消息历史记录服务 docs : http://www.rongcloud.cn/docs/server.html#history_message
History(String, String) - 类 的构造器io.rong.methods.message.history.History
 
history - 类 中的变量io.rong.methods.message.Message
 
HistoryMessageResult - io.rong.models.response中的类
historyMessage返回结果
HistoryMessageResult(Integer, String, String, String) - 类 的构造器io.rong.models.response.HistoryMessageResult
 
HostType - io.rong.util中的类
 
HostType(String) - 类 的构造器io.rong.util.HostType
 
httpCode - 类 中的变量io.rong.exception.Error
 
HttpUtil - io.rong.util中的类
http 公共服务
HttpUtil() - 类 的构造器io.rong.util.HttpUtil
 

I

id - 类 中的变量io.rong.models.chatroom.ChatroomMember
聊天室用户Id。
id - 类 中的变量io.rong.models.group.GroupMember
群组成员Id。
id - 类 中的变量io.rong.models.User
userId:用户 Id,最大长度 64 字节.是用户在 App 中的唯一标识码, 必须保证在同一个 App 内不重复,重复的用户 Id 将被当作是同一用户。
id - 类 中的变量io.rong.models.user.UserModel
用户 Id,最大长度 64 字节.是用户在 App 中的唯一标识码, 必须保证在同一个 App 内不重复,重复的用户 Id 将被当作是同一用户。
ImgMessage - io.rong.messages中的类
图片消息。
ImgMessage(String, String, String) - 类 的构造器io.rong.messages.ImgMessage
 
ImgMessage(String, String, String, UserInfo) - 类 的构造器io.rong.messages.ImgMessage
 
ImgTextMessage - io.rong.messages中的类
图文消息。
ImgTextMessage(String, String, String, String, String) - 类 的构造器io.rong.messages.ImgTextMessage
 
ImgTextMessage(String, String, String, String, String, UserInfo) - 类 的构造器io.rong.messages.ImgTextMessage
 
InfoNtfMessage - io.rong.messages中的类
提示条(小灰条)通知消息。
InfoNtfMessage(String, String) - 类 的构造器io.rong.messages.InfoNtfMessage
 
invite(GroupModel) - 类 中的方法io.rong.methods.group.Group
邀请用户加入指定群组,加入后可以接收该群消息,同一用户最多可加入 500 个群,每个群最大至 3000 人。
INVITE - 类 中的静态变量io.rong.models.CheckMethod
 
io.rong - 程序包 io.rong
 
io.rong.example.chatroom - 程序包 io.rong.example.chatroom
 
io.rong.example.chatroom.mute - 程序包 io.rong.example.chatroom.mute
 
io.rong.example.chatroom.whitelist - 程序包 io.rong.example.chatroom.whitelist
 
io.rong.example.conversation - 程序包 io.rong.example.conversation
 
io.rong.example.group - 程序包 io.rong.example.group
 
io.rong.example.group.ban - 程序包 io.rong.example.group.ban
 
io.rong.example.group.ban.user - 程序包 io.rong.example.group.ban.user
 
io.rong.example.group.ban.whitelist - 程序包 io.rong.example.group.ban.whitelist
 
io.rong.example.group.mute - 程序包 io.rong.example.group.mute
 
io.rong.example.message - 程序包 io.rong.example.message
 
io.rong.example.push - 程序包 io.rong.example.push
 
io.rong.example.sensitive - 程序包 io.rong.example.sensitive
 
io.rong.example.user - 程序包 io.rong.example.user
 
io.rong.exception - 程序包 io.rong.exception
 
io.rong.messages - 程序包 io.rong.messages
 
io.rong.methods.chatroom - 程序包 io.rong.methods.chatroom
 
io.rong.methods.chatroom.ban - 程序包 io.rong.methods.chatroom.ban
 
io.rong.methods.chatroom.block - 程序包 io.rong.methods.chatroom.block
 
io.rong.methods.chatroom.demotion - 程序包 io.rong.methods.chatroom.demotion
 
io.rong.methods.chatroom.distribute - 程序包 io.rong.methods.chatroom.distribute
 
io.rong.methods.chatroom.gag - 程序包 io.rong.methods.chatroom.gag
 
io.rong.methods.chatroom.keepalive - 程序包 io.rong.methods.chatroom.keepalive
 
io.rong.methods.chatroom.mute - 程序包 io.rong.methods.chatroom.mute
 
io.rong.methods.chatroom.whitelist - 程序包 io.rong.methods.chatroom.whitelist
 
io.rong.methods.conversation - 程序包 io.rong.methods.conversation
 
io.rong.methods.group - 程序包 io.rong.methods.group
 
io.rong.methods.group.ban - 程序包 io.rong.methods.group.ban
 
io.rong.methods.group.ban.user - 程序包 io.rong.methods.group.ban.user
 
io.rong.methods.group.ban.whitelist - 程序包 io.rong.methods.group.ban.whitelist
 
io.rong.methods.group.gag - 程序包 io.rong.methods.group.gag
 
io.rong.methods.group.mute - 程序包 io.rong.methods.group.mute
 
io.rong.methods.group.mute.whitelist - 程序包 io.rong.methods.group.mute.whitelist
 
io.rong.methods.message - 程序包 io.rong.methods.message
 
io.rong.methods.message._private - 程序包 io.rong.methods.message._private
 
io.rong.methods.message.chatroom - 程序包 io.rong.methods.message.chatroom
 
io.rong.methods.message.discussion - 程序包 io.rong.methods.message.discussion
 
io.rong.methods.message.group - 程序包 io.rong.methods.message.group
 
io.rong.methods.message.history - 程序包 io.rong.methods.message.history
 
io.rong.methods.message.system - 程序包 io.rong.methods.message.system
 
io.rong.methods.push - 程序包 io.rong.methods.push
 
io.rong.methods.sensitive - 程序包 io.rong.methods.sensitive
 
io.rong.methods.user - 程序包 io.rong.methods.user
 
io.rong.methods.user.blacklist - 程序包 io.rong.methods.user.blacklist
 
io.rong.methods.user.block - 程序包 io.rong.methods.user.block
 
io.rong.methods.user.mute - 程序包 io.rong.methods.user.mute
 
io.rong.methods.user.onlinestatus - 程序包 io.rong.methods.user.onlinestatus
 
io.rong.methods.user.tag - 程序包 io.rong.methods.user.tag
 
io.rong.methods.user.whitelist - 程序包 io.rong.methods.user.whitelist
 
io.rong.models - 程序包 io.rong.models
 
io.rong.models.chatroom - 程序包 io.rong.models.chatroom
 
io.rong.models.conversation - 程序包 io.rong.models.conversation
 
io.rong.models.group - 程序包 io.rong.models.group
 
io.rong.models.message - 程序包 io.rong.models.message
 
io.rong.models.push - 程序包 io.rong.models.push
 
io.rong.models.response - 程序包 io.rong.models.response
 
io.rong.models.sensitiveword - 程序包 io.rong.models.sensitiveword
 
io.rong.models.user - 程序包 io.rong.models.user
 
io.rong.util - 程序包 io.rong.util
 
isCounted - 类 中的变量io.rong.models.message.DiscussionMessage
当前版本有新的自定义消息,而老版本没有该自定义消息时,老版本客户端收到消息后是否进行未读消息计数, 0 表示为不计数、 1 表示为计数,默认为 1 计数,未读消息数增加 1。
isCounted - 类 中的变量io.rong.models.message.MentionMessage
 
isCounted - 类 中的变量io.rong.models.message.PrivateMessage
当前版本有新的自定义消息,而老版本没有该自定义消息时,老版本客户端收到消息后是否进行未读消息计数, 0 表示为不计数、 1 表示为计数,默认为 1 计数,未读消息数增加 1。
isExist(ChatroomMember) - 类 中的方法io.rong.methods.chatroom.Chatroom
查询用户是否存在聊天室
ISEXIST - 类 中的静态变量io.rong.models.CheckMethod
 
isInChrm - 类 中的变量io.rong.models.response.CheckChatRoomUserResult
 
isIncludeSender - 类 中的变量io.rong.models.message.GroupMessage
发送者自己是否接收此条消息, 0: 不接收, 1: 接收, 默认: 0
isIncludeSender - 类 中的变量io.rong.models.message.MentionMessage
 
isIncludeSender - 类 中的变量io.rong.models.message.PrivateMessage
发送用户自已是否接收消息,0 表示为不接收,1 表示为接收,默认为 0 不接收。
isPersisted - 类 中的变量io.rong.models.message.DiscussionMessage
针对 iOS 平台,Push 时用来控制未读消息显示数,只有在 toUserId 为一个用户 Id 的时候有效。
isPersisted - 类 中的变量io.rong.models.message.GroupMessage
针对 iOS 平台,Push 时用来控制未读消息显示数,只有在 toUserId 为一个用户 Id 的时候有效。
isPersisted - 类 中的变量io.rong.models.message.MentionMessage
 
isPersisted - 类 中的变量io.rong.models.message.PrivateMessage
针对 iOS 平台,Push 时用来控制未读消息显示数,只有在 toUserId 为一个用户 Id 的时候有效。

J

join(GroupModel) - 类 中的方法io.rong.methods.group.Group
将用户加入指定群组,用户将可以收到该群的消息,同一用户最多可加入 500 个群,每个群最大至 3000 人。
JOIN - 类 中的静态变量io.rong.models.CheckMethod
 
JsonUtil - io.rong.util中的类
Json公共服务
JsonUtil() - 类 的构造器io.rong.util.JsonUtil
 

K

keepalive - 类 中的变量io.rong.methods.chatroom.Chatroom
 
Keepalive - io.rong.methods.chatroom.keepalive中的类
聊天室保活服务 docs: "http://www.rongcloud.cn/docs/server.html#chatroom_keepalive"
Keepalive(String, String) - 类 的构造器io.rong.methods.chatroom.keepalive.Keepalive
 
KeepaliveExample - io.rong.example.chatroom中的类
聊天时保活示例
KeepaliveExample() - 类 的构造器io.rong.example.chatroom.KeepaliveExample
 
KICK - 类 中的静态变量io.rong.models.CheckMethod
 

L

LBSMessage - io.rong.messages中的类
位置消息。
LBSMessage(String, String, double, double, String) - 类 的构造器io.rong.messages.LBSMessage
 
LBSMessage(String, String, double, double, String, UserInfo) - 类 的构造器io.rong.messages.LBSMessage
 
ListBlockChatroomUserResult - io.rong.models.response中的类
listBlockChatroomUser返回结果
ListBlockChatroomUserResult(Integer, String, List<ChatroomMember>) - 类 的构造器io.rong.models.response.ListBlockChatroomUserResult
 
ListBlockChatroomUserResult(List<ChatroomMember>) - 类 的构造器io.rong.models.response.ListBlockChatroomUserResult
 
ListGagChatroomUserResult - io.rong.models.response中的类
聊天室禁言返回结果
ListGagChatroomUserResult(Integer, String, List<ChatroomMember>) - 类 的构造器io.rong.models.response.ListGagChatroomUserResult
 
ListGagChatroomUserResult(List<ChatroomMember>) - 类 的构造器io.rong.models.response.ListGagChatroomUserResult
 
ListGagGroupUserResult - io.rong.models.response中的类
lisitGagGroupUser 返回结果
ListGagGroupUserResult(Integer, String, List<GagGroupUser>) - 类 的构造器io.rong.models.response.ListGagGroupUserResult
 
ListGagGroupUserResult(List<GagGroupUser>) - 类 的构造器io.rong.models.response.ListGagGroupUserResult
 
ListWordfilterResult - io.rong.models.response中的类
listWordfilter返回结果
ListWordfilterResult(Integer, List<SensitiveWordModel>, String) - 类 的构造器io.rong.models.response.ListWordfilterResult
 
loadResourceFromJarURL(String, String, String) - 类 中的静态方法io.rong.util.JsonUtil
读取Jar文件中的资源

M

main(String[]) - 类 中的静态方法io.rong.example.chatroom.BanExample
 
main(String[]) - 类 中的静态方法io.rong.example.chatroom.BlockExample
 
main(String[]) - 类 中的静态方法io.rong.example.chatroom.ChatroomExample
 
main(String[]) - 类 中的静态方法io.rong.example.chatroom.DemotionExample
 
main(String[]) - 类 中的静态方法io.rong.example.chatroom.DistributeExample
 
main(String[]) - 类 中的静态方法io.rong.example.chatroom.GagExample
 
main(String[]) - 类 中的静态方法io.rong.example.chatroom.KeepaliveExample
 
main(String[]) - 类 中的静态方法io.rong.example.chatroom.mute.MuteMembersExample
 
main(String[]) - 类 中的静态方法io.rong.example.chatroom.whitelist.MessageExample
 
main(String[]) - 类 中的静态方法io.rong.example.chatroom.whitelist.UserExample
 
main(String[]) - 类 中的静态方法io.rong.example.conversation.ConversationExample
 
main(String[]) - 类 中的静态方法io.rong.example.group.ban.BanExample
本地调用测试
main(String[]) - 类 中的静态方法io.rong.example.group.ban.user.UserExample
本地调用测试
main(String[]) - 类 中的静态方法io.rong.example.group.ban.whitelist.WhitelistExample
本地调用测试
main(String[]) - 类 中的静态方法io.rong.example.group.GagExample
本地调用测试
main(String[]) - 类 中的静态方法io.rong.example.group.GroupExample
本地调用测试
main(String[]) - 类 中的静态方法io.rong.example.group.mute.MuteAllMembersExample
本地调用测试
main(String[]) - 类 中的静态方法io.rong.example.group.mute.MuteMembersExample
本地调用测试
main(String[]) - 类 中的静态方法io.rong.example.group.mute.MuteWhitelistExample
本地调用测试
main(String[]) - 类 中的静态方法io.rong.example.message.MessageExample
 
main(String[]) - 类 中的静态方法io.rong.example.push.PushExample
 
main(String[]) - 类 中的静态方法io.rong.example.sensitive.SensitiveExample
 
main(String[]) - 类 中的静态方法io.rong.example.user.BlackListExample
 
main(String[]) - 类 中的静态方法io.rong.example.user.BlockExample
 
main(String[]) - 类 中的静态方法io.rong.example.user.MuteChatroomsExample
 
main(String[]) - 类 中的静态方法io.rong.example.user.MuteGroupsExample
本地调用测试
main(String[]) - 类 中的静态方法io.rong.example.user.TagExample
 
main(String[]) - 类 中的静态方法io.rong.example.user.UserExample
 
main(String[]) - 类 中的静态方法io.rong.util.JsonUtil
 
MentionedInfo - io.rong.models.message中的类
 
MentionedInfo(int, String[], String) - 类 的构造器io.rong.models.message.MentionedInfo
 
MentionMessage - io.rong.models.message中的类
 
MentionMessage() - 类 的构造器io.rong.models.message.MentionMessage
 
MentionMessage(String, String[], String, MentionMessageContent, String, String, Integer, Integer, Integer, Integer) - 类 的构造器io.rong.models.message.MentionMessage
 
MentionMessageContent - io.rong.models.message中的类
 
MentionMessageContent(BaseMessage, MentionedInfo) - 类 的构造器io.rong.models.message.MentionMessageContent
 
message - 类 中的变量io.rong.methods.chatroom.whitelist.Whitelist
 
Message - io.rong.methods.message中的类
 
Message(String, String) - 类 的构造器io.rong.methods.message.Message
 
message(BroadcastModel) - 类 中的方法io.rong.methods.push.Push
广播
Message - io.rong.models.push中的类
发送消息内容(必传)
Message() - 类 的构造器io.rong.models.push.Message
 
message - 类 中的变量io.rong.RongCloud
 
MESSAGE - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
MessageExample - io.rong.example.chatroom.whitelist中的类
 
MessageExample() - 类 的构造器io.rong.example.chatroom.whitelist.MessageExample
 
MessageExample - io.rong.example.message中的类
消息发送示例
MessageExample() - 类 的构造器io.rong.example.message.MessageExample
 
MessageModel - io.rong.models.message中的类
发送消息的消息体
MessageModel() - 类 的构造器io.rong.models.message.MessageModel
 
MessageModel(String, String[], String, BaseMessage, String, String) - 类 的构造器io.rong.models.message.MessageModel
 
Messages - io.rong.methods.chatroom.whitelist中的类
聊天室消息白名单服务 docs: "http://www.rongcloud.cn/docs/server.html#chatroom_whitelist"
Messages(String, String) - 类 的构造器io.rong.methods.chatroom.whitelist.Messages
 
msgPrivate - 类 中的变量io.rong.methods.message.Message
 
MsgSystem - io.rong.methods.message.system中的类
发送系统消息方法 docs : http://www.rongcloud.cn/docs/server.html#message_system_publish
MsgSystem(String, String) - 类 的构造器io.rong.methods.message.system.MsgSystem
 
munite - 类 中的变量io.rong.models.chatroom.ChatroomMember
 
munite - 类 中的变量io.rong.models.group.GroupMember
禁言时间
mute(ConversationModel) - 类 中的方法io.rong.methods.conversation.Conversation
设置用户某会话接收新消息时是否进行消息提醒。
MUTE - 类 中的静态变量io.rong.models.CheckMethod
 
muteAllMembers - 类 中的变量io.rong.methods.group.Group
 
MuteAllMembers - io.rong.methods.group.mute中的类
群组禁言服务 设置某一群组全部成员禁言,如果在群组全部成员禁言状态下,需要某些用户可以发言时,可将此用户加入到群禁言用户白名单中。
MuteAllMembers(String, String, RongCloud) - 类 的构造器io.rong.methods.group.mute.MuteAllMembers
 
MuteAllMembersExample - io.rong.example.group.mute中的类
群组禁言例子
MuteAllMembersExample() - 类 的构造器io.rong.example.group.mute.MuteAllMembersExample
 
MuteChatrooms - io.rong.methods.user.mute中的类
聊天室全局禁言服务 docs:http://www.rongcloud.cn/docs/server.html#chatroom_user_ban
MuteChatrooms(String, String, RongCloud) - 类 的构造器io.rong.methods.user.mute.MuteChatrooms
 
muteChatrooms - 类 中的变量io.rong.methods.user.User
 
MuteChatroomsExample - io.rong.example.user中的类
聊天室全局
MuteChatroomsExample() - 类 的构造器io.rong.example.user.MuteChatroomsExample
 
MuteGroups - io.rong.methods.user.mute中的类
群组禁言服务 群成员禁言 groupId 不加即为全局禁言 docs : https://www.rongcloud.cn/docs/server.html#group_user_gag
MuteGroups(String, String, RongCloud) - 类 的构造器io.rong.methods.user.mute.MuteGroups
 
muteGroups - 类 中的变量io.rong.methods.user.User
 
MuteGroupsExample - io.rong.example.user中的类
群组成员全部禁言例子
MuteGroupsExample() - 类 的构造器io.rong.example.user.MuteGroupsExample
 
muteMembers - 类 中的变量io.rong.methods.chatroom.Chatroom
 
MuteMembers - io.rong.methods.chatroom.mute中的类
成员禁言
MuteMembers(String, String, RongCloud) - 类 的构造器io.rong.methods.chatroom.mute.MuteMembers
 
muteMembers - 类 中的变量io.rong.methods.group.Group
 
MuteMembers - io.rong.methods.group.mute中的类
群组成员禁言服务 docs : http://www.rongcloud.cn/docs/server.html#group_user_gag
MuteMembers(String, String, RongCloud) - 类 的构造器io.rong.methods.group.mute.MuteMembers
 
MuteMembersExample - io.rong.example.chatroom.mute中的类
 
MuteMembersExample() - 类 的构造器io.rong.example.chatroom.mute.MuteMembersExample
 
MuteMembersExample - io.rong.example.group.mute中的类
群组成员禁言例子
MuteMembersExample() - 类 的构造器io.rong.example.group.mute.MuteMembersExample
 
muteWhiteList - 类 中的变量io.rong.methods.group.Group
 
MuteWhiteList - io.rong.methods.group.mute.whitelist中的类
群组禁言用户白名单服务 在群组被禁言状态下,如果需要某些用户可以发言时,可将此用户加入到群组禁言用户白名单中。
MuteWhiteList(String, String, RongCloud) - 类 的构造器io.rong.methods.group.mute.whitelist.MuteWhiteList
 
MuteWhitelistExample - io.rong.example.group.mute中的类
群组禁言白名单例子
MuteWhitelistExample() - 类 的构造器io.rong.example.group.mute.MuteWhitelistExample
 

N

name - 类 中的变量io.rong.models.User
用户名称,最大长度 128 字节。
name - 类 中的变量io.rong.models.user.UserModel
用户名称,最大长度 128 字节。
Notification - io.rong.models.push中的类
按操作系统类型推送消息内容,如 platform 中设置了给 iOS 和 Android 系统推送消息,而在 notification 中只设置了 iOS 的推送内容,则 Android 的推送内容为最初 alert 设置的内容。
Notification() - 类 的构造器io.rong.models.push.Notification
 

O

objectName - 类 中的变量io.rong.models.message.MentionMessage
 
OnlineStatus - io.rong.methods.user.onlinestatus中的类
在线状态 docs: "http://www.rongcloud.cn/docs/server.html#sensitiveword"
OnlineStatus(String, String, RongCloud) - 类 的构造器io.rong.methods.user.onlinestatus.OnlineStatus
 
onlineStatus - 类 中的变量io.rong.methods.user.User
 
os - 类 中的变量io.rong.models.message.BroadcastMessage
 

P

ParamError - io.rong.exception中的类
 
ParamError(int, String, String) - 类 的构造器io.rong.exception.ParamError
 
ParamError(int, int, String, String) - 类 的构造器io.rong.exception.ParamError
 
ParamError(String) - 类 的构造器io.rong.exception.ParamError
 
ParamError(String, String) - 类 的构造器io.rong.exception.ParamError
 
ParamException - io.rong.exception中的异常错误
 
ParamException() - 异常错误 的构造器io.rong.exception.ParamException
 
ParamException(String, Throwable) - 异常错误 的构造器io.rong.exception.ParamException
 
ParamException(Throwable) - 异常错误 的构造器io.rong.exception.ParamException
 
ParamException(String) - 异常错误 的构造器io.rong.exception.ParamException
 
ParamException(int, String, String) - 异常错误 的构造器io.rong.exception.ParamException
 
ParamNotNull - io.rong.util中的注释类型
用于校验传输的参数为非空注解 Created by star on 2017/12/20.
PlatformNotification - io.rong.models.push中的类
设备中的推送内容。
PlatformNotification() - 类 的构造器io.rong.models.push.PlatformNotification
 
portrait - 类 中的变量io.rong.models.user.UserModel
用户头像 URI,最大长度 1024 字节。
portraitUri - 类 中的变量io.rong.models.User
portraitUri:用户头像 URI,最大长度 1024 字节。
Private - io.rong.methods.message._private中的类
发送单聊消息方法 docs : http://www.rongcloud.cn/docs/server.html#message_private_publish
Private(String, String) - 类 的构造器io.rong.methods.message._private.Private
 
PrivateMessage - io.rong.models.message中的类
单聊 消息体
PrivateMessage() - 类 的构造器io.rong.models.message.PrivateMessage
 
PrivateMessage(String, String[], String, BaseMessage, String, String, String, Integer, Integer, Integer, Integer, Integer) - 类 的构造器io.rong.models.message.PrivateMessage
 
ProfileNtfMessage - io.rong.messages中的类
资料通知消息。
ProfileNtfMessage(String, String, String) - 类 的构造器io.rong.messages.ProfileNtfMessage
 
PUBLISH - 类 中的静态变量io.rong.models.CheckMethod
 
PUBLISHTEMPLATE - 类 中的静态变量io.rong.models.CheckMethod
 
Push - io.rong.methods.push中的类
推送服务 docs https://www.rongcloud.cn/docs/push_service.html#broadcast https://www.rongcloud.cn/docs/push_service.html#push
Push(String, String) - 类 的构造器io.rong.methods.push.Push
 
push(PushModel) - 类 中的方法io.rong.methods.push.Push
推送
PUSH - 类 中的静态变量io.rong.models.CheckMethod
 
push - 类 中的变量io.rong.RongCloud
 
PUSH - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
pushContent - 类 中的变量io.rong.models.message.MentionMessage
 
pushData - 类 中的变量io.rong.models.message.MentionMessage
 
PushExample - io.rong.example.push中的类
Demo class
PushExample() - 类 的构造器io.rong.example.push.PushExample
 
PushModel - io.rong.models.push中的类
推送消息体
PushModel() - 类 的构造器io.rong.models.push.PushModel
 
PushResult - io.rong.models.response中的类
push 返回结果
PushResult(Integer, String) - 类 的构造器io.rong.models.response.PushResult
 
PWhiteListResult - io.rong.models.response中的类
 
PWhiteListResult(Integer, String) - 类 的构造器io.rong.models.response.PWhiteListResult
 
PWhiteListResult(Integer, String, UserModel[]) - 类 的构造器io.rong.models.response.PWhiteListResult
 
PWhiteListResult(UserModel[]) - 类 的构造器io.rong.models.response.PWhiteListResult
 

Q

QUERY - 类 中的静态变量io.rong.models.CheckMethod
 
quit(GroupModel) - 类 中的方法io.rong.methods.group.Group
退出群组方法(将用户从群中移除,不再接收该群组的消息.)
QUIT - 类 中的静态变量io.rong.models.CheckMethod
 

R

RcCmdMessage - io.rong.messages中的类
 
RcCmdMessage(String) - 类 的构造器io.rong.messages.RcCmdMessage
 
RcCmdMessage(String, int, int) - 类 的构造器io.rong.messages.RcCmdMessage
 
RCLOUD_ADDRESS_ILLEGAL - 类 中的静态变量io.rong.models.CommonConstrants
 
RCLOUD_APP_LOCKED - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_APP_NO_MATCH - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_BAN_TIMEOUT - 类 中的静态变量io.rong.models.CommonConstrants
 
RCLOUD_CHATROOMID_KEEPALIVE_OUT - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_CONNECT_TIMEOUT - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_FREQUENCY_OUT - 类 中的静态变量io.rong.models.CommonConstrants
 
RCLOUD_FREQUENCY_OUT - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_LEN_OUT - 类 中的静态变量io.rong.models.CommonConstrants
 
RCLOUD_METHOD_LIMITED - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_NOT_CHATROOMID_KEEPALIVE - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_NOT_POSTBODY - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_PARAM_ERROR - 类 中的静态变量io.rong.models.CommonConstrants
 
RCLOUD_PARAM_ERROR - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_PARAM_LEN_OUT - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_PARAM_NULL - 类 中的静态变量io.rong.models.CommonConstrants
 
RCLOUD_SERVICE_ERROR - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_SERVICE_UNOPEN - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_SIGN_ERROR - 类 中的静态变量io.rong.models.CommonConstrants
 
RCLOUD_SINNATURE_ERROR - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RCLOUD_TESTUSERS_OUT - 类 中的静态变量io.rong.models.CommonConstrants
 
RCLOUD_TESTUSERS_OUT - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
RcloudException - io.rong.exception中的异常错误
Created with hc.
RcloudException() - 异常错误 的构造器io.rong.exception.RcloudException
 
RcloudException(String, Throwable) - 异常错误 的构造器io.rong.exception.RcloudException
 
RcloudException(Throwable) - 异常错误 的构造器io.rong.exception.RcloudException
 
RcloudException(String) - 异常错误 的构造器io.rong.exception.RcloudException
 
RcloudServiceConstrants - io.rong.util中的类
 
RcloudServiceConstrants() - 类 的构造器io.rong.util.RcloudServiceConstrants
 
readInputStream(InputStream) - 类 中的静态方法io.rong.util.HttpUtil
 
recall(RecallMessage) - 类 中的方法io.rong.methods.message._private.Private
消息单聊撤回。
recall(RecallMessage) - 类 中的方法io.rong.methods.message.chatroom.Chatroom
撤回聊天室消息。
recall(RecallMessage) - 类 中的方法io.rong.methods.message.discussion.Discussion
设置用户某会话接收新消息时是否进行消息提醒。
recall(RecallMessage) - 类 中的方法io.rong.methods.message.group.Group
撤回群组消息。
RECALL - 类 中的静态变量io.rong.models.CheckMethod
 
RecallMessage - io.rong.models.message中的类
 
RecallMessage() - 类 的构造器io.rong.models.message.RecallMessage
 
RecallMessage(String, String, String, String, String) - 类 的构造器io.rong.models.message.RecallMessage
 
REFRESH - 类 中的静态变量io.rong.models.CheckMethod
 
register(UserModel) - 类 中的方法io.rong.methods.user.User
获取 Token 方法 url "/user/getToken" docs "http://rongcloud.cn/docs/server.html#getToken"
REGISTER - 类 中的静态变量io.rong.models.CheckMethod
 
remove(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.ban.Ban
移除用户聊天室全局禁言方法
remove(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.block.Block
移除封禁聊天室成员方法
remove(String[]) - 类 中的方法io.rong.methods.chatroom.demotion.Demotion
移除应用内聊天室降级消息
remove(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.gag.Gag
已过时。
移除禁言聊天室成员方法
remove(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.keepalive.Keepalive
删除聊天室保活方法
remove(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.mute.MuteMembers
移除禁言聊天室成员方法
remove(String[]) - 类 中的方法io.rong.methods.chatroom.whitelist.Messages
删除聊天室消息白名单方法
remove(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.whitelist.User
添加聊天室白名单成员方法
remove(String[]) - 类 中的方法io.rong.methods.group.ban.Ban
移除全局群禁言方法
remove(GroupModel) - 类 中的方法io.rong.methods.group.ban.user.User
移除全局群禁言方法
remove(GroupModel) - 类 中的方法io.rong.methods.group.ban.whitelist.User
移除禁言白名单用户方法
remove(GroupModel) - 类 中的方法io.rong.methods.group.gag.Gag
移除禁言群成员方法
remove(String[]) - 类 中的方法io.rong.methods.group.mute.MuteAllMembers
移除全局群禁言方法
remove(GroupModel) - 类 中的方法io.rong.methods.group.mute.MuteMembers
移除禁言群成员方法
remove(GroupModel) - 类 中的方法io.rong.methods.group.mute.whitelist.User
移除禁言白名单用户方法
remove(String) - 类 中的方法io.rong.methods.message.history.History
消息历史记录删除方法(删除 APP 内指定某天某小时内的所有会话消息记录。
remove(String) - 类 中的方法io.rong.methods.sensitive.SensitiveWord
移除敏感词方法(从敏感词列表中,移除某一敏感词。)
remove(String) - 类 中的方法io.rong.methods.sensitive.Wordfilter
移除敏感词方法(从敏感词列表中,移除某一敏感词。)
remove(UserModel) - 类 中的方法io.rong.methods.user.blacklist.Blacklist
从黑名单中移除用户方法(每秒钟限 100 次)
remove(String) - 类 中的方法io.rong.methods.user.block.Block
解除用户封禁方法(每秒钟限 100 次)
remove(ChatroomModel) - 类 中的方法io.rong.methods.user.mute.MuteChatrooms
移除用户聊天室全局禁言方法
remove(GroupModel) - 类 中的方法io.rong.methods.user.mute.MuteGroups
移除全局群禁言方法
remove(UserModel) - 类 中的方法io.rong.methods.user.whitelist.Whitelist
从白名单中移除用户方法(每秒钟限 100 次)
REMOVE - 类 中的静态变量io.rong.models.CheckMethod
 
ResponseResult - io.rong.models.response中的类
http 成功返回结果
ResponseResult(Integer, String) - 类 的构造器io.rong.models.response.ResponseResult
 
Result - io.rong.models中的类
基础 http 成功返回结果
Result(Integer, String) - 类 的构造器io.rong.models.Result
 
Result() - 类 的构造器io.rong.models.Result
 
resume(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.distribute.Distribute
恢复聊天室消息分发
RESUME_DISTRIBUTION - 类 中的静态变量io.rong.models.CheckMethod
 
returnResult(HttpURLConnection) - 类 中的静态方法io.rong.util.HttpUtil
 
RongCloud - io.rong中的类
 

S

send(PrivateMessage) - 类 中的方法io.rong.methods.message._private.Private
发送单聊消息方法(一个用户向另外一个用户发送消息,单条消息最大 128k。
send(ChatroomMessage) - 类 中的方法io.rong.methods.message.chatroom.Chatroom
发送聊天室消息方法(一个用户向聊天室发送消息,单条消息最大 128k。
send(DiscussionMessage) - 类 中的方法io.rong.methods.message.discussion.Discussion
发送讨论组消息方法(以一个用户身份向讨论组发送消息,单条消息最大 128k,每秒钟最多发送 20 条消息.)
send(GroupMessage) - 类 中的方法io.rong.methods.message.group.Group
发送群组消息方法(以一个用户身份向群组发送消息,单条消息最大 128k.每秒钟最多发送 20 条消息,每次最多向 3 个群组发送,如:一次向 3 个群组发送消息,示为 3 条消息。)
send(MessageModel) - 类 中的方法io.rong.methods.message.system.MsgSystem
发送系统消息方法(一个用户向一个或多个用户发送系统消息,单条消息最大 128k,会话类型为 SYSTEM。
SEND - 类 中的静态变量io.rong.models.CheckMethod
 
SEND_MENTION - 类 中的静态变量io.rong.models.CheckMethod
 
sendDirection(GroupMessage) - 类 中的方法io.rong.methods.message.group.Group
群定向消息功能,向群中指定的一个或多个用户发送消息,群中其他用户无法收到该消息,当 toGroupId 为一个群组时此参数有效。
senderId - 类 中的变量io.rong.models.message.MentionMessage
 
senderId - 类 中的变量io.rong.models.message.RecallMessage
撤回消息体 发送人id
sendMention(MentionMessage) - 类 中的方法io.rong.methods.message.group.Group
发送群组@消息方法(以一个用户身份向群组发送消息,单条消息最大 128k.每秒钟最多发送 20 条消息,每次最多向 3 个群组发送,如:一次向 3 个群组发送消息,示为 3 条消息。)
sendTemplate(TemplateMessage) - 类 中的方法io.rong.methods.message._private.Private
发送单聊模板消息方法(一个用户向多个用户发送不同消息内容,单条消息最大 128k。
sendTemplate(TemplateMessage) - 类 中的方法io.rong.methods.message.system.MsgSystem
发送系统模板消息方法(一个用户向一个或多个用户发送系统消息,单条消息最大 128k,会话类型为 SYSTEM.每秒钟最多发送 100 条消息,每次最多同时向 100 人发送,如:一次发送 100 人时,示为 100 条消息。)
SENDTEMPLATE - 类 中的静态变量io.rong.models.CheckMethod
 
SensitiveExample - io.rong.example.sensitive中的类
 
SensitiveExample() - 类 的构造器io.rong.example.sensitive.SensitiveExample
 
SensitiveWord - io.rong.methods.sensitive中的类
敏感词服务 docs: "http://www.rongcloud.cn/docs/server.html#sensitiveword"
SensitiveWord(String, String) - 类 的构造器io.rong.methods.sensitive.SensitiveWord
 
sensitiveword - 类 中的变量io.rong.RongCloud
 
SENSITIVEWORD - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
SensitiveWordModel - io.rong.models.sensitiveword中的类
敏感词、替换词信息
SensitiveWordModel(Integer, String, String) - 类 的构造器io.rong.models.sensitiveword.SensitiveWordModel
 
SensitiveWordModel() - 类 的构造器io.rong.models.sensitiveword.SensitiveWordModel
 
sentTime - 类 中的变量io.rong.models.message.RecallMessage
消息的发送时间,各端 SDK 发送消息成功后会返回 sentTime
set(TagModel) - 类 中的方法io.rong.methods.user.tag.Tag
为应用中的用户添加标签,如果某用户已经添加了标签,再次对用户添加标签时将覆盖之前设置的标签内容。
SET_TAG - 类 中的静态变量io.rong.models.CheckMethod
 
SET_USER_TAG - 类 中的静态变量io.rong.models.CheckMethod
 
setAlert(String) - 类 中的方法io.rong.models.push.Notification
 
setAlert(String) - 类 中的方法io.rong.models.push.PlatformNotification
 
setAndroid(PlatformNotification) - 类 中的方法io.rong.models.push.Notification
 
setApiHostListBackUp(List<HostType>) - 类 中的静态方法io.rong.RongCloud
 
setApiHostType(HostType) - 类 中的方法io.rong.RongCloud
 
setAppKey(String) - 类 中的方法io.rong.methods.group.mute.whitelist.MuteWhiteList
 
setAppSecret(String) - 类 中的方法io.rong.methods.group.mute.whitelist.MuteWhiteList
 
setAudience(Audience) - 类 中的方法io.rong.models.push.BroadcastPushPublicPart
 
setBadge(Integer) - 类 中的方法io.rong.models.push.PlatformNotification
 
setBlacklist(UserModel[]) - 类 中的方法io.rong.models.user.UserModel
 
setBlockEndTime(String) - 类 中的方法io.rong.models.BlockUsers
设置blockEndTime
setBodyParameter(String, HttpURLConnection) - 类 中的静态方法io.rong.util.HttpUtil
 
setCategory(String) - 类 中的方法io.rong.models.push.PlatformNotification
 
setChatroomId(String) - 类 中的方法io.rong.models.chatroom.ChatroomMember
 
setChatrooms(String[]) - 类 中的方法io.rong.models.response.ChatroomKeepaliveResult
 
setChatRooms(List<ChatroomModel>) - 类 中的方法io.rong.models.response.ChatroomQueryResult
设置chatRooms
setCode(int) - 类 中的方法io.rong.exception.Error
 
setCode(String) - 类 中的方法io.rong.models.response.CheckChatRoomUserResult
 
setCode(Integer) - 类 中的方法io.rong.models.response.ConversationNotificationResult
设置code
setCode(Integer) - 类 中的方法io.rong.models.response.ListGagChatroomUserResult
设置code
setCode(Integer) - 类 中的方法io.rong.models.response.ListWordfilterResult
设置code
setCode(Integer) - 类 中的方法io.rong.models.response.UserList
 
setCode(Integer) - 类 中的方法io.rong.models.Result
设置code
setConnectTimeout(int) - 类 中的方法io.rong.util.HostType
 
setContent(String) - 类 中的方法io.rong.messages.CustomTxtMessage
 
setContent(String) - 类 中的方法io.rong.messages.ImgMessage
 
setContent(String) - 类 中的方法io.rong.messages.ImgTextMessage
 
setContent(String) - 类 中的方法io.rong.messages.LBSMessage
 
setContent(String) - 类 中的方法io.rong.messages.TxtMessage
 
setContent(String) - 类 中的方法io.rong.messages.VoiceMessage
 
setContent(BaseMessage) - 类 中的方法io.rong.models.message.BroadcastMessage
 
setContent(BaseMessage) - 类 中的方法io.rong.models.message.ChatroomMessage
 
setContent(BaseMessage) - 类 中的方法io.rong.models.message.DiscussionMessage
 
setContent(BaseMessage) - 类 中的方法io.rong.models.message.GroupMessage
 
setContent(MentionMessageContent) - 类 中的方法io.rong.models.message.MentionMessage
 
setContent(BaseMessage) - 类 中的方法io.rong.models.message.MentionMessageContent
 
setContent(BaseMessage) - 类 中的方法io.rong.models.message.MessageModel
 
setContent(BaseMessage) - 类 中的方法io.rong.models.message.PrivateMessage
 
setContent(BaseMessage) - 类 中的方法io.rong.models.message.SystemMessage
 
setContent(Map<String, TemplateMessage.Data>) - 类 中的方法io.rong.models.message.TemplateMessage
设置 content
setContent(String) - 类 中的方法io.rong.models.push.Message
 
setContent(String) - 类 中的方法io.rong.models.Templates
设置content
setContentAvailable(Integer) - 类 中的方法io.rong.models.message.DiscussionMessage
 
setContentAvailable(Integer) - 类 中的方法io.rong.models.message.GroupMessage
 
setContentAvailable(Integer) - 类 中的方法io.rong.models.message.MentionMessage
 
setContentAvailable(Integer) - 类 中的方法io.rong.models.message.PrivateMessage
 
setContentAvailable(Integer) - 类 中的方法io.rong.models.message.SystemMessage
 
setContentAvailable(Integer) - 类 中的方法io.rong.models.message.TemplateMessage
设置 contentAvailable
setContentAvailable(Integer) - 类 中的方法io.rong.models.push.PlatformNotification
 
setContentAvailable(Integer) - 类 中的方法io.rong.models.Templates
设置contentAvailable
setConversationType(String) - 类 中的方法io.rong.messages.RcCmdMessage
 
setCount(Integer) - 类 中的方法io.rong.models.chatroom.ChatroomModel
获取count
setCount(String) - 类 中的方法io.rong.models.message.PrivateMessage
 
setCreateTime(String) - 类 中的方法io.rong.models.response.UserResult
 
setData(String) - 类 中的方法io.rong.messages.CmdMsgMessage
 
setData(String) - 类 中的方法io.rong.messages.CmdNtfMessage
 
setData(Map<String, Object>) - 类 中的方法io.rong.messages.GroupNotificationMessage
 
setData(String) - 类 中的方法io.rong.messages.ProfileNtfMessage
 
setData(Map<String, String>) - 类 中的方法io.rong.models.message.TemplateMessage.Data
 
setDate(String) - 类 中的方法io.rong.models.response.HistoryMessageResult
设置date
setDuration(Long) - 类 中的方法io.rong.messages.VoiceMessage
 
setErrorMessage(String) - 类 中的方法io.rong.exception.Error
 
setErrorMessage(String) - 类 中的方法io.rong.models.Result
设置错误信息 msg
setExtra(String) - 类 中的方法io.rong.messages.ContactNtfMessage
 
setExtra(String) - 类 中的方法io.rong.messages.GroupNotificationMessage
 
setExtra(String) - 类 中的方法io.rong.messages.ImgMessage
 
setExtra(String) - 类 中的方法io.rong.messages.ImgTextMessage
 
setExtra(String) - 类 中的方法io.rong.messages.InfoNtfMessage
 
setExtra(String) - 类 中的方法io.rong.messages.LBSMessage
 
setExtra(String) - 类 中的方法io.rong.messages.ProfileNtfMessage
 
setExtra(String) - 类 中的方法io.rong.messages.TxtMessage
 
setExtra(String) - 类 中的方法io.rong.messages.UserInfo
设置 扩展信息
setExtra(String) - 类 中的方法io.rong.messages.VoiceMessage
 
setExtras(Map<String, String>) - 类 中的方法io.rong.models.push.PlatformNotification
 
setFromuserid(String) - 类 中的方法io.rong.models.push.BroadcastModel
 
setFromUserId(String) - 类 中的方法io.rong.models.Templates
设置fromUserId
setGroupId(String) - 类 中的方法io.rong.models.group.GroupMember
 
setGroupId(String) - 类 中的方法io.rong.models.response.GroupBanInfo
 
setGroupinfo(GroupBanInfo[]) - 类 中的方法io.rong.models.group.GroupBanModel
 
setGroups(GroupModel[]) - 类 中的方法io.rong.models.group.UserGroup
 
setGroups(GroupModel[]) - 类 中的方法io.rong.models.response.GroupBanResult
 
setGroups(GroupModel[]) - 类 中的方法io.rong.models.response.GroupMuteAllMembersCheckResult
 
setGroups(GroupModel[]) - 类 中的方法io.rong.models.response.GroupMuteAllMembersListResult
 
setHostTypeIp(String, String, HostType) - 类 中的静态方法io.rong.util.BaiduHttpDNSUtil
通过 百度 HTTPDNS 获取最优的 IP 地址
setHttpCode(int) - 类 中的方法io.rong.exception.Error
 
setIcon(String) - 类 中的方法io.rong.messages.UserInfo
设置 发送用户显示头象
setId(String) - 类 中的方法io.rong.messages.UserInfo
设置 发送人用户 Id
setId(String) - 类 中的方法io.rong.models.BlockUsers
 
setId(String) - 类 中的方法io.rong.models.chatroom.ChatroomMember
设置id
setId(String) - 类 中的方法io.rong.models.chatroom.ChatroomModel
设置chrmId
setId(String) - 类 中的方法io.rong.models.group.GroupMember
 
setId(String) - 类 中的方法io.rong.models.group.GroupModel
 
setId(String) - 类 中的方法io.rong.models.group.UserGroup
 
setId(String) - 类 中的方法io.rong.models.response.GagGroupUser
设置userId
setId(String) - 类 中的方法io.rong.models.response.GroupUser
设置id
setId(String) - 类 中的方法io.rong.models.response.GroupUserQueryResult
设置id
setId(String) - 类 中的方法io.rong.models.response.PushResult
 
setId(String) - 类 中的方法io.rong.models.User
设置id
setId(String) - 类 中的方法io.rong.models.user.UserModel
 
setImageUri(String) - 类 中的方法io.rong.messages.ImgMessage
 
setImageUri(String) - 类 中的方法io.rong.messages.ImgTextMessage
 
setInChrm(Boolean) - 类 中的方法io.rong.models.response.CheckChatRoomUserResult
 
setIos(PlatformNotification) - 类 中的方法io.rong.models.push.Notification
 
setIp(String) - 类 中的方法io.rong.util.HostType
 
setIs_to_all(Boolean) - 类 中的方法io.rong.models.push.Audience
 
setIsAdmin(int) - 类 中的方法io.rong.messages.RcCmdMessage
 
setIsCounted(Integer) - 类 中的方法io.rong.models.message.DiscussionMessage
 
setIsCounted(Integer) - 类 中的方法io.rong.models.message.MentionMessage
 
setIsCounted(Integer) - 类 中的方法io.rong.models.message.PrivateMessage
 
setIsCounted(Integer) - 类 中的方法io.rong.models.message.SystemMessage
 
setIsDelete(int) - 类 中的方法io.rong.messages.RcCmdMessage
 
setIsIncludeSender(Integer) - 类 中的方法io.rong.models.message.DiscussionMessage
 
setIsIncludeSender(Integer) - 类 中的方法io.rong.models.message.GroupMessage
 
setIsIncludeSender(Integer) - 类 中的方法io.rong.models.message.MentionMessage
 
setIsIncludeSender(Integer) - 类 中的方法io.rong.models.message.PrivateMessage
 
setIsMuted(Integer) - 类 中的方法io.rong.models.response.ConversationNotificationResult
设置Muted状态
setIsPersisted(Integer) - 类 中的方法io.rong.models.message.DiscussionMessage
 
setIsPersisted(Integer) - 类 中的方法io.rong.models.message.GroupMessage
 
setIsPersisted(Integer) - 类 中的方法io.rong.models.message.MentionMessage
 
setIsPersisted(Integer) - 类 中的方法io.rong.models.message.PrivateMessage
 
setIsPersisted(Integer) - 类 中的方法io.rong.models.message.SystemMessage
 
setKeyword(String) - 类 中的方法io.rong.models.sensitiveword.SensitiveWordModel
 
setLatitude(double) - 类 中的方法io.rong.messages.LBSMessage
 
setLongitude(double) - 类 中的方法io.rong.messages.LBSMessage
 
setMembers(ChatroomMember[]) - 类 中的方法io.rong.models.chatroom.ChatroomModel
设置memberIds
setMembers(GroupMember[]) - 类 中的方法io.rong.models.group.GroupModel
 
setMembers(List<ChatroomMember>) - 类 中的方法io.rong.models.response.ChatroomUserQueryResult
设置members
setMembers(List<GagGroupUser>) - 类 中的方法io.rong.models.response.GroupMuteMembersListResult
设置members
setMembers(List<GroupUser>) - 类 中的方法io.rong.models.response.GroupUserQueryResult
设置members
setMembers(List<ChatroomMember>) - 类 中的方法io.rong.models.response.ListBlockChatroomUserResult
设置members
setMembers(List<ChatroomMember>) - 类 中的方法io.rong.models.response.ListGagChatroomUserResult
设置members
setMembers(List<GagGroupUser>) - 类 中的方法io.rong.models.response.ListGagGroupUserResult
设置members
setMembers(UserModel[]) - 类 中的方法io.rong.models.response.WhiteListResult
 
setMentionedInfo(MentionedInfo) - 类 中的方法io.rong.models.message.MentionMessageContent
 
setMessage(String) - 类 中的方法io.rong.messages.ContactNtfMessage
 
setMessage(String) - 类 中的方法io.rong.messages.GroupNotificationMessage
 
setMessage(String) - 类 中的方法io.rong.messages.InfoNtfMessage
 
setMessage(Message) - 类 中的方法io.rong.models.push.BroadcastModel
 
setMessageUId(String) - 类 中的方法io.rong.messages.RcCmdMessage
 
setMinute(Integer) - 类 中的方法io.rong.models.chatroom.ChatroomModel
设置minute
setMinute(Integer) - 类 中的方法io.rong.models.group.GroupModel
 
setMinute(Integer) - 类 中的方法io.rong.models.user.UserModel
 
setMunite(Integer) - 类 中的方法io.rong.models.chatroom.ChatroomMember
设置munite
setMunite(Integer) - 类 中的方法io.rong.models.group.GroupMember
 
setName(String) - 类 中的方法io.rong.messages.CmdMsgMessage
 
setName(String) - 类 中的方法io.rong.messages.CmdNtfMessage
 
setName(String) - 类 中的方法io.rong.messages.UserInfo
设置 发送用户显示名称
setName(String) - 类 中的方法io.rong.models.chatroom.ChatroomModel
设置name
setName(String) - 类 中的方法io.rong.models.group.GroupModel
 
setName(String) - 类 中的方法io.rong.models.User
 
setName(String) - 类 中的方法io.rong.models.user.UserModel
 
setNotification(Notification) - 类 中的方法io.rong.models.push.BroadcastPushPublicPart
 
setObjectName(String) - 类 中的方法io.rong.models.message.BroadcastMessage
 
setObjectName(String) - 类 中的方法io.rong.models.message.ChatroomMessage
 
setObjectName(String) - 类 中的方法io.rong.models.message.DiscussionMessage
 
setObjectName(String) - 类 中的方法io.rong.models.message.GroupMessage
 
setObjectName(String) - 类 中的方法io.rong.models.message.MentionMessage
 
setObjectName(String) - 类 中的方法io.rong.models.message.MessageModel
已过时。
setObjectName(String) - 类 中的方法io.rong.models.message.PrivateMessage
 
setObjectName(String) - 类 中的方法io.rong.models.message.SystemMessage
 
setObjectName(String) - 类 中的方法io.rong.models.message.TemplateMessage
设置 objectName
setObjectName(String) - 类 中的方法io.rong.models.push.Message
 
setObjectName(String) - 类 中的方法io.rong.models.Templates
设置objectName
setObjectNames(String[]) - 类 中的方法io.rong.models.response.ChatroomDemotionMsgResult
 
setObjectNames(String[]) - 类 中的方法io.rong.models.response.ChatroomWhitelistMsgResult
 
setOperation(String) - 类 中的方法io.rong.messages.ContactNtfMessage
 
setOperation(String) - 类 中的方法io.rong.messages.GroupNotificationMessage
 
setOperation(String) - 类 中的方法io.rong.messages.ProfileNtfMessage
 
setOperatorUserId(String) - 类 中的方法io.rong.messages.GroupNotificationMessage
 
setOrder(Integer) - 类 中的方法io.rong.models.chatroom.ChatroomModel
获取order
setOs(String) - 类 中的方法io.rong.models.message.BroadcastMessage
 
setPackageName(String) - 类 中的方法io.rong.models.push.Audience
 
setPlatform(String[]) - 类 中的方法io.rong.models.push.BroadcastPushPublicPart
 
setPoi(String) - 类 中的方法io.rong.messages.LBSMessage
 
setPortrait(String) - 类 中的方法io.rong.models.user.UserModel
 
setPortraitUri(String) - 类 中的方法io.rong.models.User
 
setPush(String) - 类 中的方法io.rong.models.message.TemplateMessage.Data
 
setPushContent(String) - 类 中的方法io.rong.models.message.BroadcastMessage
 
setPushContent(String) - 类 中的方法io.rong.models.message.DiscussionMessage
 
setPushContent(String) - 类 中的方法io.rong.models.message.GroupMessage
 
setPushContent(String) - 类 中的方法io.rong.models.message.MentionedInfo
 
setPushContent(String) - 类 中的方法io.rong.models.message.MentionMessage
 
setPushContent(String) - 类 中的方法io.rong.models.message.MessageModel
 
setPushContent(String) - 类 中的方法io.rong.models.message.PrivateMessage
 
setPushContent(String) - 类 中的方法io.rong.models.message.SystemMessage
 
setPushContent(String[]) - 类 中的方法io.rong.models.Templates
设置pushContent
setPushData(String) - 类 中的方法io.rong.models.message.BroadcastMessage
 
setPushData(String) - 类 中的方法io.rong.models.message.DiscussionMessage
 
setPushData(String) - 类 中的方法io.rong.models.message.GroupMessage
 
setPushData(String) - 类 中的方法io.rong.models.message.MentionMessage
 
setPushData(String) - 类 中的方法io.rong.models.message.MessageModel
 
setPushData(String) - 类 中的方法io.rong.models.message.PrivateMessage
 
setPushData(String) - 类 中的方法io.rong.models.message.SystemMessage
 
setPushData(String[]) - 类 中的方法io.rong.models.message.TemplateMessage
设置 pushData
setPushData(String[]) - 类 中的方法io.rong.models.Templates
设置pushData
setReadTimeout(int) - 类 中的方法io.rong.util.HostType
 
setReplace(String) - 类 中的方法io.rong.models.sensitiveword.SensitiveWordModel
设置replace
setResult(Object) - 类 中的方法io.rong.models.response.GetTagResult
 
setResultCode(int) - 枚举 中的方法io.rong.util.CodeUtil.ServiceType
 
setRichMediaUri(String) - 类 中的方法io.rong.models.push.PlatformNotification
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.chatroom.ban.Ban
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.chatroom.block.Block
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.chatroom.Chatroom
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.chatroom.demotion.Demotion
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.chatroom.distribute.Distribute
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.chatroom.gag.Gag
已过时。
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.chatroom.keepalive.Keepalive
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.chatroom.mute.MuteMembers
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.chatroom.whitelist.Messages
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.chatroom.whitelist.User
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.chatroom.whitelist.Whitelist
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.conversation.Conversation
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.group.ban.Ban
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.group.ban.user.User
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.group.ban.whitelist.User
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.group.ban.whitelist.Whitelist
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.group.gag.Gag
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.group.Group
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.group.mute.MuteAllMembers
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.group.mute.MuteMembers
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.group.mute.whitelist.MuteWhiteList
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.group.mute.whitelist.User
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.message._private.Private
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.message.chatroom.Chatroom
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.message.discussion.Discussion
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.message.group.Group
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.message.history.History
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.message.Message
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.message.system.MsgSystem
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.push.Push
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.sensitive.SensitiveWord
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.sensitive.Wordfilter
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.user.blacklist.Blacklist
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.user.block.Block
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.user.mute.MuteChatrooms
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.user.mute.MuteGroups
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.user.onlinestatus.OnlineStatus
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.user.tag.Tag
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.user.User
 
setRongCloud(RongCloud) - 类 中的方法io.rong.methods.user.whitelist.Whitelist
 
setSenderId(String) - 类 中的方法io.rong.models.message.BroadcastMessage
 
setSenderId(String) - 类 中的方法io.rong.models.message.ChatroomMessage
 
setSenderId(String) - 类 中的方法io.rong.models.message.DiscussionMessage
 
setSenderId(String) - 类 中的方法io.rong.models.message.GroupMessage
 
setSenderId(String) - 类 中的方法io.rong.models.message.MentionMessage
 
setSenderId(String) - 类 中的方法io.rong.models.message.MessageModel
 
setSenderId(String) - 类 中的方法io.rong.models.message.PrivateMessage
 
setSenderId(String) - 类 中的方法io.rong.models.message.RecallMessage
 
setSenderId(String) - 类 中的方法io.rong.models.message.SystemMessage
 
setSenderId(String) - 类 中的方法io.rong.models.message.TemplateMessage
设置 senderId
setSentTime(String) - 类 中的方法io.rong.models.message.RecallMessage
 
setSessionId(String) - 类 中的方法io.rong.models.response.SMSSendCodeResult
设置sessionId
setSmsHostType(HostType) - 类 中的方法io.rong.RongCloud
 
setSourceUserId(String) - 类 中的方法io.rong.messages.ContactNtfMessage
 
setStat(Integer) - 类 中的方法io.rong.models.response.GroupBanInfo
 
setStatus(Integer) - 类 中的方法io.rong.models.group.GroupModel
 
setStatus(String) - 类 中的方法io.rong.models.response.CheckOnlineResult
设置status
setSuccess(Boolean) - 类 中的方法io.rong.models.response.SMSVerifyCodeResult
 
setTag(String[]) - 类 中的方法io.rong.models.push.Audience
 
setTag_or(String[]) - 类 中的方法io.rong.models.push.Audience
 
setTags(String[]) - 类 中的方法io.rong.models.user.BatchTagModel
 
setTags(String[]) - 类 中的方法io.rong.models.user.TagModel
 
setTargetId(String) - 类 中的方法io.rong.models.conversation.ConversationModel
 
setTargetId(String[]) - 类 中的方法io.rong.models.message.ChatroomMessage
设置接受聊天室Id
setTargetId(String[]) - 类 中的方法io.rong.models.message.DiscussionMessage
设置接受聊天室Id
setTargetId(String[]) - 类 中的方法io.rong.models.message.GroupMessage
设置接收群组Id
setTargetId(String[]) - 类 中的方法io.rong.models.message.MentionMessage
 
setTargetId(String[]) - 类 中的方法io.rong.models.message.MessageModel
 
setTargetId(String[]) - 类 中的方法io.rong.models.message.PrivateMessage
设置接受用户id
setTargetId(String) - 类 中的方法io.rong.models.message.RecallMessage
 
setTargetId(String[]) - 类 中的方法io.rong.models.message.SystemMessage
接收用户Id,提供多个本参数可以实现向多用户发送系统消息,上限为 100 人
setTargetUserId(String) - 类 中的方法io.rong.messages.ContactNtfMessage
 
setTemplate(Map<String, String>) - 类 中的方法io.rong.models.message.TemplateMessage
设置 template
setTime(String) - 类 中的方法io.rong.models.chatroom.ChatroomMember
设置time
setTime(String) - 类 中的方法io.rong.models.chatroom.ChatroomModel
设置time
setTime(String) - 类 中的方法io.rong.models.response.BlockChatRoomUser
设置time
setTime(String) - 类 中的方法io.rong.models.response.GagChatRoomUser
设置time
setTime(String) - 类 中的方法io.rong.models.response.GagGroupUser
设置time
setTitle(String) - 类 中的方法io.rong.messages.ImgTextMessage
 
setTitle(String) - 类 中的方法io.rong.models.push.PlatformNotification
 
setToken(String) - 类 中的方法io.rong.models.response.TokenResult
设置token
setTotal(Integer) - 类 中的方法io.rong.models.response.ChatroomUserQueryResult
设置total
setToUserId(String[]) - 类 中的方法io.rong.models.message.GroupMessage
 
setToUserId(String[]) - 类 中的方法io.rong.models.Templates
设置toUserId
setType(String) - 类 中的方法io.rong.models.conversation.ConversationModel
 
setType(int) - 类 中的方法io.rong.models.message.MentionedInfo
 
setType(Integer) - 类 中的方法io.rong.models.sensitiveword.SensitiveWordModel
设置type
setuId(String) - 类 中的方法io.rong.models.message.RecallMessage
 
setUri(String) - 异常错误 中的方法io.rong.exception.RcloudException
 
setUrl(String) - 类 中的方法io.rong.exception.Error
 
setUrl(String) - 类 中的方法io.rong.messages.ImgTextMessage
 
setUrl(String) - 类 中的方法io.rong.models.response.HistoryMessageResult
设置url
setUrl(String) - 类 中的方法io.rong.models.response.SMSImageCodeResult
设置url
setUser(UserInfo) - 类 中的方法io.rong.messages.ImgMessage
 
setUser(UserInfo) - 类 中的方法io.rong.messages.ImgTextMessage
 
setUser(UserInfo) - 类 中的方法io.rong.messages.LBSMessage
 
setUser(UserInfo) - 类 中的方法io.rong.messages.TxtMessage
 
setUser(UserInfo) - 类 中的方法io.rong.messages.VoiceMessage
 
setUserId(String) - 类 中的方法io.rong.models.conversation.ConversationModel
 
setUserid(String[]) - 类 中的方法io.rong.models.push.Audience
 
setUserId(String) - 类 中的方法io.rong.models.response.BlockChatRoomUser
设置userId
setUserId(String) - 类 中的方法io.rong.models.response.GagChatRoomUser
设置userId
setUserId(String) - 类 中的方法io.rong.models.response.TokenResult
设置userId
setUserId(String) - 类 中的方法io.rong.models.user.TagModel
 
setUserIds(String[]) - 类 中的方法io.rong.models.message.MentionedInfo
 
setUserIds(String[]) - 类 中的方法io.rong.models.response.GroupBanWhitelistResult
 
setUserIds(String[]) - 类 中的方法io.rong.models.response.GroupMuteWhitelistResult
 
setUserIds(String[]) - 类 中的方法io.rong.models.user.BatchTagModel
 
setUserIds(String[]) - 类 中的方法io.rong.models.user.GetTagModel
 
setUserName(String) - 类 中的方法io.rong.models.response.UserResult
 
setUserPortrait(String) - 类 中的方法io.rong.models.response.UserResult
 
setUsers(UserModel[]) - 类 中的方法io.rong.models.response.BlackListResult
设置users
setUsers(List<BlockUsers>) - 类 中的方法io.rong.models.response.BlockUserResult
设置users
setUsers(UserModel[]) - 类 中的方法io.rong.models.response.PWhiteListResult
设置users
setUsers(String[]) - 类 中的方法io.rong.models.response.UserList
 
setValues(List<Map<String, String>>) - 类 中的方法io.rong.models.Templates
设置values
setVerifyBlacklist(Integer) - 类 中的方法io.rong.models.message.PrivateMessage
 
setVerifyBlacklist(Integer) - 类 中的方法io.rong.models.message.TemplateMessage
设置 verifyBlacklist
setVerifyBlacklist(Integer) - 类 中的方法io.rong.models.Templates
设置verifyBlacklist
setVerifyId(String) - 类 中的方法io.rong.models.response.SMSImageCodeResult
设置verifyId
setWhitelist(UserModel[]) - 类 中的方法io.rong.models.user.UserModel
 
setWords(List<SensitiveWordModel>) - 类 中的方法io.rong.models.response.ListWordfilterResult
设置words
SMS - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
SMSImageCodeResult - io.rong.models.response中的类
getImageCode 成功返回结果
SMSImageCodeResult(Integer, String, String, String) - 类 的构造器io.rong.models.response.SMSImageCodeResult
 
SMSSendCodeResult - io.rong.models.response中的类
SMSSendCodeResult 成功返回结果
SMSSendCodeResult(Integer, String, String) - 类 的构造器io.rong.models.response.SMSSendCodeResult
 
SMSVerifyCodeResult - io.rong.models.response中的类
VerifyCode 返回结果
SMSVerifyCodeResult(Integer, Boolean, String) - 类 的构造器io.rong.models.response.SMSVerifyCodeResult
 
stop(ChatroomModel) - 类 中的方法io.rong.methods.chatroom.distribute.Distribute
停止聊天室消息分发(可实现控制对聊天室中消息是否进行分发,停止分发后聊天室中用户发送的消息,融云服务端不会再将消息发送给聊天室中其他用户。)
STOP_DISTRIBUTION - 类 中的静态变量io.rong.models.CheckMethod
 
sync(UserGroup) - 类 中的方法io.rong.methods.group.Group
同步用户所属群组方法(当第一次连接融云服务器时,需要向融云服务器提交 userId 对应的用户当前所加入的所有群组,此接口主要为防止应用中用户群信息同融云已知的用户所属群信息不同步。)
SYNC - 类 中的静态变量io.rong.models.CheckMethod
 
system - 类 中的变量io.rong.methods.message.Message
 
SystemMessage - io.rong.models.message中的类
系统消息体
SystemMessage() - 类 的构造器io.rong.models.message.SystemMessage
 
SystemMessage(String, String[], String, BaseMessage, String, String, Integer, Integer, Integer) - 类 的构造器io.rong.models.message.SystemMessage
 

T

Tag - io.rong.methods.user.tag中的类
用户标签服务 docs: "https://www.rongcloud.cn/docs/push_service.html#user_tag"
Tag(String, String, RongCloud) - 类 的构造器io.rong.methods.user.tag.Tag
 
tag - 类 中的变量io.rong.methods.user.User
 
TagExample - io.rong.example.user中的类
Demo class
TagExample() - 类 的构造器io.rong.example.user.TagExample
 
TagModel - io.rong.models.user中的类
用户标签信息
TagModel() - 类 的构造器io.rong.models.user.TagModel
 
targetId - 类 中的变量io.rong.models.conversation.ConversationModel
 
targetId - 类 中的变量io.rong.models.message.MentionMessage
接收群 Id,提供多个本参数可以实现向多群发送消息,最多不超过 3 个群组。
targetId - 类 中的变量io.rong.models.message.RecallMessage
接收人id
TemplateMessage - io.rong.models.message中的类
模板消息体
TemplateMessage() - 类 的构造器io.rong.models.message.TemplateMessage
 
TemplateMessage.Data - io.rong.models.message中的类
模版内容的具体数据,包括消息内容和push内容
Templates - io.rong.models中的类
模版消息对象。
Templates() - 类 的构造器io.rong.models.Templates
 
Templates(String, String[], String, List<Map<String, String>>, String, String[], String[], Integer) - 类 的构造器io.rong.models.Templates
 
time - 类 中的变量io.rong.models.chatroom.ChatroomMember
加入聊天室时间。
timeoutNum - 类 中的静态变量io.rong.util.HttpUtil
 
toJson(Object, Type) - 类 中的静态方法io.rong.util.GsonUtil
 
toJsonObject() - 类 中的方法io.rong.exception.Error
 
TokenResult - io.rong.models.response中的类
getToken 返回结果
TokenResult(Integer, String, String, String) - 类 的构造器io.rong.models.response.TokenResult
 
toString() - 类 中的方法io.rong.exception.Error
 
toString() - 类 中的方法io.rong.messages.BaseMessage
 
toString() - 类 中的方法io.rong.messages.CmdMsgMessage
 
toString() - 类 中的方法io.rong.messages.CmdNtfMessage
 
toString() - 类 中的方法io.rong.messages.ContactNtfMessage
 
toString() - 类 中的方法io.rong.messages.CustomTxtMessage
 
toString() - 类 中的方法io.rong.messages.GroupNotificationMessage
 
toString() - 类 中的方法io.rong.messages.ImgMessage
 
toString() - 类 中的方法io.rong.messages.ImgTextMessage
 
toString() - 类 中的方法io.rong.messages.InfoNtfMessage
 
toString() - 类 中的方法io.rong.messages.LBSMessage
 
toString() - 类 中的方法io.rong.messages.ProfileNtfMessage
 
toString() - 类 中的方法io.rong.messages.RcCmdMessage
 
toString() - 类 中的方法io.rong.messages.TxtMessage
 
toString() - 类 中的方法io.rong.messages.VoiceMessage
 
toString() - 类 中的方法io.rong.models.BlockUsers
 
toString() - 类 中的方法io.rong.models.chatroom.ChatroomMember
 
toString() - 类 中的方法io.rong.models.chatroom.ChatroomModel
 
toString() - 类 中的方法io.rong.models.group.GroupBanModel
 
toString() - 类 中的方法io.rong.models.group.GroupMember
 
toString() - 类 中的方法io.rong.models.message.MentionMessageContent
 
toString() - 类 中的方法io.rong.models.push.Audience
 
toString() - 类 中的方法io.rong.models.push.BroadcastModel
 
toString() - 类 中的方法io.rong.models.push.BroadcastPushPublicPart
 
toString() - 类 中的方法io.rong.models.push.Message
 
toString() - 类 中的方法io.rong.models.push.Notification
 
toString() - 类 中的方法io.rong.models.push.PlatformNotification
 
toString() - 类 中的方法io.rong.models.push.PushModel
 
toString() - 类 中的方法io.rong.models.response.BlackListResult
 
toString() - 类 中的方法io.rong.models.response.BlockChatRoomUser
 
toString() - 类 中的方法io.rong.models.response.BlockUserResult
 
toString() - 类 中的方法io.rong.models.response.ChatroomDemotionMsgResult
 
toString() - 类 中的方法io.rong.models.response.ChatroomKeepaliveResult
 
toString() - 类 中的方法io.rong.models.response.ChatroomQueryResult
 
toString() - 类 中的方法io.rong.models.response.ChatroomUserQueryResult
 
toString() - 类 中的方法io.rong.models.response.ChatroomWhitelistMsgResult
 
toString() - 类 中的方法io.rong.models.response.CheckOnlineResult
 
toString() - 类 中的方法io.rong.models.response.ConversationNotificationResult
 
toString() - 类 中的方法io.rong.models.response.GagChatRoomUser
 
toString() - 类 中的方法io.rong.models.response.GagGroupUser
 
toString() - 类 中的方法io.rong.models.response.GetTagResult
 
toString() - 类 中的方法io.rong.models.response.GroupBanInfo
 
toString() - 类 中的方法io.rong.models.response.GroupBanResult
 
toString() - 类 中的方法io.rong.models.response.GroupBanWhitelistResult
 
toString() - 类 中的方法io.rong.models.response.GroupMuteAllMembersCheckResult
 
toString() - 类 中的方法io.rong.models.response.GroupMuteAllMembersListResult
 
toString() - 类 中的方法io.rong.models.response.GroupMuteMembersListResult
 
toString() - 类 中的方法io.rong.models.response.GroupMuteWhitelistResult
 
toString() - 类 中的方法io.rong.models.response.GroupUser
 
toString() - 类 中的方法io.rong.models.response.GroupUserQueryResult
 
toString() - 类 中的方法io.rong.models.response.HistoryMessageResult
 
toString() - 类 中的方法io.rong.models.response.ListBlockChatroomUserResult
 
toString() - 类 中的方法io.rong.models.response.ListGagChatroomUserResult
 
toString() - 类 中的方法io.rong.models.response.ListGagGroupUserResult
 
toString() - 类 中的方法io.rong.models.response.ListWordfilterResult
 
toString() - 类 中的方法io.rong.models.response.PushResult
 
toString() - 类 中的方法io.rong.models.response.PWhiteListResult
 
toString() - 类 中的方法io.rong.models.response.ResponseResult
 
toString() - 类 中的方法io.rong.models.response.SMSImageCodeResult
 
toString() - 类 中的方法io.rong.models.response.SMSSendCodeResult
 
toString() - 类 中的方法io.rong.models.response.SMSVerifyCodeResult
 
toString() - 类 中的方法io.rong.models.response.TokenResult
 
toString() - 类 中的方法io.rong.models.response.UserList
 
toString() - 类 中的方法io.rong.models.response.UserResult
 
toString() - 类 中的方法io.rong.models.response.WhiteListResult
 
toString() - 类 中的方法io.rong.models.Result
 
toString() - 类 中的方法io.rong.models.sensitiveword.SensitiveWordModel
 
toString() - 类 中的方法io.rong.models.Templates
 
toString() - 类 中的方法io.rong.models.user.BatchTagModel
 
toString() - 类 中的方法io.rong.models.user.GetTagModel
 
toString() - 类 中的方法io.rong.models.user.TagModel
 
toString() - 类 中的方法io.rong.models.user.UserModel
 
toUserId - 类 中的变量io.rong.models.message.GroupMessage
定向用户 Id
toXML() - 类 中的方法io.rong.exception.Error
 
TxtMessage - io.rong.messages中的类
文本消息。
TxtMessage(String, String) - 类 的构造器io.rong.messages.TxtMessage
 
TxtMessage(String, String, UserInfo) - 类 的构造器io.rong.messages.TxtMessage
 
type - 类 中的变量io.rong.models.conversation.ConversationModel
 

U

uId - 类 中的变量io.rong.models.message.RecallMessage
消息唯一标识 各端 SDK 发送消息成功后会返回 uId
unMute(ConversationModel) - 类 中的方法io.rong.methods.conversation.Conversation
设置用户某会话接收新消息时是否进行消息提醒。
UNMUTE - 类 中的静态变量io.rong.models.CheckMethod
 
update(GroupModel) - 类 中的方法io.rong.methods.group.Group
刷新群组信息方法
update(UserModel) - 类 中的方法io.rong.methods.user.User
刷新用户信息方法 url "/user/refresh" docs "http://www.rongcloud.cn/docs/server.html#user_refresh"
UPDATE - 类 中的静态变量io.rong.models.CheckMethod
 
uri - 类 中的静态变量io.rong.util.BaiduHttpDNSUtil
 
url - 类 中的变量io.rong.exception.Error
 
User - io.rong.methods.chatroom.whitelist中的类
 
User(String, String, RongCloud) - 类 的构造器io.rong.methods.chatroom.whitelist.User
 
user - 类 中的变量io.rong.methods.chatroom.whitelist.Whitelist
 
user - 类 中的变量io.rong.methods.group.ban.Ban
 
User - io.rong.methods.group.ban.user中的类
群组禁言服务 群成员禁言 groupId 不加即为全局禁言 docs : https://www.rongcloud.cn/docs/server.html#group_user_gag
User(String, String, RongCloud) - 类 的构造器io.rong.methods.group.ban.user.User
 
User - io.rong.methods.group.ban.whitelist中的类
群组禁言用户白名单服务 在群组被禁言状态下,如果需要某些用户可以发言时,可将此用户加入到群组禁言用户白名单中。
User(String, String, RongCloud) - 类 的构造器io.rong.methods.group.ban.whitelist.User
 
user - 类 中的变量io.rong.methods.group.ban.whitelist.Whitelist
 
user - 类 中的变量io.rong.methods.group.mute.MuteAllMembers
 
user - 类 中的变量io.rong.methods.group.mute.whitelist.MuteWhiteList
 
User - io.rong.methods.group.mute.whitelist中的类
群组禁言用户白名单服务 在群组被禁言状态下,如果需要某些用户可以发言时,可将此用户加入到群组禁言用户白名单中。
User(String, String, RongCloud) - 类 的构造器io.rong.methods.group.mute.whitelist.User
 
User - io.rong.methods.user中的类
用户服务 docs : http://www.rongcloud.cn/docs/server.html#user
User(String, String, RongCloud) - 类 的构造器io.rong.methods.user.User
 
User - io.rong.models中的类
 
User(String, String, String) - 类 的构造器io.rong.models.User
 
user - 类 中的变量io.rong.RongCloud
 
USER - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
UserExample - io.rong.example.chatroom.whitelist中的类
 
UserExample() - 类 的构造器io.rong.example.chatroom.whitelist.UserExample
 
UserExample - io.rong.example.group.ban.user中的类
群组成员全部禁言例子
UserExample() - 类 的构造器io.rong.example.group.ban.user.UserExample
 
UserExample - io.rong.example.user中的类
Demo class
UserExample() - 类 的构造器io.rong.example.user.UserExample
 
UserGroup - io.rong.models.group中的类
 
UserGroup() - 类 的构造器io.rong.models.group.UserGroup
 
UserGroup(String, GroupModel[]) - 类 的构造器io.rong.models.group.UserGroup
 
userId - 类 中的变量io.rong.models.conversation.ConversationModel
 
UserInfo - io.rong.messages中的类
消息中携带的用户信息
UserInfo() - 类 的构造器io.rong.messages.UserInfo
 
UserInfo(String, String, String, String) - 类 的构造器io.rong.messages.UserInfo
 
UserList - io.rong.models.response中的类
 
UserList(Integer, String[]) - 类 的构造器io.rong.models.response.UserList
 
UserModel - io.rong.models.user中的类
用户信息
UserModel() - 类 的构造器io.rong.models.user.UserModel
 
UserModel(String, String, String) - 类 的构造器io.rong.models.user.UserModel
 
UserResult - io.rong.models.response中的类
getToken 返回结果
UserResult(String, String, String, String) - 类 的构造器io.rong.models.response.UserResult
 

V

validateParams(Object, int) - 类 中的静态方法io.rong.util.CommonUtil
 
valueOf(String) - 枚举 中的静态方法io.rong.util.CodeUtil.ConversationType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.util.CodeUtil.ErrorType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.rong.util.CodeUtil.ServiceType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.rong.util.CodeUtil.ConversationType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.util.CodeUtil.ErrorType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.rong.util.CodeUtil.ServiceType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VERIFY - 类 中的静态变量io.rong.models.CheckMethod
 
VERIFY_JSON_NAME - 类 中的静态变量io.rong.util.CommonUtil
 
verifyBlacklist - 类 中的变量io.rong.models.message.PrivateMessage
是否过滤发送人黑名单列表,0 表示为不过滤、 1 表示为过滤,默认为 0 不过滤。
VoiceMessage - io.rong.messages中的类
语音消息。
VoiceMessage(String, String, Long) - 类 的构造器io.rong.messages.VoiceMessage
 
VoiceMessage(String, String, Long, UserInfo) - 类 的构造器io.rong.messages.VoiceMessage
 

W

whiteList - 类 中的变量io.rong.methods.chatroom.Chatroom
 
Whitelist - io.rong.methods.chatroom.whitelist中的类
聊天室用户白名单服务 docs: "http://www.rongcloud.cn/docs/server.html#chatroom_user_whitelist"
Whitelist(String, String) - 类 的构造器io.rong.methods.chatroom.whitelist.Whitelist
 
whitelist - 类 中的变量io.rong.methods.group.ban.Ban
 
Whitelist - io.rong.methods.group.ban.whitelist中的类
群组禁言用户白名单服务 在群组被禁言状态下,如果需要某些用户可以发言时,可将此用户加入到群组禁言用户白名单中。
Whitelist(String, String, RongCloud) - 类 的构造器io.rong.methods.group.ban.whitelist.Whitelist
 
whitelist - 类 中的变量io.rong.methods.group.mute.MuteAllMembers
 
whiteList - 类 中的变量io.rong.methods.user.User
 
Whitelist - io.rong.methods.user.whitelist中的类
用户白名单服务 docs: "http://www.rongcloud.cn/docs/server.html#whitelist"
Whitelist(String, String, RongCloud) - 类 的构造器io.rong.methods.user.whitelist.Whitelist
 
WhitelistExample - io.rong.example.group.ban.whitelist中的类
 
WhitelistExample() - 类 的构造器io.rong.example.group.ban.whitelist.WhitelistExample
 
WhiteListResult - io.rong.models.response中的类
 
WhiteListResult(Integer, String, UserModel[]) - 类 的构造器io.rong.models.response.WhiteListResult
 
WhiteListResult(UserModel[]) - 类 的构造器io.rong.models.response.WhiteListResult
 
Wordfilter - io.rong.methods.sensitive中的类
敏感词服务 docs: "http://www.rongcloud.cn/docs/server.html#sensitiveword"
Wordfilter(String, String) - 类 的构造器io.rong.methods.sensitive.Wordfilter
 
wordfilter - 类 中的变量io.rong.RongCloud
 
WORDFILTER - 类 中的静态变量io.rong.util.RcloudServiceConstrants
 
A B C D E F G H I J K L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2020 RcongCloud Group. All rights reserved.