Class RecallNotificationMessage
- 
                    
                    - All Implemented Interfaces:
 
 public class RecallNotificationMessageMessage 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. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public MessageContentoriginalMessageContentpublic StringrecallContentpublic longrecallActionTimepublic final static Creator<RecallNotificationMessage>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description RecallNotificationMessage(String operatorId, long recallTime, String originalObjectName, boolean isAdmin, boolean isDelete)RecallNotificationMessage(String operatorId, long recallTime, String originalObjectName, boolean isAdmin, boolean isDelete, String recallContent, long recallActionTime)RecallNotificationMessage(Array<byte> data)RecallNotificationMessage(Parcel in)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description MessageContentgetOriginalMessageContent()voidsetOriginalMessageContent(MessageContent originalMessageContent)StringgetRecallContent()Get the content of the recalled message voidsetRecallContent(String recallContent)Sets the content for recalled messages longgetRecallActionTime()Get the send time of the recalled message voidsetRecallActionTime(long recallActionTime)Sets the send time of the recalled message Array<byte>encode()Serializes the data that needs to be transmitted. voidwriteToParcel(Parcel dest, int flags)intdescribeContents()StringgetOperatorId()Retrieves the user ID of the user who initiated the message recall. longgetRecallTime()Get the recall time in milliseconds StringgetOriginalObjectName()Retrieves the message type name of the original message. voidsetOriginalObjectName(String originalObjectName)booleanisAdmin()Indicates whether the operation is performed by an administrator booleanisDelete()Whether to delete - 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        RecallNotificationMessageRecallNotificationMessage(String operatorId, long recallTime, String originalObjectName, boolean isAdmin, boolean isDelete) 
 - 
                                        RecallNotificationMessageRecallNotificationMessage(String operatorId, long recallTime, String originalObjectName, boolean isAdmin, boolean isDelete, String recallContent, long recallActionTime) 
 - 
                                        RecallNotificationMessageRecallNotificationMessage(Array<byte> data) 
 - 
                                        RecallNotificationMessageRecallNotificationMessage(Parcel in) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getOriginalMessageContentMessageContent getOriginalMessageContent() 
 - 
                                        setOriginalMessageContentvoid setOriginalMessageContent(MessageContent originalMessageContent) 
 - 
                                        getRecallContentString getRecallContent() Get the content of the recalled message - Returns:
- The content of the recalled message 
 
 - 
                                        setRecallContentvoid setRecallContent(String recallContent) Sets the content for recalled messages 
 - 
                                        getRecallActionTimelong getRecallActionTime() Get the send time of the recalled message - Returns:
- Specifies the send time of the recalled message 
 
 - 
                                        setRecallActionTimevoid setRecallActionTime(long recallActionTime) Sets the send time of the recalled message - Parameters:
- recallActionTime- The send time of the recalled message
 
 - 
                                        encodeArray<byte> encode() Serializes the data that needs to be transmitted. - Returns:
- The serialized data to be transmitted. 
 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        describeContentsint describeContents() 
 - 
                                        getOperatorIdString getOperatorId() Retrieves the user ID of the user who initiated the message recall. - Returns:
- The user ID of the user who initiated the message recall. 
 
 - 
                                        getRecallTimelong getRecallTime() Get the recall time in milliseconds - Returns:
- The recall time in milliseconds 
 
 - 
                                        getOriginalObjectNameString getOriginalObjectName() Retrieves the message type name of the original message. - Returns:
- The message type name of the original message. 
 
 - 
                                        setOriginalObjectNamevoid setOriginalObjectName(String originalObjectName) 
 - 
                                        isAdminboolean isAdmin() Indicates whether the operation is performed by an administrator - Returns:
- Indicates whether the operation is performed by an administrator 
 
 - 
                                        isDeleteboolean isDelete() Whether to delete - Returns:
- Indicates whether to delete 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-