leave Message Custom Service
public abstract void leaveMessageCustomService(String kefuId, Map<String, String> contentMap, RongIMClient.OperationCallback operationCallback)
Customer service message.
Parameters
kefu Id
The customer service ID, obtained after applying for and enabling the service on the RCdeveloper console.
content Map
The message content. The key of this map is the value of getName, and CSLMessageItem is the information returned based on the message configuration in the customer service backend through leaveMessageNativeInfo when starting the customer service.
operation Callback
Callback indicating whether the message was successfully sent.