SecureMessenger
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
SecureMessenger
model
/
ltechnologies.onionphone.securemessenger.core.model
/
Message
/
Message
Message
constructor
(
id
:
String
,
conversationId
:
String
,
protocol
:
ProtocolId
,
body
:
String
,
timestamp
:
Long
,
direction
:
MessageDirection
,
deliveryState
:
DeliveryState
=
DeliveryState.SENT
,
senderDisplayName
:
String
?
=
null
)