OnConversationGroupDeleted

Introduction

The callback of conversation group deleted.

Returned template

OnConversationGroupDeleted = void Function(String groupName);

Return value details

name type description
groupName String The name of the deleted group.

Code example

    V2TimConversationListener listener = V2TimConversationListener(
        onConversationGroupDeleted: (String groupName) => {
            });
    TencentImSDKPlugin.v2TIMManager
        .getConversationManager()
        .addConversationListener(listener: listener);

results matching ""

    No results matching ""