EMChatRoomEventListener class

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

onChatRoomDestroyed(String roomId, String roomName) → void
id是roomId,名称是roomName的聊天室被销毁
onMemberExited(String roomId, String roomName, String participant) → void
有用户participant离开id是roomId,名字是roomName的聊天室
onMemberJoined(String roomId, String participant) → void
有用户participant加入id是roomId的聊天室
onRemovedFromChatRoom(int reason, String roomId, String roomName, String participant) → void
用用户participant被id是roomId,名称roomName的聊天室删除,删除原因是reason
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited