Class OmemoMessage.Received

    • Method Detail

      • getBody

        public String getBody()
        Return the decrypted body of the message.
        Returns:
        decrypted body
      • getSenderDevice

        public OmemoDevice getSenderDevice()
        Return the OmemoDevice which sent the message.
        Returns:
        OMEMO device that sent the message.
      • isKeyTransportMessage

        public boolean isKeyTransportMessage()
        Return true, if the message was a KeyTransportMessage. A KeyTransportMessage is a OmemoMessage without a payload.
        Returns:
        keyTransportMessage?