ZIMRoomOnlineMemberCountQueriedResult class

Callback of the result of querying the online members count in the room.

Available since: 1.1.0 or above.

Description: Callback of the result of querying the online members count in the room.

Related APIs: You can check the online number of people in the room through queryRoomOnlineMemberCount.

count The number of online members of the room.

Constructors

ZIMRoomOnlineMemberCountQueriedResult({required String roomID, required int count})

Properties

count int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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