Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
onAllChatRoomMemberMuteStateChanged(String roomId, bool isAllMuted)
→ void
-
聊天室禁言状态发生变化
-
onChatRoomDestroyed(String roomId, String? roomName)
→ void
-
id是
roomId
,名称是roomName
的聊天室被销毁
-
onMemberExitedFromChatRoom(String roomId, String? roomName, String participant)
→ void
-
有用户
participant
离开id是roomId
,名字是roomName
的聊天室
-
onMemberJoinedFromChatRoom(String roomId, String participant)
→ void
-
有用户
participant
加入id是roomId
的聊天室
-
onRemovedFromChatRoom(String roomId, String? roomName, String? participant)
→ void
-
用户
participant
被id是roomId
,名称roomName
的聊天室删除
-
onWhiteListAddedFromChatRoom(String roomId, List<String> members)
→ void
-
有用户被添加到聊天室白名单
-
onWhiteListRemovedFromChatRoom(String roomId, List<String> members)
→ void
-
有用户从聊天室白名单被移除
-
toString()
→ String
-
A string representation of this object. [...]
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited