onGroupRemarkChangedSync

public abstract void onGroupRemarkChangedSync(String groupId, GroupOperationType operationType, String groupRemark, long operationTime)

Callback event for multi-device synchronization of group remark name updates.

Parameters

groupId

The ID of the group.

operationType

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

operationTime

The time of the operation.

groupRemark

The content of the group remark.