startCustomerServiceChat

public void startCustomerServiceChat(Context context, String customerServiceId, String title, CSCustomServiceInfo customServiceInfo)

启动客户服聊天界面。

Parameters

context

应用上下文。

customerServiceId

要与之聊天的客服 Id。

title

聊天的标题。开发者需要在聊天界面通过intent.getData().getQueryParameter("title")获取该值, 再手动设置为聊天界面的标题。

customServiceInfo

当前使用客服者的用户信息。CSCustomServiceInfo