onGroupNoticeUpdated property

void Function(ZIM zim, String groupNotice, ZIMGroupOperatedInfo operatedInfo, String groupID)? onGroupNoticeUpdated
getter/setter pair

Event callback when the group notice changes.

Description: Group bulletin Change notification callback. Use cases: If a group bulletin changes, you need to synchronize the latest bulletin content. When to call /Trigger: The group bulletin is changed. Procedure. Related APIs: updateGroupNotice, which updates the group notice.

  • zim ZIM instance.
  • groupNotice Group notice.
  • operatedInfo Group operation information.
  • groupID Group ID.

Implementation

static void Function(ZIM zim, String groupNotice,
    ZIMGroupOperatedInfo operatedInfo, String groupID)? onGroupNoticeUpdated;