CustomChatRoomMessageConfig class

自定义聊天室消息配置

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipHistory bool?
该消息是否要保存到服务器,如果为true,通过{@link ChatRoomService#pullMessageHistory(String, long, int)}拉取的结果将不包含该条消息。 默认为false。
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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