OnGroupCounterChanged
Introduction
The callback of group counters changes event.
Returned template
OnGroupCounterChanged = void Function(
string key,
number newValue
)
Return value details
| name | type | description |
|---|---|---|
| groupID | string | The group ID. |
| key | string | counter key. |
| newValue | number | counter value. |