OnConversationGroupCreated

Introduction

The callback of conversation group create finished.

Returned template

OnConversationGroupCreated = void Function(
    String groupName, List<V2TimConversation> conversationList);
)

Return value details

name type description
groupName String The name of the conversation group.
conversationList List< V2TimConversation > The initial list of conversation in this conversation group.

Code example

    V2TimConversationListener listener = V2TimConversationListener(
        onConversationGroupCreated:
            (String groupName, List<V2TimConversation> conversationList) => {
                });
    TencentImSDKPlugin.v2TIMManager
        .getConversationManager()
        .addConversationListener(listener: listener);

results matching ""

    No results matching ""