RecallNotificationMessage

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)
public void RecallNotificationMessage(Array<byte> data)
public void RecallNotificationMessage(Parcel in)

Properties

Link copied to clipboard
public final static Creator<RecallNotificationMessage> CREATOR
Read interface, intended to construct an instance of a class that implements Parcelable from a Parcel.
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
public String recallContent
The content of the recalled text message

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public Array<byte> encode()
Serializes the data that needs to be transmitted.
Link copied to clipboard
public String getOperatorId()
Retrieves the user ID of the user who initiated the message recall.
Link copied to clipboard
public MessageContent getOriginalMessageContent()
Link copied to clipboard
public String getOriginalObjectName()
Retrieves the message type name of the original message.
Link copied to clipboard
public long getRecallActionTime()
Get the send time of the recalled message
Link copied to clipboard
public String getRecallContent()
Get the content of the recalled message
Link copied to clipboard
public long getRecallTime()
Get the recall time in milliseconds
Link copied to clipboard
public boolean isAdmin()
Indicates whether the operation is performed by an administrator
Link copied to clipboard
public boolean isDelete()
Whether to delete
Link copied to clipboard
public void setOriginalMessageContent(MessageContent originalMessageContent)
Link copied to clipboard
public void setOriginalObjectName(String originalObjectName)
Link copied to clipboard
public void setRecallActionTime(long recallActionTime)
Sets the send time of the recalled message
Link copied to clipboard
public void setRecallContent(String recallContent)
Sets the content for recalled messages
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)