RTCMessage Impl
Default RTCMessage implementation.
This class is for internal RTC module use only. External developers should not call this directly.
Constructors
Link copied to clipboard
public RTCMessageImpl RTCMessageImpl(String targetId, Integer conversationType, RTCMessageContent content)
Functions
Link copied to clipboard
Gets the message content.
Link copied to clipboard
Gets the conversation type.
Link copied to clipboard
Gets the message direction (send or receive).
Link copied to clipboard
Gets the local message ID.
Link copied to clipboard
Gets the object name (message type identifier).
Link copied to clipboard
Gets the message received time.
Link copied to clipboard
Gets the sender user ID.
Link copied to clipboard
Gets the sending status.
Link copied to clipboard
Gets the sent time.
Link copied to clipboard
Gets the target ID (room ID or user ID).
Link copied to clipboard
Sets the message content.
Link copied to clipboard
Sets the message direction.
Link copied to clipboard
Sets the local message ID.
Link copied to clipboard
Sets the object name.
Link copied to clipboard
Sets whether this is an offline message.
Link copied to clipboard
Sets the message received time.
Link copied to clipboard
Sets the sender user ID.
Link copied to clipboard
Sets the sending status.
Link copied to clipboard
Sets the sent time.