public class ClearTextMessage
extends java.lang.Object
Constructor and Description |
---|
ClearTextMessage(java.lang.String message,
org.jivesoftware.smack.packet.Message original,
OmemoMessageInformation messageInfo) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBody()
Return the body of the decrypted message.
|
OmemoMessageInformation |
getMessageInformation()
Return the OmemoMessageInformation.
|
org.jivesoftware.smack.packet.Message |
getOriginalMessage()
Return the original Message object.
|
public ClearTextMessage(java.lang.String message, org.jivesoftware.smack.packet.Message original, OmemoMessageInformation messageInfo)
public java.lang.String getBody()
public org.jivesoftware.smack.packet.Message getOriginalMessage()
public OmemoMessageInformation getMessageInformation()