Chat SDK for Unity and Windows v1.2.1
AgoraChat.IGroupManagerDelegate Member List

This is the complete list of members for AgoraChat.IGroupManagerDelegate, including all inherited members.

OnAddAllowListMembersFromGroup(string groupId, List< string > allowList)AgoraChat.IGroupManagerDelegate
OnAdminAddedFromGroup(string groupId, string administrator)AgoraChat.IGroupManagerDelegate
OnAdminRemovedFromGroup(string groupId, string administrator)AgoraChat.IGroupManagerDelegate
OnAllMemberMuteChangedFromGroup(string groupId, bool isAllMuted)AgoraChat.IGroupManagerDelegate
OnAnnouncementChangedFromGroup(string groupId, string announcement)AgoraChat.IGroupManagerDelegate
OnAutoAcceptInvitationFromGroup(string groupId, string inviter, string inviteMessage)AgoraChat.IGroupManagerDelegate
OnDestroyedFromGroup(string groupId, string groupName)AgoraChat.IGroupManagerDelegate
OnInvitationAcceptedFromGroup(string groupId, string invitee)AgoraChat.IGroupManagerDelegate
OnInvitationDeclinedFromGroup(string groupId, string invitee, string reason)AgoraChat.IGroupManagerDelegate
OnInvitationReceivedFromGroup(string groupId, string groupName, string inviter, string reason)AgoraChat.IGroupManagerDelegate
OnMemberExitedFromGroup(string groupId, string member)AgoraChat.IGroupManagerDelegate
OnMemberJoinedFromGroup(string groupId, string member)AgoraChat.IGroupManagerDelegate
OnMuteListAddedFromGroup(string groupId, List< string > mutes, long muteExpire)AgoraChat.IGroupManagerDelegate
OnMuteListRemovedFromGroup(string groupId, List< string > mutes)AgoraChat.IGroupManagerDelegate
OnOwnerChangedFromGroup(string groupId, string newOwner, string oldOwner)AgoraChat.IGroupManagerDelegate
OnRemoveAllowListMembersFromGroup(string groupId, List< string > allowList)AgoraChat.IGroupManagerDelegate
OnRequestToJoinAcceptedFromGroup(string groupId, string groupName, string accepter)AgoraChat.IGroupManagerDelegate
OnRequestToJoinDeclinedFromGroup(string groupId, string reason)AgoraChat.IGroupManagerDelegate
OnRequestToJoinReceivedFromGroup(string groupId, string groupName, string applicant, string reason)AgoraChat.IGroupManagerDelegate
OnSharedFileAddedFromGroup(string groupId, GroupSharedFile sharedFile)AgoraChat.IGroupManagerDelegate
OnSharedFileDeletedFromGroup(string groupId, string fileId)AgoraChat.IGroupManagerDelegate
OnSpecificationChangedFromGroup(Group group)AgoraChat.IGroupManagerDelegate
OnStateChangedFromGroup(string groupId, bool isDisable)AgoraChat.IGroupManagerDelegate
OnUpdateMemberAttributesFromGroup(string groupId, string userId, Dictionary< string, string > attributes, string from)AgoraChat.IGroupManagerDelegate
OnUserRemovedFromGroup(string groupId, string groupName)AgoraChat.IGroupManagerDelegate