onGroupFollowsChangedSync

public abstract void onGroupFollowsChangedSync(String groupId, GroupOperationType operationType, List<String> userIds, long operationTime)

Callback event triggered when the special attention status of group members changes across multiple devices.

Parameters

groupId

The ID of the group.

operationType

The type of operation, either add or remove. Refer to .

operationTime

The time of the operation.

userIds

An array of user IDs of the members.