EMChatRoomEventListener class abstract

Constructors

EMChatRoomEventListener()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
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的聊天室删除
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited