A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
B
- batchInsertMessage(java.util.List,boolean) - function in io.rong.imlib.LibHandlerStub
- batchInsertMessage(java.util.List,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.RongCoreClient
- 批量插入接收的消息(该消息只插入本地数据库,实际不会发送给服务器和对方) Message 下列属性会被入库,其余属性会被抛弃 conversationType 会话类型 targetId 会话 ID messageDirection 消息方向 senderUserId 发送者 ID receivedStatus 接收状态;消息方向为接收方且未调用 message.getReceivedStatus().
- batchInsertMessage(java.util.List,boolean,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.RongCoreClient
- 批量插入接收的消息(该消息只插入本地数据库,实际不会发送给服务器和对方) Message 下列属性会被入库,其余属性会被抛弃 conversationType 会话类型 targetId 会话 ID UId 消息唯一 ID messageDirection 消息方向 senderUserId 发送者 ID receivedStatus 接收状态;消息方向为接收方且未调用 message.getReceivedStatus().
- beginDestructMessage(Message,io.rong.imlib.IRongCoreListener.DestructCountDownTimerListener) - function in io.rong.imlib.RongCoreClient
- 开始焚烧消息,仅支持单聊。
- BEHIND - enum entry in io.rong.imlib.RongCommonDefine.GetMessageDirection
获取的消息时间晚于指定的 message 时间。
- BIND_GROUP - enum entry in io.rong.imlib.IRongCoreListener.UserGroupEventType
- bindService() - function in io.rong.imlib.MultiProcessServiceProvider
- BIRTHDAY - enum entry in io.rong.imlib.model.UserProfileKeys
- BIZ_ERROR_CLIENT_NOT_INIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
协议栈未初始化(可能原因:1,没有调用SDK初始化接口;2,SDK的so未正常加载)
- BIZ_ERROR_CONNECTING - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
连接中,再调用 connect 被拒绝
- BIZ_ERROR_DATABASE_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
数据库错误
- BIZ_ERROR_NO_CHANNEL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
通道无效
- BIZ_ERROR_RECONNECT_SUCCESS - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
重新连接成功
- BIZ_SAVE_MESSAGE_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
将消息存储到本地数据时失败。 发送或插入消息时,消息需要存储到本地数据库,当存库失败时,会回调此错误码
- BJ - enum entry in io.rong.imlib.model.InitOption.AreaCode
北京数据中心,默认值
- BLOCK_CUSTOM - enum entry in io.rong.imlib.model.MessageBlockType
自定义敏感词拦截:命中了客户在融云自定义的敏感词
- BLOCK_GLOBAL - enum entry in io.rong.imlib.model.MessageBlockType
全局敏感词:命中了融云内置的全局敏感词
- BLOCK_THIRD_PATY - enum entry in io.rong.imlib.model.MessageBlockType
第三方审核拦截:命中了第三方(数美)或模板路由决定不下发的状态
- BlockedMessageInfo - class in io.rong.imlib.model
- 含有敏感词消息被拦截的信息类
- BlockMessage - class in io.rong.message
- 拦截消息 命令消息类,此消息不存储不计入未读消息数 发送消息中因含有敏感词,server下发的命令消息 Created by yanke on 2021/7/12
- Both - enum entry in io.rong.imlib.model.DirectionType
双向好友
- Both - enum entry in io.rong.imlib.model.QueryFriendsDirectionType
双向好友
- BothWay - enum entry in io.rong.imlib.model.FriendRelationType
互为好友,在双方的好友列表中
- build() - function in io.rong.imlib.model.AndroidConfig.Builder
- build() - function in io.rong.imlib.model.InitOption.Builder
- build() - function in io.rong.imlib.model.MessageConfig.Builder
- build() - function in io.rong.imlib.model.MessagePushConfig.Builder
- build() - function in io.rong.push.pushconfig.PushConfig.Builder
- buildSendText(java.lang.String) - function in io.rong.message.ReferenceMessage
- byte2File(kotlin.Array,java.lang.String,java.lang.String) - function in io.rong.common.FileUtils
- 根据 byte 数组,生成文件
- bytesToParcelable(kotlin.Array,java.lang.Class) - function in io.rong.common.ParcelUtils
- Read and return a new Parcelable from the parcel.
- bytesToParcelableList(kotlin.Array,java.lang.Class) - function in io.rong.common.ParcelUtils
- Read and return a new ArrayList object from the parcel at the current dataPosition().