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.

  • zim ZIM instance.
  • groupName Group name.
  • operatedInfo Group operation information.
  • groupID Group ID.

Implementation

static void Function(ZIM zim, String groupName,
    ZIMGroupOperatedInfo operatedInfo, String groupID)? onGroupNameUpdated;