app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.greybox.projectmesh.messaging.data.entities
/
Conversation
/
Conversation
Conversation
constructor
(
id
:
String
,
userUuid
:
String
,
userName
:
String
,
userAddress
:
String
?
,
lastMessage
:
String
?
,
lastMessageTime
:
Long
,
unreadCount
:
Int
=
0
,
isOnline
:
Boolean
=
false
)