on Group Operation
public abstract void onGroupOperation(String groupId, GroupMemberInfo operatorInfo, GroupInfo groupInfo, GroupOperation operation, List<GroupMemberInfo> memberInfos, long operationTime)
Group Operation Callback
Parameters
group Id
The group ID
operator Info
The operator's user information. Note: This is empty when the operation is performed by the server API.
group Info
The group information. Note: This is non-empty only when GroupOperation is Create.
operation
The type of group operation. Refer to
member Infos
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.
operation Time
The operation time.