EMGroupChangeListener class
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
-
onAdminAdded(String groupId, String administrator)
→ void
-
群管理增加
-
onAdminRemoved(String groupId, String administrator)
→ void
-
群管理被移除
-
onAnnouncementChanged(String groupId, String announcement)
→ void
-
群公告变更
-
onGroupDestroyed(String groupId, String groupName)
→ void
-
群组解散
-
onInvitationAccepted(String groupId, String invitee, String reason)
→ void
-
入群邀请被同意
-
onInvitationDeclined(String groupId, String invitee, String reason)
→ void
-
入群邀请被拒绝
-
onInvitationReceived(String groupId, String groupName, String inviter, String reason)
→ void
-
id是
groupId
, 名称是groupName
的群邀请被inviter
拒绝,理由是reason
-
onMemberExited(String groupId, String member)
→ void
-
有用户离开群
-
onMemberJoined(String groupId, String member)
→ void
-
有用户加入群
-
onMuteListAdded(String groupId, List mutes, int muteExpire)
→ void
-
群禁言列表增加
-
onMuteListRemoved(String groupId, List mutes)
→ void
-
群禁言列表减少
-
onOwnerChanged(String groupId, String newOwner, String oldOwner)
→ void
-
群所有者变更
-
onRequestToJoinAccepted(String groupId, String groupName, String accepter)
→ void
-
入群申请被同意
-
onRequestToJoinDeclined(String groupId, String groupName, String decliner, String reason)
→ void
-
入群申请被拒绝
-
onRequestToJoinReceived(String groupId, String groupName, String applicant, String reason)
→ void
-
收到用户
applicant
申请加入id是groupId
, 名称是groupName
的群,原因是reason
-
onSharedFileAdded(String groupId, EMMucSharedFile sharedFile)
→ void
-
群共享文件增加
-
onSharedFileDeleted(String groupId, String fileId)
→ void
-
群共享文件被删除
-
onUserRemoved(String groupId, String groupName)
→ void
-
被移出群组
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator. [...]
inherited