ZIMUsersInfoQueriedResult class

Supported version: 2.0.0 and above.

Detailed description: Callback after developer queries user information.

Use cases: The developer can check whether the login succeeded by using errorCode in this callback.

Notification timing: This callback is triggered when a developer invokes the queryUserInfo interface.

Related interface: Run the queryUserInfo command to query information.

userList List of the userInfo queried. errorUserList Failed to query the userInfo list.

Constructors

ZIMUsersInfoQueriedResult({required List<ZIMUserFullInfo> userList, required List<ZIMErrorUserInfo> errorUserList})

Properties

errorUserList List<ZIMErrorUserInfo>
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<ZIMUserFullInfo>
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