ChatroomResponse mixin
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
-
onAnnouncementUpdate(String roomId, String announcement)
→ void
-
When chatroom announcement updated.The method will called.
-
onGlobalNotifyReceived(String roomId, List<Message> notifyMessages)
→ void
-
When admin publish global notify message,the method will called.
-
onMessageRecalled(String roomId, List<Message> msgs)
→ void
-
When some one recall a message,the method will call.
-
onMessageReceived(String roomId, List<Message> msgs)
→ void
-
Received message from chatroom participants.
-
onMessageTransformed(String roomId, Message message)
→ void
-
-
onUserBeKicked(String roomId, ChatroomBeKickedReason reason)
→ void
-
When some user kicked out by owner.
-
onUserJoined(String roomId, List<Message> msgs)
→ void
-
When a user joins a chatroom.The method carry user info for display.
-
onUserLeave(String roomId, String userId)
→ void
-
When some user leave chatroom.
-
onUserMuted(String roomId, List<String> userIds)
→ void
-
When some room participants were muted,then method will call notify Administrator.
-
onUserUnmuted(String roomId, List<String> userIds)
→ void
-
When some room participants were unmuted,then method will call notify Administrator.
-
toString()
→ String
-
A string representation of this object.
inherited