TIMGroupReportType
功能介绍
群组系统通知类型
参数介绍
| 枚举值名称 | 枚举类型描述 | 枚举值 |
|---|---|---|
| kTIMGroupReport_None | 未知类型 | 0 |
| kTIMGroupReport_AddRequest | 申请加群(只有管理员会接收到) | 1 |
| kTIMGroupReport_AddAccept | 申请加群被同意(只有申请人自己接收到) | 2 |
| kTIMGroupReport_AddRefuse | 申请加群被拒绝(只有申请人自己接收到) | 3 |
| kTIMGroupReport_BeKicked | 被管理员踢出群(只有被踢者接收到) | 4 |
| kTIMGroupReport_Delete | 群被解散(全员接收) | 5 |
| kTIMGroupReport_Create | 创建群(创建者接收, 不展示) | 6 |
| kTIMGroupReport_Invite | 无需被邀请者同意,拉入群中(例如工作群) | 7 |
| kTIMGroupReport_Quit | 主动退群(主动退出者接收, 不展示) | 8 |
| kTIMGroupReport_GrantAdmin | 设置管理员(被设置者接收) | 9 |
| kTIMGroupReport_CancelAdmin | 取消管理员(被取消者接收) | 10 |
| kTIMGroupReport_GroupRecycle | 群已被回收(全员接收, 不展示) | 11 |
| kTIMGroupReport_InviteReq | 被邀请者收到邀请,由被邀请者同意是否接受 | 12 |
| kTIMGroupReport_InviteAccept | 邀请加群被同意(只有发出邀请者会接收到) | 13 |
| kTIMGroupReport_InviteRefuse | 邀请加群被拒绝(只有发出邀请者会接收到) | 14 |
| kTIMGroupReport_ReadReport | 已读上报多终端同步通知(只有上报人自己收到) | 15 |
| kTIMGroupReport_UserDefine | 用户自定义通知(默认全员接收) | 16 |