ZIMGroupUsersInvitedResult class
Description: Returns the result of inviting the user to join the group.
Use cases: After a user is invited to a group, the success or failure can be determined by the callback.
When to call /Trigger: Results are returned after the user is invited to the group.
Related API:inviteUsersIntoGroup
invites users to join the group.
Constructors
-
ZIMGroupUsersInvitedResult.new({required String groupID, required List<
ZIMGroupMemberInfo> userList, 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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userList
↔ List<
ZIMGroupMemberInfo> -
getter/setter pair
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