Recall Notification Message
Message Recall Notification Class
The message recall notification class is used to display notifications on the UI when a user recalls a message or receives a recall signal message.
Constructors
Link copied to clipboard
public void RecallNotificationMessage(String operatorId, long recallTime, String originalObjectName, boolean isAdmin, boolean isDelete)
public void RecallNotificationMessage(String operatorId, long recallTime, String originalObjectName, boolean isAdmin, boolean isDelete, String recallContent, long recallActionTime)
Properties
Link copied to clipboard
public MessageContent originalMessageContent
The content of the original message
Link copied to clipboard
public long recallActionTime
The sending time of the recalled message
Link copied to clipboard
The content of the recalled text message
Functions
Link copied to clipboard
Link copied to clipboard
Retrieves the user ID of the user who initiated the message recall.
Link copied to clipboard
Link copied to clipboard
Retrieves the message type name of the original message.
Link copied to clipboard
Get the send time of the recalled message
Link copied to clipboard
Get the content of the recalled message
Link copied to clipboard
Get the recall time in milliseconds
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the send time of the recalled message
Link copied to clipboard
Sets the content for recalled messages
Link copied to clipboard