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

B

batchInsertMessage(java.util.List,io.rong.imlib.RongIMClient.ResultCallback) - function in io.rong.imlib.RongIMClient
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).
beginDestructMessage(Message,io.rong.imlib.RongIMClient.DestructCountDownTimerListener) - function in io.rong.imlib.RongIMClient
Starts burning the message.
bindChatRoomWithRTCRoom(java.lang.String,java.lang.String,io.rong.imlib.RongIMClient.OperationCallback) - function in io.rong.imlib.RongIMClient
Bind chatRoom and RTCRoom.
BIZ_ERROR_CLIENT_NOT_INIT - enum entry in io.rong.imlib.RongIMClient.ErrorCode

SDK is not initialized

You must initialize the SDK before using any of its features.

BIZ_ERROR_CONNECTING - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Connection in progress, calling connect again will be rejected.

This error code has been deprecated.

BIZ_ERROR_DATABASE_ERROR - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Database error.

When connecting to RongCloud, the SDK will open the database. If you call a business interface without connecting to RongCloud, this error may occur because the database is not yet open.

The database path includes the userId. If the userId passed when obtaining the token contains special characters, it may cause this error. The userId supports a combination of uppercase and lowercase English letters, numbers, and certain special symbols +, =, -, _. The maximum length is 64 bytes.

BIZ_ERROR_NO_CHANNEL - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Channel is invalid.

This error code has been deprecated.

BIZ_ERROR_RECONNECT_SUCCESS - enum entry in io.rong.imlib.RongIMClient.ErrorCode

Reconnection succeeded.

This error code has been deprecated.

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