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