Enum TIMGroupReportType
Namespace: com.tencent.imsdk.unity.enums
Assembly: cs.temp.dll.dll
Syntax
public enum TIMGroupReportType
Fields
Name | Description |
---|---|
kTIMGroupReport_AddAccept | Group joining by application accepted (received only by the applicant) |
kTIMGroupReport_AddRefuse | Group joining by application refused (received only by the applicant) |
kTIMGroupReport_AddRequest | Group joining by application (received only by the admin) |
kTIMGroupReport_BeKicked | Kicked off by the admin (received only by the kicked-off member) |
kTIMGroupReport_CancelAdmin | Admin status canceled (received only by the canceled admin) |
kTIMGroupReport_Create | Group created (received only by the creator but not displayed) |
kTIMGroupReport_Delete | Group dissolved (received by all group members) |
kTIMGroupReport_GrantAdmin | Admin status set (received only by the set admin) |
kTIMGroupReport_GroupRecycle | Group resumed (received by all group members but not displayed) |
kTIMGroupReport_Invite | Group joining without consent of invitee (such as a work group) |
kTIMGroupReport_InviteAccept | Group joining by invitation approved (received only by the inviter) |
kTIMGroupReport_InviteRefuse | Group joining by invitation refused (received only by the inviter) |
kTIMGroupReport_InviteReq | The invitee receiving an invitation accepts or rejects the invitation |
kTIMGroupReport_None | Unknown type |
kTIMGroupReport_Quit | Group leaving (received only by the user who leaves the group and not displayed) |
kTIMGroupReport_ReadReport | Read report synchronized across multiple terminals (received only by the reporter) |
kTIMGroupReport_UserDefine | User-defined notification (received by all members by default) |