ZIMGroupMemberKickedResult class
Description: Returns the result of the kick out group member operation.
Use cases: After a group member is kicked out, the success or failure can be determined by the callback.
When to call /Trigger: The result is returned after the group member is kicked out.
Related API:kickGroupMembers
Kick out group members.
Constructors
-
ZIMGroupMemberKickedResult.new({required String groupID, required List<
String> kickedUserIDList, required List<ZIMErrorUserInfo> errorUserList})
Properties
-
errorUserList
↔ List<
ZIMErrorUserInfo> -
getter/setter pair
- groupID ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
kickedUserIDList
↔ List<
String> -
getter/setter pair
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited