kalium
common
persistence
/
com.wire.kalium.persistence.dao.unread
/
ConversationUnreadEventEntity
Conversation
Unread
Event
Entity
data
class
ConversationUnreadEventEntity
(
val
conversationId
:
ConversationIDEntity
,
val
unreadEvents
:
Map
<
UnreadEventTypeEntity
,
Int
>
)
Members
Constructors
Conversation
Unread
Event
Entity
Link copied to clipboard
constructor
(
conversationId
:
ConversationIDEntity
,
unreadEvents
:
Map
<
UnreadEventTypeEntity
,
Int
>
)
Properties
conversation
Id
Link copied to clipboard
val
conversationId
:
ConversationIDEntity
unread
Events
Link copied to clipboard
val
unreadEvents
:
Map
<
UnreadEventTypeEntity
,
Int
>