onUserInfoUpdate property

void Function(List<ChatUserInfo> userInfos)? onUserInfoUpdate
final

~english Occurs when the user attributes of subscribed users are updated.

Param userInfos The updated user attributes of subscribed users. ~end

~chinese 被订阅用户的用户属性更新回调。

Param userInfos 更新后的被订阅用户的用户属性列表。 ~end

Implementation

final void Function(List<ChatUserInfo> userInfos)? onUserInfoUpdate;