EMGroupChangeListener class Null safety

Constructors

EMGroupChangeListener()

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
onAdminAddedFromGroup(String groupId, String admin) → void
群管理增加
onAdminRemovedFromGroup(String groupId, String admin) → void
群管理被移除
onAllGroupMemberMuteStateChanged(String groupId, bool isAllMuted) → void
群组禁言状态发生变化
onAnnouncementChangedFromGroup(String groupId, String announcement) → void
群公告变更
onGroupDestroyed(String groupId, String? groupName) → void
群组解散
onInvitationAcceptedFromGroup(String groupId, String invitee, String? reason) → void
入群邀请被同意
onInvitationDeclinedFromGroup(String groupId, String invitee, String? reason) → void
入群邀请被拒绝
onInvitationReceivedFromGroup(String groupId, String? groupName, String inviter, String? reason) → void
id是groupId, 名称是groupName的群邀请被inviter拒绝,理由是reason
onMemberExitedFromGroup(String groupId, String member) → void
有用户离开群
onMemberJoinedFromGroup(String groupId, String member) → void
有用户加入群
onMuteListAddedFromGroup(String groupId, List<String> mutes, int? muteExpire) → void
群禁言列表增加
onMuteListRemovedFromGroup(String groupId, List<String> mutes) → void
群禁言列表减少
onOwnerChangedFromGroup(String groupId, String newOwner, String oldOwner) → void
群所有者变更
onRequestToJoinAcceptedFromGroup(String groupId, String? groupName, String accepter) → void
入群申请被同意
onRequestToJoinDeclinedFromGroup(String groupId, String? groupName, String decliner, String? reason) → void
入群申请被拒绝
onRequestToJoinReceivedFromGroup(String groupId, String? groupName, String applicant, String? reason) → void
收到用户applicant申请加入id是groupId, 名称是groupName的群,原因是reason
onSharedFileAddedFromGroup(String groupId, EMGroupSharedFile sharedFile) → void
群共享文件增加
onSharedFileDeletedFromGroup(String groupId, String fileId) → void
群共享文件被删除
onUserRemovedFromGroup(String groupId, String? groupName) → void
被移出群组
onWhiteListAddedFromGroup(String groupId, List<String> members) → void
有用户被添加到群组白名单
onWhiteListRemovedFromGroup(String groupId, List<String> members) → void
有用户从群组白名单被移除
toString() → String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited