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
-
Occurs when members are changed to admins. [...]
-
onAdminRemovedFromGroup(String groupId, String admin)
→ void
-
Occurs when an admin permission is removed. [...]
-
onAllGroupMemberMuteStateChanged(String groupId, bool isAllMuted)
→ void
-
Occurs when all group members are muted or unmuted. [...]
-
onAnnouncementChangedFromGroup(String groupId, String announcement)
→ void
-
Occurs when the announcement changed. [...]
-
onAutoAcceptInvitationFromGroup(String groupId, String inviter, String? inviteMessage)
→ void
-
Occurs when the group invitation is accepted automatically.
The SDK will join the group before notifying the app of the acceptance of the group invitation.
For settings, see {@link EMOptions#autoAcceptGroupInvitation(boolean value)}. [...]
-
onGroupDestroyed(String groupId, String? groupName)
→ void
-
Occurs when a group is destroyed. [...]
-
onInvitationAcceptedFromGroup(String groupId, String invitee, String? reason)
→ void
-
Occurs when a group invitation is approved. [...]
-
onInvitationDeclinedFromGroup(String groupId, String invitee, String? reason)
→ void
-
Occurs when a group invitation is declined. [...]
-
onInvitationReceivedFromGroup(String groupId, String? groupName, String inviter, String? reason)
→ void
-
Occurs when an invitation is rejected by the inviter. [...]
-
onMemberExitedFromGroup(String groupId, String member)
→ void
-
Occurs when a member exits the group. [...]
-
onMemberJoinedFromGroup(String groupId, String member)
→ void
-
Occurs when a member joins the group. [...]
-
onMuteListAddedFromGroup(String groupId, List<String> mutes, int? muteExpire)
→ void
-
Occurs when members are added to the mute list of the group. [...]
-
onMuteListRemovedFromGroup(String groupId, List<String> mutes)
→ void
-
Occurs when members are removed from the mute list of the group. [...]
-
onOwnerChangedFromGroup(String groupId, String newOwner, String oldOwner)
→ void
-
Occurs when the chat room ownership is transferred. [...]
-
onRequestToJoinAcceptedFromGroup(String groupId, String? groupName, String accepter)
→ void
-
Occurs when a group-join application is accepted. [...]
-
onRequestToJoinDeclinedFromGroup(String groupId, String? groupName, String decliner, String? reason)
→ void
-
Occurs when a group-join application is declined. [...]
-
onRequestToJoinReceivedFromGroup(String groupId, String? groupName, String applicant, String? reason)
→ void
-
Occurs when a group join application is received from an applicant. [...]
-
onSharedFileAddedFromGroup(String groupId, EMGroupSharedFile sharedFile)
→ void
-
Occurs when a shared file is added to the group. [...]
-
onSharedFileDeletedFromGroup(String groupId, String fileId)
→ void
-
Occurs when a shared file is deleted. [...]
-
onUserRemovedFromGroup(String groupId, String? groupName)
→ void
-
Occurs when a group member is removed from the group. [...]
-
onWhiteListAddedFromGroup(String groupId, List<String> members)
→ void
-
Occurs when one or more group members are added to the allow list. [...]
-
onWhiteListRemovedFromGroup(String groupId, List<String> members)
→ void
-
Occurs when one or more group members are removed from the allow list. [...]
-
toString()
→ String
-
A string representation of this object. [...]
inherited