EMGroupChangeListener class abstract

Constructors

EMGroupChangeListener()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAdminAddedFromGroup(String? groupId, String? administrator) → void
群管理增加
onAdminRemovedFromGroup(String? groupId, String? administrator) → 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? mutes, int? muteExpire) → void
群禁言列表增加
onMuteListRemovedFromGroup(String? groupId, List? 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
被移出群组
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited