TIMGroupTopicDeletedCallback
Introduction
group topic deleted callback
Returned template
TIMGroupTopicDeletedCallback = void Function(group_id: string, topic_id_array: string, user_data: string)
Return value details
name | type | description |
---|---|---|
group_id | string | group ID |
topic_id_array | string | list of topic ID |
user_data | any | User-defined data transfered by ImSDK without any processing |