V2TimGroupListener
Introduction
The listener registered for the group-related events.
Parameter introduction
onApplicationProcessed
Parameter type : OnApplicationProcessedCallback
Supported Platform: All
- Parameter description : Group joining request handled by group owner or admin (received only by the applicant).
onGrantAdministrator
Parameter type : OnGrantAdministratorCallback
Supported Platform: All
- Parameter description : Specify the admin identity.
onGroupAttributeChanged
Parameter type : OnGroupAttributeChangedCallback
Supported Platform: All
- Parameter description : Received group attribute update.
onGroupCreated
Parameter type : OnGroupCreatedCallback
Supported Platform: All
- Parameter description : Group created (used for multi-device synchronization).
onGroupDismissed
Parameter type : OnGroupDismissedCallback
Supported Platform: All
- Parameter description : Group deleted (received by all members).
onGroupInfoChanged
Parameter type : OnGroupInfoChangedCallback
Supported Platform: All
- Parameter description : Group information modified (received by all members).
onGroupRecycled
Parameter type : OnGroupRecycledCallback
Supported Platform: All
- Parameter description : Group repossessed (received by all members).
onMemberEnter
Parameter type : OnMemberEnterCallback
Supported Platform: All
- Parameter description : Users join the group (received by all members).
onMemberInfoChanged
Parameter type : OnMemberInfoChangedCallback
Supported Platform: All
- Parameter description : Group member information modified, supporting notifications for muting only (received by all members).
onMemberInvited
Parameter type : OnMemberInvitedCallback
Supported Platform: All
- Parameter description : Users are added to a group by others (received by all members).
onMemberKicked
Parameter type : OnMemberKickedCallback
Supported Platform: All
- Parameter description : Users are removed from a group by others (received by all members).
onMemberLeave
Parameter type : OnMemberLeaveCallback
Supported Platform: All
- Parameter description : Users leave the group (received by all members).
onQuitFromGroup
Parameter type : OnQuitFromGroupCallback
Supported Platform: All
- Parameter description : Quit a group (mainly used for multi-device synchronization, not supported by AVChatRoom).
onReceiveJoinApplication
Parameter type : OnReceiveJoinApplicationCallback
Supported Platform: All
- Parameter description : New group joining request (received only by the group owner and admin).
onReceiveRESTCustomData
Parameter type : OnReceiveRESTCustomDataCallback
Supported Platform: All
- Parameter description : Received a custom system message delivered via the RESTful API.
onRevokeAdministrator
Parameter type : OnRevokeAdministratorCallback
Supported Platform: All
- Parameter description : Cancel the admin identity.
onTopicCreated
Parameter type : OnTopicCreated
Supported Platform: All
- Parameter description : Topic created.
onTopicDeleted
Parameter type : OnTopicDeleted
Supported Platform: All
- Parameter description : Topic deleted.
onTopicInfoChanged
Parameter type : OnTopicInfoChanged
Supported Platform: All
- Parameter description : Topic information modified (received by all members).