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.
zimZIM instance.groupNoticeGroup notice.operatedInfoGroup operation information.groupIDGroup ID.
Implementation
static void Function(ZIM zim, String groupNotice,
ZIMGroupOperatedInfo operatedInfo, String groupID)? onGroupNoticeUpdated;