TypingStatus

public class TypingStatus

Constructors

Link copied to clipboard
public void TypingStatus(String userId, String typingContentType, long sentTime)

Properties

Link copied to clipboard
public long sentTime
Message sending time
Link copied to clipboard
public String typingContentType
Indicates the type of the message being typed, which corresponds to the value of getObjectName.
Link copied to clipboard
public String userId
User ID

Functions

Link copied to clipboard
public long getSentTime()
Get the message sending time
Link copied to clipboard
public String getTypingContentType()
Retrieves the type of the message being entered, which corresponds to the value of getObjectName.
Link copied to clipboard
public String getUserId()
Get user ID
Link copied to clipboard
public void setSentTime(long sentTime)
Set the message sending time
Link copied to clipboard
public void setTypingContentType(String typingContentType)
Sets the type of the message currently being typed.
Link copied to clipboard
public void setUserId(String userId)
Set user ID