EMChatRoomEventListener class
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