GroupWrapper mixin

Superclass constraints
Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
observers List<ChatUIKitObserverBase>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListeners() → void
override
addObserver(ChatUIKitObserverBase observer) → void
inherited
checkResult<T>(ChatSDKEvent actionEvent, Future<T> method()) Future<T>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAdminAddedFromGroup(String groupId, String admin) → void
onAdminRemovedFromGroup(String groupId, String admin) → void
onAllGroupMemberMuteStateChanged(String groupId, bool isAllMuted) → void
onAllowListAddedFromGroup(String groupId, List<String> members) → void
onAllowListRemovedFromGroup(String groupId, List<String> members) → void
onAnnouncementChangedFromGroup(String groupId, String announcement) → void
onAttributesChangedOfGroupMember(String groupId, String userId, Map<String, String>? attributes, String? operatorId) → void
onAutoAcceptInvitationFromGroup(String groupId, String inviter, String? inviteMessage) → void
onDisableChanged(String groupId, bool isDisable) → void
onGroupCreatedByMyself(Group group) → void
onGroupDestroyed(String groupId, String? groupName) → void
onGroupNameChangedByMeSelf(Group group) → 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
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, String? applicant) → void
onRequestToJoinReceivedFromGroup(String groupId, String? groupName, String applicant, String? reason) → void
onSharedFileAddedFromGroup(String groupId, GroupSharedFile sharedFile) → void
onSharedFileDeletedFromGroup(String groupId, String fileId) → void
onSpecificationDidUpdate(Group group) → void
onUserRemovedFromGroup(String groupId, String? groupName) → void
removeListeners() → void
override
removeObserver(ChatUIKitObserverBase observer) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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