public class ClearTextMessage extends java.lang.Object
| Constructor and Description |
|---|
ClearTextMessage(java.lang.String message,
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.
|
Message |
getOriginalMessage()
Return the original Message object.
|
public ClearTextMessage(java.lang.String message, Message original, OmemoMessageInformation messageInfo)
public java.lang.String getBody()
public Message getOriginalMessage()
public OmemoMessageInformation getMessageInformation()