OnTopicCreated

功能介绍

话题创建通知

返回模板

OnTopicCreated = void Function(String groupID, String topicID);

返回值详解

名称 数值类型 描述
groupID String 创建话题的群组id
topicID String 创建的话题id

代码示例

    //设置群组监听器
    V2TimGroupListener listener = V2TimGroupListener(
        onTopicCreated: (String groupID, String topicID) async {
      //话题创建通知
      //groupID    创建话题的群组id
      //topicID    创建的话题id
    });
    //添加群组监听器
    TencentImSDKPlugin.v2TIMManager.addGroupListener(listener: listener);

results matching ""

    No results matching ""