OnGroupAttributeChanged
Introduction
The callback of group attribute changes event.
Returned template
OnGroupAttributeChanged = void Function(
string groupID,
StringMap groupAttributeMap
)
Return value details
| name | type | description |
|---|---|---|
| groupID | string | The group ID. |
| groupAttributeMap | StringMap | All the attributes of the group. |