ChatRoomMessageBuilder class

Constructors

ChatRoomMessageBuilder()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

createFileMessage(String sessionId, String filePath, String displayName) ChatRoomMessage
createFileMessage1(String sessionId, String filePath, String displayName, String nosTokenSceneKey) ChatRoomMessage
createImageMessage(String sessionId, String filePath, String displayName) ChatRoomMessage
create message by id and attachment
createImageMessage1(String sessionId, String filePath, String displayName, String nosTokenSceneKey) ChatRoomMessage
create message by id and attachment
createTextMessage(String sessionId, String content) ChatRoomMessage
create message by id and content