EMChatRoomEventListener class Null safety

Constructors

EMChatRoomEventListener()

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