ZIMRoomMemberAttributesListQueriedResult class

Supported version: 2.4.0.

Detail description: Returns the result of paging query of all user attribute lists in the room.

Business scenario: After querying room user attributes, the success or failure and query results can be known through this callback.

Notification timing: The result will be returned after the room user attribute query is completed.

Related interface: queryRoomMemberAttributesList, query room user attributes.

roomID Room ID. infos List of room user attributes. nextFlag The anchor of the next paging query. If it is empty, it means that the query has been completed.

Properties

hashCode int
The hash code for this object.
no setterinherited
infos List<ZIMRoomMemberAttributesInfo>
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