onGroupNameUpdated property
void Function(ZIM zim, String groupName, ZIMGroupOperatedInfo operatedInfo, String groupID)?
onGroupNameUpdated
getter/setter pair
Event callback when the group name changes.
Description: Group name change notification callback.
Use cases: If the group name is changed, you need to synchronize the latest group name.
When to call /Trigger: The group name is changed. Procedure
Related APIs: updateGroupName : updates the group name.
zimZIM instance.groupNameGroup name.operatedInfoGroup operation information.groupIDGroup ID.
Implementation
static void Function(ZIM zim, String groupName,
ZIMGroupOperatedInfo operatedInfo, String groupID)? onGroupNameUpdated;