ZIMUsersStatusQueriedResult class

Result callback of the queryUsersStatus interface for batch querying user online status.

Constructors

ZIMUsersStatusQueriedResult.new({required List<ZIMUserStatus> userStatusList, required List<ZIMErrorUserInfo> errorUserList})

Properties

errorUserList List<ZIMErrorUserInfo>
Query the list of failed users.
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
userStatusList List<ZIMUserStatus>
Indicates the online status of the user to be queried.
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