Query the status of feature switches. You can view all supported configuration items through RCKitCommand.
[ZH]
注册自定义组件,以替换 SDK 默认组件,必须在 ready
之前调用。
自定义组件标签名
自定义组件定义
Register custom message types, must be called before ready.
Register a language package, which can also be used to override an existing language package; only valid before the ready call.
Language package definition, such as zh_CN.
Language package entry definition.
Text direction for the language, default is 'ltr'; effective only when the language package is registered for the first time.
Language switch functionality interface.
Target language to switch to.
Get the current language in use.
Retrieve the list of supported languages.
Set a custom push configuration hook to modify the title, content, and other details of the push notification received on mobile devices before the message is sent.
Update user information
Update group information
Update user online status
user ID
online status
Immediately refresh the user member list. Calling this method will synchronize the group memberCount information. This operation only affects local cached data and UI display, and will not send requests to the RongCloud server.
group ID
Member List
Add Group Members. Calling this method will synchronize the group's memberCount information. This operation only affects local cache data and UI display, and does not send requests to the RongCloud server.
Remove group members. Calling this method will synchronize the group’s memberCount information. This operation only affects local cache data and UI display, and does not send requests to the RongCloud server.
Retrieve conversation menu copy.
Open a specified conversation. If the conversation does not exist in the currently displayed conversation list, a new conversation will be created and placed as far forward as possible in the list.
Get the currently opened conversation. If no conversation is open, it will return null.
Add functionality extensions to the right-side conversation detail panel. This must be called before ready to be effective.
Copy the input box menu configuration
Set up new input box menu configurations.
Get a copy of the list of existing picture emoji libraries.
Set up the list of picture emoji libraries.
Get a copy of the existing character emoji library.
Set up the character emoji library
send message
Insert a message locally.
The configuration of the Notification SDK is completed so that the SDK can be initialized according to the configuration.
Detect whether the SDK has been initialized.
Uninitialize
Define feature switches, and you can view all supported configuration items through RCKitCommand. This must be called before ready.