Options
All
  • Public
  • Public/Protected
  • All
Menu
brief

Group system message type

name meaning value (enum)
kTIMGroupReport_None unknown type kTIMGroupReport_None
kTIMGroupReport_AddRequest Apply to join the group (only the administrator will receive it) kTIMGroupReport_AddRequest
kTIMGroupReport_AddAccept The application to join the group is approved (only the applicant himself receives it) kTIMGroupReport_AddAccept
kTIMGroupReport_AddRefuse The application to join the group was rejected (only the applicant himself received it) kTIMGroupReport_AddRefuse
kTIMGroupReport_BeKicked Kicked out of the group by the administrator (only the kicked person receives it) kTIMGroupReport_BeKicked
kTIMGroupReport_Delete The group was disbanded (all members accepted) kTIMGroupReport_AddRefuse
kTIMGroupReport_Create Create a group (the creator receives it, does not show it) kTIMGroupReport_Create
kTIMGroupReport_Invite Invite to add a group (received by the invitee) kTIMGroupReport_Invite
kTIMGroupReport_Quit Actively withdraw from the group kTIMGroupReport_Quit
kTIMGroupReport_GrantAdmin Setup administrator (received by the setup person) kTIMGroupReport_GrantAdmin
kTIMGroupReport_CancelAdmin Cancel administrator (received by canceled) kTIMGroupReport_CancelAdmin
kTIMGroupReport_GroupRecycle The group has been recycled (received by all members, not displayed) kTIMGroupReport_GroupRecycle
kTIMGroupReport_InviteReq Invite to join the group (only the invitee will receive it) kTIMGroupReport_InviteReq
kTIMGroupReport_InviteAccept The invitation to join the group is approved (only the inviter will receive it) kTIMGroupReport_InviteAccept
kTIMGroupReport_InviteRefuse The invitation to join the group was rejected (only the person who sent the invitation will receive it) kTIMGroupReport_InviteRefuse
kTIMGroupReport_ReadReport Read and report multi-terminal synchronization notification (only the reporter himself receives it) kTIMGroupReport_ReadReport
kTIMGroupReport_UserDefine User-defined notification (default for all members to receive) kTIMGroupReport_UserDefine

Index

Enumeration members

kTIMGroupReport_AddAccept

kTIMGroupReport_AddAccept = 2

kTIMGroupReport_AddRefuse

kTIMGroupReport_AddRefuse = 3

kTIMGroupReport_AddRequest

kTIMGroupReport_AddRequest = 1

kTIMGroupReport_BeKicked

kTIMGroupReport_BeKicked = 4

kTIMGroupReport_CancelAdmin

kTIMGroupReport_CancelAdmin = 10

kTIMGroupReport_Create

kTIMGroupReport_Create = 6

kTIMGroupReport_Delete

kTIMGroupReport_Delete = 5

kTIMGroupReport_GrantAdmin

kTIMGroupReport_GrantAdmin = 9

kTIMGroupReport_GroupRecycle

kTIMGroupReport_GroupRecycle = 11

kTIMGroupReport_Invite

kTIMGroupReport_Invite = 7

kTIMGroupReport_InviteAccept

kTIMGroupReport_InviteAccept = 13

kTIMGroupReport_InviteRefuse

kTIMGroupReport_InviteRefuse = 14

kTIMGroupReport_InviteReq

kTIMGroupReport_InviteReq = 12

kTIMGroupReport_None

kTIMGroupReport_None = 0

kTIMGroupReport_Quit

kTIMGroupReport_Quit = 8

kTIMGroupReport_ReadReport

kTIMGroupReport_ReadReport = 15

kTIMGroupReport_UserDefine

kTIMGroupReport_UserDefine = 16

Generated using TypeDoc