ZIMRoomMemberQueriedResult class

Callback of the result of querying the room members list.

Available since: 1.1.0 or above.

Description: Callback for the result of querying the room member list.

Related APIs: Query the list of room members through queryRoomMember, and the query result will be notified through this callback.

memberList List of members in the room. nextFlag The flag of the paging query. If this field is an empty string, the query has been completed. Otherwise, you need to set this value to the "nextFlag" field of ZIMRoomMemberQueryConfig for the next page query.

Constructors

ZIMRoomMemberQueriedResult({required String roomID, required String nextFlag, required List<ZIMUserInfo> memberList})

Properties

hashCode int
The hash code for this object.
no setterinherited
memberList List<ZIMUserInfo>
getter/setter pair
nextFlag String
getter/setter pair
roomID 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