kalium
Toggle table of contents
16da542
common
Platform filter
common
Switch theme
Search in API
kalium
persistence
/
com.wire.kalium.persistence.dao.cellfile
/
CellFileEntity
/
CellFileEntity
Cell
File
Entity
constructor
(
uuid
:
String
,
conversationId
:
String
,
name
:
String
?
,
owner
:
String
?
,
mimeType
:
String
?
=
null
,
localPath
:
String
?
,
size
:
Long
?
,
downloadedAt
:
Long
,
isOffline
:
Boolean
,
modifiedAt
:
Long
?
=
null
)