onGroupOperation

public abstract void onGroupOperation(String groupId, GroupMemberInfo operatorInfo, GroupInfo groupInfo, GroupOperation operation, List<GroupMemberInfo> memberInfos, long operationTime)

Group Operation Callback

Parameters

groupId

The group ID

operatorInfo

The operator's user information. Note: This is empty when the operation is performed by the server API.

groupInfo

The group information. Note: This is non-empty only when GroupOperation is Create.

operation

The type of group operation. Refer to

memberInfos

The list of group members involved in this operation. Note: 1) This is empty if no user IDs (including the group owner) are specified when creating the group; 2) This is empty when dissolving the group.

operationTime

The operation time.