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
- Batch inserts received messages (these messages are only inserted into the local database and are not actually sent to the server or the other party).
- batchInsertMessage(java.util.List,boolean,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.RongCoreClient
- Batch inserts received messages (these messages are only inserted into the local database and will not be sent to the server or the other party).
- beginDestructMessage(Message,io.rong.imlib.IRongCoreListener.DestructCountDownTimerListener) - function in io.rong.imlib.RongCoreClient
- Starts burning the message, only supported in one-to-one chat.
- BEHIND - enum entry in io.rong.imlib.RongCommonDefine.GetMessageDirection
Indicates that the retrieved message time is later than the specified message time.
- 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
Beijing Data Center, default value
- BLOCK_CUSTOM - enum entry in io.rong.imlib.model.MessageBlockType
Custom Sensitive Word Blocking: Triggers when a message contains sensitive words defined by the customer in RongCloud.
- BLOCK_GLOBAL - enum entry in io.rong.imlib.model.MessageBlockType
Global sensitive words: Matches RongCloud's built-in global sensitive words
- BLOCK_THIRD_PATY - enum entry in io.rong.imlib.model.MessageBlockType
Third-party moderation interception: Indicates the status where the message is intercepted by a third-party (such as ShuMei) or template routing decides not to deliver it.
- BlockedMessageInfo - class in io.rong.imlib.model
- Information about messages containing sensitive words being blocked
- BlockMessage - class in io.rong.message
- Intercept Message Command message class.
- Both - enum entry in io.rong.imlib.model.DirectionType
Mutual Friends
- Both - enum entry in io.rong.imlib.model.QueryFriendsDirectionType
Mutual Friends
- BothWay - enum entry in io.rong.imlib.model.FriendRelationType
Mutual friends, appearing in both users' friend lists
- 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
- Generates a file based on the byte array
- 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().