leaveMessageCustomService

public abstract void leaveMessageCustomService(String kefuId, Map<String, String> contentMap, RongIMClient.OperationCallback operationCallback)

Customer service message.

Parameters

kefuId

The customer service ID, obtained after applying for and enabling the service on the RCdeveloper console.

contentMap

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.

operationCallback

Callback indicating whether the message was successfully sent.