onGroupMutedInfoUpdated property

void Function(ZIM zim, ZIMGroupMuteInfo mutedInfo, ZIMGroupOperatedInfo operatedInfo, String groupID)? onGroupMutedInfoUpdated
getter/setter pair

Event callback when the group is muted.

Available since: 2.14.0 and above. Description: Notification callback when the group mute information changes. Triggered when: When the group mute information changes, users in the group will trigger this callback. Related APIs: muteGroup, group mute.

  • zim ZIM instance.
  • mutedInfo Group mute information.
  • operatedInfo Group operation information.
  • groupID Group ID.

Implementation

static void Function(
  ZIM zim,
  ZIMGroupMuteInfo mutedInfo,
  ZIMGroupOperatedInfo operatedInfo,
  String groupID,
)?
onGroupMutedInfoUpdated;