TIMGroupCounterChangedCallback
Introduction
group counter changed callback
Returned template
TIMGroupCounterChangedCallback = void Function(
group_id: string,
group_counter_key: string,
group_counter_new_value: number,
user_data: string
)
Return value details
name | type | description |
---|---|---|
group_id | string | group IDD |
group_counter_key | string | key of group counter |
group_counter_new_value | number | new value of group counter |
user_data | any | User-defined data transfered by ImSDK without any processing |