ZIMRoomMembersAttributesOperatedResult class

Supported version: 2.4.0.

Detail description: Returns the result of the room user attribute operation.

Business scenario: After the custom attribute operation is performed, the success or failure can be known through this callback.

Notification timing: The result is returned after the room user attribute operation is completed.

Related interface: setRoomMembersAttributes, add or modify room user attributes.

roomID Room ID. infos The attributes information of the room member after the operation. errorUserList List of UserIDs with errors.

Properties

errorUserList List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
infos List<ZIMRoomMemberAttributesOperatedInfo>
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