startGroupChat

public void startGroupChat(Context context, String targetGroupId, String title)

启动群组聊天界面。

Parameters

context

应用上下文。

targetGroupId

要聊天的群组 Id。

title

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