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