SecureMessenger
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
SecureMessenger
data
/
ltechnologies.onionphone.securemessenger.data.db
/
MessageEntity
Message
Entity
data
class
MessageEntity
(
val
id
:
String
,
val
conversationId
:
String
,
val
protocol
:
String
,
val
body
:
String
,
val
timestamp
:
Long
,
val
direction
:
String
,
val
deliveryState
:
String
,
val
senderDisplayName
:
String
?
)
Members
Members & Extensions
Constructors
Message
Entity
Link copied to clipboard
constructor
(
id
:
String
,
conversationId
:
String
,
protocol
:
String
,
body
:
String
,
timestamp
:
Long
,
direction
:
String
,
deliveryState
:
String
,
senderDisplayName
:
String
?
)
Properties
body
Link copied to clipboard
val
body
:
String
conversation
Id
Link copied to clipboard
val
conversationId
:
String
delivery
State
Link copied to clipboard
val
deliveryState
:
String
direction
Link copied to clipboard
val
direction
:
String
id
Link copied to clipboard
val
id
:
String
protocol
Link copied to clipboard
val
protocol
:
String
sender
Display
Name
Link copied to clipboard
val
senderDisplayName
:
String
?
timestamp
Link copied to clipboard
val
timestamp
:
Long
Functions
to
Domain
Link copied to clipboard
fun
MessageEntity
.
toDomain
(
)
:
Message