onUserRuleUpdated property

(void Function(ZIM zim, ZIMUserRule)?) onUserRuleUpdated
getter/setter pair

Available since: 2.15.0 and later versions.

Description:Callback of user rule changes.

When to Trigger: When the user rule of the current user is changed, all users are notified by the callback.

Implementation

static void Function(ZIM zim, ZIMUserRule)? onUserRuleUpdated;